google-cloud-oracle_database-v1 0.12.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/oracle_database/v1/oracle_database/client.rb +2672 -184
- data/lib/google/cloud/oracle_database/v1/oracle_database/operations.rb +2 -0
- data/lib/google/cloud/oracle_database/v1/oracle_database/paths.rb +152 -0
- data/lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb +2444 -117
- data/lib/google/cloud/oracle_database/v1/oracle_database/rest/operations.rb +2 -0
- data/lib/google/cloud/oracle_database/v1/oracle_database/rest/service_stub.rb +1782 -373
- data/lib/google/cloud/oracle_database/v1/version.rb +1 -1
- data/lib/google/cloud/oracledatabase/v1/autonomous_database_pb.rb +1 -1
- data/lib/google/cloud/oracledatabase/v1/database_pb.rb +1 -1
- data/lib/google/cloud/oracledatabase/v1/db_system_pb.rb +1 -1
- data/lib/google/cloud/oracledatabase/v1/exadata_infra_pb.rb +2 -1
- data/lib/google/cloud/oracledatabase/v1/exascale_db_storage_vault_pb.rb +1 -1
- data/lib/google/cloud/oracledatabase/v1/goldengate_connection_assignment_pb.rb +38 -0
- data/lib/google/cloud/oracledatabase/v1/goldengate_connection_pb.rb +98 -0
- data/lib/google/cloud/oracledatabase/v1/goldengate_connection_type_pb.rb +28 -0
- data/lib/google/cloud/oracledatabase/v1/goldengate_deployment_environment_pb.rb +29 -0
- data/lib/google/cloud/oracledatabase/v1/goldengate_deployment_pb.rb +54 -0
- data/lib/google/cloud/oracledatabase/v1/goldengate_deployment_type_pb.rb +29 -0
- data/lib/google/cloud/oracledatabase/v1/goldengate_deployment_version_pb.rb +31 -0
- data/lib/google/cloud/oracledatabase/v1/oracledatabase_pb.rb +8 -1
- data/lib/google/cloud/oracledatabase/v1/oracledatabase_services_pb.rb +47 -0
- data/lib/google/cloud/oracledatabase/v1/vm_cluster_pb.rb +1 -1
- data/proto_docs/google/api/client.rb +149 -29
- data/proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb +84 -48
- data/proto_docs/google/cloud/oracledatabase/v1/database.rb +27 -1
- data/proto_docs/google/cloud/oracledatabase/v1/db_system.rb +6 -1
- data/proto_docs/google/cloud/oracledatabase/v1/exascale_db_storage_vault.rb +4 -0
- data/proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb +2238 -0
- data/proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb +300 -0
- data/proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_type.rb +186 -0
- data/proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb +712 -0
- data/proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment_environment.rb +145 -0
- data/proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment_type.rb +177 -0
- data/proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment_version.rb +175 -0
- data/proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb +20 -2
- data/proto_docs/google/cloud/oracledatabase/v1/vm_cluster.rb +4 -4
- data/proto_docs/google/type/datetime.rb +16 -15
- data/proto_docs/google/type/timeofday.rb +10 -6
- metadata +17 -3
|
@@ -31,6 +31,8 @@ module Google
|
|
|
31
31
|
# @!attribute [rw] selective_gapic_generation
|
|
32
32
|
# @return [::Google::Api::SelectiveGapicGeneration]
|
|
33
33
|
# Configuration for which RPCs should be generated in the GAPIC client.
|
|
34
|
+
#
|
|
35
|
+
# Note: This field should not be used in most cases.
|
|
34
36
|
class CommonLanguageSettings
|
|
35
37
|
include ::Google::Protobuf::MessageExts
|
|
36
38
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -141,9 +143,10 @@ module Google
|
|
|
141
143
|
#
|
|
142
144
|
# Example of a YAML configuration::
|
|
143
145
|
#
|
|
144
|
-
#
|
|
145
|
-
#
|
|
146
|
-
#
|
|
146
|
+
# publishing:
|
|
147
|
+
# library_settings:
|
|
148
|
+
# java_settings:
|
|
149
|
+
# library_package: com.google.cloud.pubsub.v1
|
|
147
150
|
# @!attribute [rw] service_class_names
|
|
148
151
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
149
152
|
# Configure the Java class name to use instead of the service's for its
|
|
@@ -155,11 +158,11 @@ module Google
|
|
|
155
158
|
#
|
|
156
159
|
# Example of a YAML configuration::
|
|
157
160
|
#
|
|
158
|
-
#
|
|
159
|
-
#
|
|
160
|
-
#
|
|
161
|
-
#
|
|
162
|
-
#
|
|
161
|
+
# publishing:
|
|
162
|
+
# java_settings:
|
|
163
|
+
# service_class_names:
|
|
164
|
+
# - google.pubsub.v1.Publisher: TopicAdmin
|
|
165
|
+
# - google.pubsub.v1.Subscriber: SubscriptionAdmin
|
|
163
166
|
# @!attribute [rw] common
|
|
164
167
|
# @return [::Google::Api::CommonLanguageSettings]
|
|
165
168
|
# Some settings.
|
|
@@ -190,6 +193,20 @@ module Google
|
|
|
190
193
|
# @!attribute [rw] common
|
|
191
194
|
# @return [::Google::Api::CommonLanguageSettings]
|
|
192
195
|
# Some settings.
|
|
196
|
+
# @!attribute [rw] library_package
|
|
197
|
+
# @return [::String]
|
|
198
|
+
# The package name to use in Php. Clobbers the php_namespace option
|
|
199
|
+
# set in the protobuf. This should be used **only** by APIs
|
|
200
|
+
# who have already set the language_settings.php.package_name" field
|
|
201
|
+
# in gapic.yaml. API teams should use the protobuf php_namespace option
|
|
202
|
+
# where possible.
|
|
203
|
+
#
|
|
204
|
+
# Example of a YAML configuration::
|
|
205
|
+
#
|
|
206
|
+
# publishing:
|
|
207
|
+
# library_settings:
|
|
208
|
+
# php_settings:
|
|
209
|
+
# library_package: Google\Cloud\PubSub\V1
|
|
193
210
|
class PhpSettings
|
|
194
211
|
include ::Google::Protobuf::MessageExts
|
|
195
212
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -318,10 +335,12 @@ module Google
|
|
|
318
335
|
# service names and values are the name to be used for the service client
|
|
319
336
|
# and call options.
|
|
320
337
|
#
|
|
321
|
-
#
|
|
322
|
-
#
|
|
323
|
-
#
|
|
324
|
-
#
|
|
338
|
+
# Example:
|
|
339
|
+
#
|
|
340
|
+
# publishing:
|
|
341
|
+
# go_settings:
|
|
342
|
+
# renamed_services:
|
|
343
|
+
# Publisher: TopicAdmin
|
|
325
344
|
class GoSettings
|
|
326
345
|
include ::Google::Protobuf::MessageExts
|
|
327
346
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -344,10 +363,10 @@ module Google
|
|
|
344
363
|
#
|
|
345
364
|
# Example:
|
|
346
365
|
#
|
|
347
|
-
#
|
|
348
|
-
#
|
|
349
|
-
#
|
|
350
|
-
#
|
|
366
|
+
# publishing:
|
|
367
|
+
# method_settings:
|
|
368
|
+
# - selector: google.storage.control.v2.StorageControl.CreateFolder
|
|
369
|
+
# # method settings for CreateFolder...
|
|
351
370
|
# @!attribute [rw] long_running
|
|
352
371
|
# @return [::Google::Api::MethodSettings::LongRunning]
|
|
353
372
|
# Describes settings to use for long-running operations when generating
|
|
@@ -356,14 +375,14 @@ module Google
|
|
|
356
375
|
#
|
|
357
376
|
# Example of a YAML configuration::
|
|
358
377
|
#
|
|
359
|
-
#
|
|
360
|
-
#
|
|
361
|
-
#
|
|
362
|
-
#
|
|
363
|
-
#
|
|
364
|
-
#
|
|
365
|
-
#
|
|
366
|
-
#
|
|
378
|
+
# publishing:
|
|
379
|
+
# method_settings:
|
|
380
|
+
# - selector: google.cloud.speech.v2.Speech.BatchRecognize
|
|
381
|
+
# long_running:
|
|
382
|
+
# initial_poll_delay: 60s # 1 minute
|
|
383
|
+
# poll_delay_multiplier: 1.5
|
|
384
|
+
# max_poll_delay: 360s # 6 minutes
|
|
385
|
+
# total_poll_timeout: 54000s # 90 minutes
|
|
367
386
|
# @!attribute [rw] auto_populated_fields
|
|
368
387
|
# @return [::Array<::String>]
|
|
369
388
|
# List of top-level fields of the request message, that should be
|
|
@@ -372,11 +391,24 @@ module Google
|
|
|
372
391
|
#
|
|
373
392
|
# Example of a YAML configuration:
|
|
374
393
|
#
|
|
375
|
-
#
|
|
376
|
-
#
|
|
377
|
-
#
|
|
378
|
-
#
|
|
379
|
-
#
|
|
394
|
+
# publishing:
|
|
395
|
+
# method_settings:
|
|
396
|
+
# - selector: google.example.v1.ExampleService.CreateExample
|
|
397
|
+
# auto_populated_fields:
|
|
398
|
+
# - request_id
|
|
399
|
+
# @!attribute [rw] batching
|
|
400
|
+
# @return [::Google::Api::BatchingConfigProto]
|
|
401
|
+
# Batching configuration for an API method in client libraries.
|
|
402
|
+
#
|
|
403
|
+
# Example of a YAML configuration:
|
|
404
|
+
#
|
|
405
|
+
# publishing:
|
|
406
|
+
# method_settings:
|
|
407
|
+
# - selector: google.example.v1.ExampleService.BatchCreateExample
|
|
408
|
+
# batching:
|
|
409
|
+
# element_count_threshold: 1000
|
|
410
|
+
# request_byte_threshold: 100000000
|
|
411
|
+
# delay_threshold_millis: 10
|
|
380
412
|
class MethodSettings
|
|
381
413
|
include ::Google::Protobuf::MessageExts
|
|
382
414
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -411,6 +443,8 @@ module Google
|
|
|
411
443
|
|
|
412
444
|
# This message is used to configure the generation of a subset of the RPCs in
|
|
413
445
|
# a service for client libraries.
|
|
446
|
+
#
|
|
447
|
+
# Note: This feature should not be used in most cases.
|
|
414
448
|
# @!attribute [rw] methods
|
|
415
449
|
# @return [::Array<::String>]
|
|
416
450
|
# An allowlist of the fully qualified names of RPCs that should be included
|
|
@@ -428,6 +462,77 @@ module Google
|
|
|
428
462
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
429
463
|
end
|
|
430
464
|
|
|
465
|
+
# `BatchingConfigProto` defines the batching configuration for an API method.
|
|
466
|
+
# @!attribute [rw] thresholds
|
|
467
|
+
# @return [::Google::Api::BatchingSettingsProto]
|
|
468
|
+
# The thresholds which trigger a batched request to be sent.
|
|
469
|
+
# @!attribute [rw] batch_descriptor
|
|
470
|
+
# @return [::Google::Api::BatchingDescriptorProto]
|
|
471
|
+
# The request and response fields used in batching.
|
|
472
|
+
class BatchingConfigProto
|
|
473
|
+
include ::Google::Protobuf::MessageExts
|
|
474
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
475
|
+
end
|
|
476
|
+
|
|
477
|
+
# `BatchingSettingsProto` specifies a set of batching thresholds, each of
|
|
478
|
+
# which acts as a trigger to send a batch of messages as a request. At least
|
|
479
|
+
# one threshold must be positive nonzero.
|
|
480
|
+
# @!attribute [rw] element_count_threshold
|
|
481
|
+
# @return [::Integer]
|
|
482
|
+
# The number of elements of a field collected into a batch which, if
|
|
483
|
+
# exceeded, causes the batch to be sent.
|
|
484
|
+
# @!attribute [rw] request_byte_threshold
|
|
485
|
+
# @return [::Integer]
|
|
486
|
+
# The aggregated size of the batched field which, if exceeded, causes the
|
|
487
|
+
# batch to be sent. This size is computed by aggregating the sizes of the
|
|
488
|
+
# request field to be batched, not of the entire request message.
|
|
489
|
+
# @!attribute [rw] delay_threshold
|
|
490
|
+
# @return [::Google::Protobuf::Duration]
|
|
491
|
+
# The duration after which a batch should be sent, starting from the addition
|
|
492
|
+
# of the first message to that batch.
|
|
493
|
+
# @!attribute [rw] element_count_limit
|
|
494
|
+
# @return [::Integer]
|
|
495
|
+
# The maximum number of elements collected in a batch that could be accepted
|
|
496
|
+
# by server.
|
|
497
|
+
# @!attribute [rw] request_byte_limit
|
|
498
|
+
# @return [::Integer]
|
|
499
|
+
# The maximum size of the request that could be accepted by server.
|
|
500
|
+
# @!attribute [rw] flow_control_element_limit
|
|
501
|
+
# @return [::Integer]
|
|
502
|
+
# The maximum number of elements allowed by flow control.
|
|
503
|
+
# @!attribute [rw] flow_control_byte_limit
|
|
504
|
+
# @return [::Integer]
|
|
505
|
+
# The maximum size of data allowed by flow control.
|
|
506
|
+
# @!attribute [rw] flow_control_limit_exceeded_behavior
|
|
507
|
+
# @return [::Google::Api::FlowControlLimitExceededBehaviorProto]
|
|
508
|
+
# The behavior to take when the flow control limit is exceeded.
|
|
509
|
+
class BatchingSettingsProto
|
|
510
|
+
include ::Google::Protobuf::MessageExts
|
|
511
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
512
|
+
end
|
|
513
|
+
|
|
514
|
+
# `BatchingDescriptorProto` specifies the fields of the request message to be
|
|
515
|
+
# used for batching, and, optionally, the fields of the response message to be
|
|
516
|
+
# used for demultiplexing.
|
|
517
|
+
# @!attribute [rw] batched_field
|
|
518
|
+
# @return [::String]
|
|
519
|
+
# The repeated field in the request message to be aggregated by batching.
|
|
520
|
+
# @!attribute [rw] discriminator_fields
|
|
521
|
+
# @return [::Array<::String>]
|
|
522
|
+
# A list of the fields in the request message. Two requests will be batched
|
|
523
|
+
# together only if the values of every field specified in
|
|
524
|
+
# `request_discriminator_fields` is equal between the two requests.
|
|
525
|
+
# @!attribute [rw] subresponse_field
|
|
526
|
+
# @return [::String]
|
|
527
|
+
# Optional. When present, indicates the field in the response message to be
|
|
528
|
+
# used to demultiplex the response into multiple response messages, in
|
|
529
|
+
# correspondence with the multiple request messages originally batched
|
|
530
|
+
# together.
|
|
531
|
+
class BatchingDescriptorProto
|
|
532
|
+
include ::Google::Protobuf::MessageExts
|
|
533
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
534
|
+
end
|
|
535
|
+
|
|
431
536
|
# The organization for which the client libraries are being published.
|
|
432
537
|
# Affects the url where generated docs are published, etc.
|
|
433
538
|
module ClientLibraryOrganization
|
|
@@ -469,5 +574,20 @@ module Google
|
|
|
469
574
|
# Publish the library to package managers like nuget.org and npmjs.com.
|
|
470
575
|
PACKAGE_MANAGER = 20
|
|
471
576
|
end
|
|
577
|
+
|
|
578
|
+
# The behavior to take when the flow control limit is exceeded.
|
|
579
|
+
module FlowControlLimitExceededBehaviorProto
|
|
580
|
+
# Default behavior, system-defined.
|
|
581
|
+
UNSET_BEHAVIOR = 0
|
|
582
|
+
|
|
583
|
+
# Stop operation, raise error.
|
|
584
|
+
THROW_EXCEPTION = 1
|
|
585
|
+
|
|
586
|
+
# Pause operation until limit clears.
|
|
587
|
+
BLOCK = 2
|
|
588
|
+
|
|
589
|
+
# Continue operation, disregard limit.
|
|
590
|
+
IGNORE = 3
|
|
591
|
+
end
|
|
472
592
|
end
|
|
473
593
|
end
|
|
@@ -30,20 +30,28 @@ module Google
|
|
|
30
30
|
# projects/\\{project}/locations/\\{region}/autonomousDatabases/\\{autonomous_database}
|
|
31
31
|
# @!attribute [rw] database
|
|
32
32
|
# @return [::String]
|
|
33
|
-
# Optional. The name of the Autonomous Database. The database name
|
|
34
|
-
# unique in the project. The name must begin with a letter and can
|
|
35
|
-
# maximum of 30 alphanumeric characters.
|
|
33
|
+
# Optional. Immutable. The name of the Autonomous Database. The database name
|
|
34
|
+
# must be unique in the project. The name must begin with a letter and can
|
|
35
|
+
# contain a maximum of 30 alphanumeric characters.
|
|
36
36
|
# @!attribute [rw] display_name
|
|
37
37
|
# @return [::String]
|
|
38
|
-
# Optional. The display name for the Autonomous Database. The name
|
|
39
|
-
# have to be unique within your project.
|
|
38
|
+
# Optional. Immutable. The display name for the Autonomous Database. The name
|
|
39
|
+
# does not have to be unique within your project.
|
|
40
40
|
# @!attribute [r] entitlement_id
|
|
41
41
|
# @return [::String]
|
|
42
42
|
# Output only. The ID of the subscription entitlement associated with the
|
|
43
43
|
# Autonomous Database.
|
|
44
44
|
# @!attribute [rw] admin_password
|
|
45
45
|
# @return [::String]
|
|
46
|
-
# Optional. The password for the default ADMIN user.
|
|
46
|
+
# Optional. Immutable. The password for the default ADMIN user.
|
|
47
|
+
# Note: Only one of `admin_password_secret_version` or `admin_password` can
|
|
48
|
+
# be populated.
|
|
49
|
+
# @!attribute [rw] admin_password_secret_version
|
|
50
|
+
# @return [::String]
|
|
51
|
+
# Optional. Immutable. The resource name of a secret version in Secret
|
|
52
|
+
# Manager which contains the database admin user's password. Format:
|
|
53
|
+
# projects/\\{project}/secrets/\\{secret}/versions/\\{version}. Note: Only one of
|
|
54
|
+
# `admin_password_secret_version` or `admin_password` can be populated.
|
|
47
55
|
# @!attribute [rw] properties
|
|
48
56
|
# @return [::Google::Cloud::OracleDatabase::V1::AutonomousDatabaseProperties]
|
|
49
57
|
# Optional. The properties of the Autonomous Database.
|
|
@@ -52,28 +60,30 @@ module Google
|
|
|
52
60
|
# Optional. The labels or tags associated with the Autonomous Database.
|
|
53
61
|
# @!attribute [rw] network
|
|
54
62
|
# @return [::String]
|
|
55
|
-
# Optional. The name of the VPC network used by the Autonomous
|
|
56
|
-
# the following format:
|
|
63
|
+
# Optional. Immutable. The name of the VPC network used by the Autonomous
|
|
64
|
+
# Database in the following format:
|
|
65
|
+
# projects/\\{project}/global/networks/\\{network}
|
|
57
66
|
# @!attribute [rw] cidr
|
|
58
67
|
# @return [::String]
|
|
59
|
-
# Optional. The subnet CIDR range for the Autonomous Database.
|
|
68
|
+
# Optional. Immutable. The subnet CIDR range for the Autonomous Database.
|
|
60
69
|
# @!attribute [rw] odb_network
|
|
61
70
|
# @return [::String]
|
|
62
|
-
# Optional. The name of the OdbNetwork associated with the
|
|
63
|
-
# Database. Format:
|
|
71
|
+
# Optional. Immutable. The name of the OdbNetwork associated with the
|
|
72
|
+
# Autonomous Database. Format:
|
|
64
73
|
# projects/\\{project}/locations/\\{location}/odbNetworks/\\{odb_network} It is
|
|
65
74
|
# optional but if specified, this should match the parent ODBNetwork of the
|
|
66
75
|
# OdbSubnet.
|
|
67
76
|
# @!attribute [rw] odb_subnet
|
|
68
77
|
# @return [::String]
|
|
69
|
-
# Optional. The name of the OdbSubnet associated with the
|
|
70
|
-
# Database. Format:
|
|
78
|
+
# Optional. Immutable. The name of the OdbSubnet associated with the
|
|
79
|
+
# Autonomous Database. Format:
|
|
71
80
|
# projects/\\{project}/locations/\\{location}/odbNetworks/\\{odb_network}/odbSubnets/\\{odb_subnet}
|
|
72
81
|
# @!attribute [rw] source_config
|
|
73
82
|
# @return [::Google::Cloud::OracleDatabase::V1::SourceConfig]
|
|
74
|
-
# Optional. The source Autonomous Database configuration for the
|
|
75
|
-
# Autonomous Database. The source Autonomous Database is configured
|
|
76
|
-
# creating the Peer Autonomous Database and can't be updated after
|
|
83
|
+
# Optional. Immutable. The source Autonomous Database configuration for the
|
|
84
|
+
# standby Autonomous Database. The source Autonomous Database is configured
|
|
85
|
+
# while creating the Peer Autonomous Database and can't be updated after
|
|
86
|
+
# creation.
|
|
77
87
|
# @!attribute [r] peer_autonomous_databases
|
|
78
88
|
# @return [::Array<::String>]
|
|
79
89
|
# Output only. The peer Autonomous Database names of the given Autonomous
|
|
@@ -120,71 +130,79 @@ module Google
|
|
|
120
130
|
# https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
|
|
121
131
|
# @!attribute [rw] compute_count
|
|
122
132
|
# @return [::Float]
|
|
123
|
-
# Optional. The number of compute servers for the Autonomous
|
|
133
|
+
# Optional. Immutable. The number of compute servers for the Autonomous
|
|
134
|
+
# Database.
|
|
124
135
|
# @!attribute [rw] cpu_core_count
|
|
125
136
|
# @return [::Integer]
|
|
126
|
-
# Optional. The number of CPU cores to be made available to the
|
|
137
|
+
# Optional. Immutable. The number of CPU cores to be made available to the
|
|
138
|
+
# database.
|
|
127
139
|
# @!attribute [rw] data_storage_size_tb
|
|
128
140
|
# @return [::Integer]
|
|
129
|
-
# Optional. The size of the data stored in the database, in
|
|
141
|
+
# Optional. Immutable. The size of the data stored in the database, in
|
|
142
|
+
# terabytes.
|
|
130
143
|
# @!attribute [rw] data_storage_size_gb
|
|
131
144
|
# @return [::Integer]
|
|
132
|
-
# Optional. The size of the data stored in the database, in
|
|
145
|
+
# Optional. Immutable. The size of the data stored in the database, in
|
|
146
|
+
# gigabytes.
|
|
133
147
|
# @!attribute [rw] db_workload
|
|
134
148
|
# @return [::Google::Cloud::OracleDatabase::V1::DBWorkload]
|
|
135
|
-
# Required. The workload type of the Autonomous Database.
|
|
149
|
+
# Required. Immutable. The workload type of the Autonomous Database.
|
|
136
150
|
# @!attribute [rw] db_edition
|
|
137
151
|
# @return [::Google::Cloud::OracleDatabase::V1::AutonomousDatabaseProperties::DatabaseEdition]
|
|
138
|
-
# Optional. The edition of the Autonomous Databases.
|
|
152
|
+
# Optional. Immutable. The edition of the Autonomous Databases.
|
|
139
153
|
# @!attribute [rw] character_set
|
|
140
154
|
# @return [::String]
|
|
141
|
-
# Optional. The character set for the Autonomous Database. The
|
|
142
|
-
# AL32UTF8.
|
|
155
|
+
# Optional. Immutable. The character set for the Autonomous Database. The
|
|
156
|
+
# default is AL32UTF8.
|
|
143
157
|
# @!attribute [rw] n_character_set
|
|
144
158
|
# @return [::String]
|
|
145
|
-
# Optional. The national character set for the Autonomous
|
|
146
|
-
# default is AL16UTF16.
|
|
159
|
+
# Optional. Immutable. The national character set for the Autonomous
|
|
160
|
+
# Database. The default is AL16UTF16.
|
|
147
161
|
# @!attribute [rw] private_endpoint_ip
|
|
148
162
|
# @return [::String]
|
|
149
|
-
# Optional. The private endpoint IP address for the Autonomous
|
|
163
|
+
# Optional. Immutable. The private endpoint IP address for the Autonomous
|
|
164
|
+
# Database.
|
|
150
165
|
# @!attribute [rw] private_endpoint_label
|
|
151
166
|
# @return [::String]
|
|
152
|
-
# Optional. The private endpoint label for the Autonomous
|
|
167
|
+
# Optional. Immutable. The private endpoint label for the Autonomous
|
|
168
|
+
# Database.
|
|
153
169
|
# @!attribute [rw] db_version
|
|
154
170
|
# @return [::String]
|
|
155
|
-
# Optional. The Oracle Database version for the Autonomous
|
|
171
|
+
# Optional. Immutable. The Oracle Database version for the Autonomous
|
|
172
|
+
# Database.
|
|
156
173
|
# @!attribute [rw] is_auto_scaling_enabled
|
|
157
174
|
# @return [::Boolean]
|
|
158
|
-
# Optional. This field indicates if auto scaling is enabled for
|
|
159
|
-
# Autonomous Database CPU core count.
|
|
175
|
+
# Optional. Immutable. This field indicates if auto scaling is enabled for
|
|
176
|
+
# the Autonomous Database CPU core count.
|
|
160
177
|
# @!attribute [rw] is_storage_auto_scaling_enabled
|
|
161
178
|
# @return [::Boolean]
|
|
162
|
-
# Optional. This field indicates if auto scaling is enabled for
|
|
163
|
-
# Autonomous Database storage.
|
|
179
|
+
# Optional. Immutable. This field indicates if auto scaling is enabled for
|
|
180
|
+
# the Autonomous Database storage.
|
|
164
181
|
# @!attribute [rw] license_type
|
|
165
182
|
# @return [::Google::Cloud::OracleDatabase::V1::AutonomousDatabaseProperties::LicenseType]
|
|
166
|
-
# Required. The license type used for the Autonomous Database.
|
|
183
|
+
# Required. Immutable. The license type used for the Autonomous Database.
|
|
167
184
|
# @!attribute [rw] customer_contacts
|
|
168
185
|
# @return [::Array<::Google::Cloud::OracleDatabase::V1::CustomerContact>]
|
|
169
|
-
# Optional. The list of customer contacts.
|
|
186
|
+
# Optional. Immutable. The list of customer contacts.
|
|
170
187
|
# @!attribute [rw] secret_id
|
|
171
188
|
# @return [::String]
|
|
172
|
-
# Optional. The ID of the Oracle Cloud Infrastructure vault
|
|
189
|
+
# Optional. Immutable. The ID of the Oracle Cloud Infrastructure vault
|
|
190
|
+
# secret.
|
|
173
191
|
# @!attribute [rw] vault_id
|
|
174
192
|
# @return [::String]
|
|
175
|
-
# Optional. The ID of the Oracle Cloud Infrastructure vault.
|
|
193
|
+
# Optional. Immutable. The ID of the Oracle Cloud Infrastructure vault.
|
|
176
194
|
# @!attribute [rw] maintenance_schedule_type
|
|
177
195
|
# @return [::Google::Cloud::OracleDatabase::V1::AutonomousDatabaseProperties::MaintenanceScheduleType]
|
|
178
|
-
# Optional. The maintenance schedule of the Autonomous Database.
|
|
196
|
+
# Optional. Immutable. The maintenance schedule of the Autonomous Database.
|
|
179
197
|
# @!attribute [rw] mtls_connection_required
|
|
180
198
|
# @return [::Boolean]
|
|
181
|
-
# Optional. This field specifies if the Autonomous Database
|
|
182
|
-
# connections.
|
|
199
|
+
# Optional. Immutable. This field specifies if the Autonomous Database
|
|
200
|
+
# requires mTLS connections.
|
|
183
201
|
# @!attribute [rw] backup_retention_period_days
|
|
184
202
|
# @return [::Integer]
|
|
185
|
-
# Optional. The retention period for the Autonomous Database. This
|
|
186
|
-
# specified in days, can range from 1 day to 60 days, and has a
|
|
187
|
-
# of 60 days.
|
|
203
|
+
# Optional. Immutable. The retention period for the Autonomous Database. This
|
|
204
|
+
# field is specified in days, can range from 1 day to 60 days, and has a
|
|
205
|
+
# default value of 60 days.
|
|
188
206
|
# @!attribute [r] actual_used_data_storage_size_tb
|
|
189
207
|
# @return [::Float]
|
|
190
208
|
# Output only. The amount of storage currently being used for user and system
|
|
@@ -236,13 +254,18 @@ module Google
|
|
|
236
254
|
# Output only. The memory assigned to in-memory tables in an Autonomous
|
|
237
255
|
# Database.
|
|
238
256
|
# @!attribute [r] is_local_data_guard_enabled
|
|
257
|
+
# @deprecated This field is deprecated and may be removed in the next major version update.
|
|
239
258
|
# @return [::Boolean]
|
|
240
|
-
# Output only.
|
|
241
|
-
# (in-region)
|
|
259
|
+
# Output only. Deprecated: Please use `local_data_guard_enabled` instead.
|
|
260
|
+
# This field indicates whether the Autonomous Database has local (in-region)
|
|
261
|
+
# Data Guard enabled.
|
|
242
262
|
# @!attribute [r] local_adg_auto_failover_max_data_loss_limit
|
|
263
|
+
# @deprecated This field is deprecated and may be removed in the next major version update.
|
|
243
264
|
# @return [::Integer]
|
|
244
|
-
# Output only.
|
|
245
|
-
#
|
|
265
|
+
# Output only. Deprecated: Please use
|
|
266
|
+
# `local_adg_auto_failover_max_data_loss_limit_duration` instead.
|
|
267
|
+
# This field indicates the maximum data loss limit for an Autonomous
|
|
268
|
+
# Database, in seconds.
|
|
246
269
|
# @!attribute [r] local_standby_db
|
|
247
270
|
# @return [::Google::Cloud::OracleDatabase::V1::AutonomousDatabaseStandbySummary]
|
|
248
271
|
# Output only. The details of the Autonomous Data Guard standby database.
|
|
@@ -329,7 +352,8 @@ module Google
|
|
|
329
352
|
# Output only. The date and time when maintenance will end.
|
|
330
353
|
# @!attribute [rw] allowlisted_ips
|
|
331
354
|
# @return [::Array<::String>]
|
|
332
|
-
# Optional. The list of allowlisted IP addresses for the
|
|
355
|
+
# Optional. Immutable. The list of allowlisted IP addresses for the
|
|
356
|
+
# Autonomous Database.
|
|
333
357
|
# @!attribute [rw] encryption_key
|
|
334
358
|
# @return [::Google::Cloud::OracleDatabase::V1::EncryptionKey]
|
|
335
359
|
# Optional. The encryption key used to encrypt the Autonomous Database.
|
|
@@ -343,6 +367,15 @@ module Google
|
|
|
343
367
|
# @return [::String]
|
|
344
368
|
# Output only. An Oracle-managed Google Cloud service account on which
|
|
345
369
|
# customers can grant roles to access resources in the customer project.
|
|
370
|
+
# @!attribute [rw] local_data_guard_enabled
|
|
371
|
+
# @return [::Boolean]
|
|
372
|
+
# Optional. Indicates whether the Autonomous Database has a local (in-region)
|
|
373
|
+
# standby database. Not applicable to cross-region Data Guard or dedicated
|
|
374
|
+
# Exadata infrastructure.
|
|
375
|
+
# @!attribute [rw] local_adg_auto_failover_max_data_loss_limit_duration
|
|
376
|
+
# @return [::Integer]
|
|
377
|
+
# Optional. This field indicates the maximum data loss limit for an
|
|
378
|
+
# Autonomous Database, in seconds.
|
|
346
379
|
class AutonomousDatabaseProperties
|
|
347
380
|
include ::Google::Protobuf::MessageExts
|
|
348
381
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -394,6 +427,9 @@ module Google
|
|
|
394
427
|
|
|
395
428
|
# Backup based recovery.
|
|
396
429
|
BACKUP_BASED = 2
|
|
430
|
+
|
|
431
|
+
# Local disaster recovery is not available.
|
|
432
|
+
NOT_AVAILABLE = 3
|
|
397
433
|
end
|
|
398
434
|
|
|
399
435
|
# Varies states of the Data Safe registration for the Autonomous Database.
|
|
@@ -37,10 +37,27 @@ module Google
|
|
|
37
37
|
# Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.
|
|
38
38
|
# @!attribute [rw] admin_password
|
|
39
39
|
# @return [::String]
|
|
40
|
-
#
|
|
40
|
+
# Optional. The password for the default ADMIN user.
|
|
41
|
+
# Note: Only one of `admin_password_secret_version` or `admin_password` can
|
|
42
|
+
# be populated.
|
|
43
|
+
# @!attribute [rw] admin_password_secret_version
|
|
44
|
+
# @return [::String]
|
|
45
|
+
# Optional. The resource name of a secret version in Secret Manager which
|
|
46
|
+
# contains the database admin user's password. Format:
|
|
47
|
+
# projects/\\{project}/secrets/\\{secret}/versions/\\{version}. Note: Only one of
|
|
48
|
+
# `admin_password_secret_version` or `admin_password` can be populated.
|
|
41
49
|
# @!attribute [rw] tde_wallet_password
|
|
42
50
|
# @return [::String]
|
|
43
51
|
# Optional. The TDE wallet password for the database.
|
|
52
|
+
# Note: Only one of `tde_wallet_password_secret_version` or
|
|
53
|
+
# `tde_wallet_password` can be populated.
|
|
54
|
+
# @!attribute [rw] tde_wallet_password_secret_version
|
|
55
|
+
# @return [::String]
|
|
56
|
+
# Optional. The resource name of a secret version in Secret Manager which
|
|
57
|
+
# contains the TDE wallet password for the database. Format:
|
|
58
|
+
# projects/\\{project}/secrets/\\{secret}/versions/\\{version}. Note: Only one of
|
|
59
|
+
# `tde_wallet_password_secret_version` or `tde_wallet_password` can be
|
|
60
|
+
# populated.
|
|
44
61
|
# @!attribute [rw] character_set
|
|
45
62
|
# @return [::String]
|
|
46
63
|
# Optional. The character set for the database. The default is AL32UTF8.
|
|
@@ -70,6 +87,15 @@ module Google
|
|
|
70
87
|
# @!attribute [r] ops_insights_status
|
|
71
88
|
# @return [::Google::Cloud::OracleDatabase::V1::Database::OperationsInsightsStatus]
|
|
72
89
|
# Output only. The Status of Operations Insights for this Database.
|
|
90
|
+
# @!attribute [rw] pluggable_database_id
|
|
91
|
+
# @return [::String]
|
|
92
|
+
# Optional. The ID of the pluggable database associated with the Database.
|
|
93
|
+
# The ID must be unique within the project and location.
|
|
94
|
+
# @!attribute [rw] pluggable_database_name
|
|
95
|
+
# @return [::String]
|
|
96
|
+
# Optional. The pluggable database associated with the Database. The name
|
|
97
|
+
# must begin with an alphabetic character and can contain a maximum of thirty
|
|
98
|
+
# alphanumeric characters.
|
|
73
99
|
class Database
|
|
74
100
|
include ::Google::Protobuf::MessageExts
|
|
75
101
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -248,7 +248,8 @@ module Google
|
|
|
248
248
|
# The storage management is unspecified.
|
|
249
249
|
STORAGE_MANAGEMENT_UNSPECIFIED = 0
|
|
250
250
|
|
|
251
|
-
# Automatic storage management.
|
|
251
|
+
# Automatic storage management. This option is not supported. Only LVM is
|
|
252
|
+
# supported.
|
|
252
253
|
ASM = 1
|
|
253
254
|
|
|
254
255
|
# Logical Volume management.
|
|
@@ -371,6 +372,10 @@ module Google
|
|
|
371
372
|
# @!attribute [rw] next_page_token
|
|
372
373
|
# @return [::String]
|
|
373
374
|
# A token identifying a page of results the server should return.
|
|
375
|
+
# @!attribute [rw] unreachable
|
|
376
|
+
# @return [::Array<::String>]
|
|
377
|
+
# Unreachable locations when listing resources across all locations using
|
|
378
|
+
# wildcard location '-'.
|
|
374
379
|
class ListDbSystemsResponse
|
|
375
380
|
include ::Google::Protobuf::MessageExts
|
|
376
381
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -207,6 +207,10 @@ module Google
|
|
|
207
207
|
# the next page token can be provided to a subsequent
|
|
208
208
|
# ListExascaleDbStorageVaults call to list the next page.
|
|
209
209
|
# If empty, there are no more pages.
|
|
210
|
+
# @!attribute [rw] unreachable
|
|
211
|
+
# @return [::Array<::String>]
|
|
212
|
+
# Unreachable locations when listing resources across all locations using
|
|
213
|
+
# wildcard location '-'.
|
|
210
214
|
class ListExascaleDbStorageVaultsResponse
|
|
211
215
|
include ::Google::Protobuf::MessageExts
|
|
212
216
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|