Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.7" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.7" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -2922,14 +2922,9 @@ def sample_create_autonomous_database():
client = oracledatabase_v1.OracleDatabaseClient()

# Initialize request argument(s)
autonomous_database = oracledatabase_v1.AutonomousDatabase()
autonomous_database.network = "network_value"
autonomous_database.cidr = "cidr_value"

request = oracledatabase_v1.CreateAutonomousDatabaseRequest(
parent="parent_value",
autonomous_database_id="autonomous_database_id_value",
autonomous_database=autonomous_database,
)

# Make the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@ class AutonomousDatabase(proto.Message):
Optional. The labels or tags associated with
the Autonomous Database.
network (str):
Required. The name of the VPC network used by
Optional. The name of the VPC network used by
the Autonomous Database in the following format:
projects/{project}/global/networks/{network}
cidr (str):
Required. The subnet CIDR range for the
Optional. The subnet CIDR range for the
Autonmous Database.
create_time (google.protobuf.timestamp_pb2.Timestamp):
Output only. The date and time that the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,9 @@ def sample_create_autonomous_database():
client = oracledatabase_v1.OracleDatabaseClient()

# Initialize request argument(s)
autonomous_database = oracledatabase_v1.AutonomousDatabase()
autonomous_database.network = "network_value"
autonomous_database.cidr = "cidr_value"

request = oracledatabase_v1.CreateAutonomousDatabaseRequest(
parent="parent_value",
autonomous_database_id="autonomous_database_id_value",
autonomous_database=autonomous_database,
)

# Make the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-oracledatabase",
"version": "0.1.7"
"version": "0.1.0"
},
"snippets": [
{
Expand Down Expand Up @@ -67,12 +67,12 @@
"regionTag": "oracledatabase_v1_generated_OracleDatabase_CreateAutonomousDatabase_sync",
"segments": [
{
"end": 61,
"end": 56,
"start": 27,
"type": "FULL"
},
{
"end": 61,
"end": 56,
"start": 27,
"type": "SHORT"
},
Expand All @@ -82,18 +82,18 @@
"type": "CLIENT_INITIALIZATION"
},
{
"end": 51,
"end": 46,
"start": 41,
"type": "REQUEST_INITIALIZATION"
},
{
"end": 58,
"start": 52,
"end": 53,
"start": 47,
"type": "REQUEST_EXECUTION"
},
{
"end": 62,
"start": 59,
"end": 57,
"start": 54,
"type": "RESPONSE_HANDLING"
}
],
Expand Down