google-cloud-oracle_database-v1 0.13.0 → 0.15.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.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/oracle_database/v1/oracle_database/client.rb +2298 -184
  4. data/lib/google/cloud/oracle_database/v1/oracle_database/operations.rb +2 -0
  5. data/lib/google/cloud/oracle_database/v1/oracle_database/paths.rb +76 -0
  6. data/lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb +2098 -117
  7. data/lib/google/cloud/oracle_database/v1/oracle_database/rest/operations.rb +2 -0
  8. data/lib/google/cloud/oracle_database/v1/oracle_database/rest/service_stub.rb +1533 -368
  9. data/lib/google/cloud/oracle_database/v1/version.rb +1 -1
  10. data/lib/google/cloud/oracledatabase/v1/autonomous_database_pb.rb +1 -1
  11. data/lib/google/cloud/oracledatabase/v1/database_pb.rb +1 -1
  12. data/lib/google/cloud/oracledatabase/v1/db_system_pb.rb +1 -1
  13. data/lib/google/cloud/oracledatabase/v1/exadata_infra_pb.rb +2 -1
  14. data/lib/google/cloud/oracledatabase/v1/exascale_db_storage_vault_pb.rb +1 -1
  15. data/lib/google/cloud/oracledatabase/v1/goldengate_connection_assignment_pb.rb +38 -0
  16. data/lib/google/cloud/oracledatabase/v1/goldengate_connection_pb.rb +98 -0
  17. data/lib/google/cloud/oracledatabase/v1/goldengate_connection_type_pb.rb +27 -0
  18. data/lib/google/cloud/oracledatabase/v1/goldengate_deployment_environment_pb.rb +28 -0
  19. data/lib/google/cloud/oracledatabase/v1/goldengate_deployment_pb.rb +54 -0
  20. data/lib/google/cloud/oracledatabase/v1/goldengate_deployment_type_pb.rb +28 -0
  21. data/lib/google/cloud/oracledatabase/v1/goldengate_deployment_version_pb.rb +30 -0
  22. data/lib/google/cloud/oracledatabase/v1/oracledatabase_pb.rb +8 -1
  23. data/lib/google/cloud/oracledatabase/v1/oracledatabase_services_pb.rb +39 -0
  24. data/lib/google/cloud/oracledatabase/v1/vm_cluster_pb.rb +1 -1
  25. data/proto_docs/google/api/client.rb +4 -0
  26. data/proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb +84 -48
  27. data/proto_docs/google/cloud/oracledatabase/v1/database.rb +27 -1
  28. data/proto_docs/google/cloud/oracledatabase/v1/db_system.rb +6 -1
  29. data/proto_docs/google/cloud/oracledatabase/v1/exascale_db_storage_vault.rb +4 -0
  30. data/proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb +2238 -0
  31. data/proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb +300 -0
  32. data/proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_type.rb +176 -0
  33. data/proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb +712 -0
  34. data/proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment_environment.rb +135 -0
  35. data/proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment_type.rb +166 -0
  36. data/proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment_version.rb +164 -0
  37. data/proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb +20 -2
  38. data/proto_docs/google/cloud/oracledatabase/v1/vm_cluster.rb +4 -4
  39. metadata +17 -3
@@ -0,0 +1,135 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Cloud
22
+ module OracleDatabase
23
+ module V1
24
+ # Details of the Goldengate Deployment Environment resource.
25
+ # @!attribute [rw] name
26
+ # @return [::String]
27
+ # Identifier. The name of the Goldengate Deployment Environment resource with
28
+ # the format:
29
+ # projects/\\{project}/locations/\\{location}/goldengateDeploymentEnvironments/\\{goldengate_deployment_environment}
30
+ # @!attribute [r] category
31
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentEnvironment::DeploymentCategory]
32
+ # Output only. The category of the Goldengate Deployment Environment
33
+ # resource.
34
+ # @!attribute [rw] display_name
35
+ # @return [::String]
36
+ # The display name of the Goldengate Deployment Environment resource.
37
+ # @!attribute [r] default_cpu_core_count
38
+ # @return [::Integer]
39
+ # Output only. The default CPU core count of the Goldengate Deployment
40
+ # Environment resource.
41
+ # @!attribute [r] environment_type
42
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentEnvironment::DeploymentEnvironmentType]
43
+ # Output only. The environment type of the Goldengate Deployment Environment
44
+ # resource.
45
+ # @!attribute [r] auto_scaling_enabled
46
+ # @return [::Boolean]
47
+ # Output only. Whether auto scaling is enabled by default for the Goldengate
48
+ # Deployment Environment resource.
49
+ # @!attribute [r] max_cpu_core_count
50
+ # @return [::Integer]
51
+ # Output only. The max CPU core count of the Goldengate Deployment
52
+ # Environment resource.
53
+ # @!attribute [r] memory_gb_per_cpu_core
54
+ # @return [::Integer]
55
+ # Output only. The memory per CPU core in GBs of the Goldengate Deployment
56
+ # Environment resource.
57
+ # @!attribute [r] min_cpu_core_count
58
+ # @return [::Integer]
59
+ # Output only. The min CPU core count of the Goldengate Deployment
60
+ # Environment resource.
61
+ # @!attribute [r] network_bandwidth_gbps_per_cpu_core
62
+ # @return [::Integer]
63
+ # Output only. The network bandwidth per CPU core in Gbps of the Goldengate
64
+ # Deployment Environment resource.
65
+ # @!attribute [r] storage_usage_limit_gb_per_cpu_core
66
+ # @return [::Integer]
67
+ # Output only. The storage usage limit per CPU core in GBs of the Goldengate
68
+ # Deployment Environment resource.
69
+ class GoldengateDeploymentEnvironment
70
+ include ::Google::Protobuf::MessageExts
71
+ extend ::Google::Protobuf::MessageExts::ClassMethods
72
+
73
+ # Deployment category of the Goldengate Deployment resource.
74
+ module DeploymentCategory
75
+ # Default unspecified value.
76
+ DEPLOYMENT_CATEGORY_UNSPECIFIED = 0
77
+
78
+ # Goldengate Deployment Environment category is DATA_REPLICATION_CATEGORY.
79
+ DATA_REPLICATION_CATEGORY = 1
80
+
81
+ # Goldengate Deployment Environment category is DATA_TRANSFORMS_CATEGORY.
82
+ DATA_TRANSFORMS_CATEGORY = 2
83
+ end
84
+
85
+ # The environment type of the Goldengate Deployment Environment resource.
86
+ module DeploymentEnvironmentType
87
+ # Default unspecified value.
88
+ DEPLOYMENT_ENVIRONMENT_TYPE_UNSPECIFIED = 0
89
+
90
+ # Goldengate Deployment Environment type is PRODUCTION.
91
+ PRODUCTION = 1
92
+
93
+ # Goldengate Deployment Environment type is DEVELOPMENT_OR_TESTING.
94
+ DEVELOPMENT_OR_TESTING = 2
95
+ end
96
+ end
97
+
98
+ # Message for listing GoldengateDeploymentEnvironments.
99
+ # @!attribute [rw] parent
100
+ # @return [::String]
101
+ # Required. The parent, which owns this collection of
102
+ # GoldengateDeploymentEnvironments. Format:
103
+ # projects/\\{project}/locations/\\{location}
104
+ # @!attribute [rw] page_size
105
+ # @return [::Integer]
106
+ # Optional. The maximum number of items to return.
107
+ # If unspecified, at most 50 deployment environments will be returned.
108
+ # The maximum value is 1000; values above 1000 will be coerced to 1000.
109
+ # @!attribute [rw] page_token
110
+ # @return [::String]
111
+ # Optional. A token identifying a page of results the server should return.
112
+ class ListGoldengateDeploymentEnvironmentsRequest
113
+ include ::Google::Protobuf::MessageExts
114
+ extend ::Google::Protobuf::MessageExts::ClassMethods
115
+ end
116
+
117
+ # Message for response to listing GoldengateDeploymentEnvironments
118
+ # @!attribute [rw] goldengate_deployment_environments
119
+ # @return [::Array<::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentEnvironment>]
120
+ # The list of GoldengateDeploymentEnvironment
121
+ # @!attribute [rw] next_page_token
122
+ # @return [::String]
123
+ # A token identifying a page of results the server should return.
124
+ # If this field is empty, there are no subsequent pages.
125
+ # @!attribute [rw] unreachable
126
+ # @return [::Array<::String>]
127
+ # Unordered list. Locations that could not be reached.
128
+ class ListGoldengateDeploymentEnvironmentsResponse
129
+ include ::Google::Protobuf::MessageExts
130
+ extend ::Google::Protobuf::MessageExts::ClassMethods
131
+ end
132
+ end
133
+ end
134
+ end
135
+ end
@@ -0,0 +1,166 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Cloud
22
+ module OracleDatabase
23
+ module V1
24
+ # Details of the Goldengate Deployment Type resource.
25
+ # @!attribute [rw] name
26
+ # @return [::String]
27
+ # Identifier. The name of the Goldengate Deployment Type resource with the
28
+ # format:
29
+ # projects/\\{project}/locations/\\{region}/goldengateDeploymentTypes/\\{goldengate_deployment_type}
30
+ # @!attribute [r] deployment_type
31
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentType::DeploymentType]
32
+ # Output only. The deployment type of the Goldengate Deployment Type
33
+ # resource.
34
+ # @!attribute [r] category
35
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentType::DeploymentCategory]
36
+ # Output only. The category of the Goldengate Deployment Type resource.
37
+ # @!attribute [r] connection_types
38
+ # @return [::Array<::String>]
39
+ # Output only. The connection types of the Goldengate Deployment Type
40
+ # resource.
41
+ # @!attribute [r] display_name
42
+ # @return [::String]
43
+ # Output only. The display name of the Goldengate Deployment Type resource.
44
+ # @!attribute [r] ogg_version
45
+ # @return [::String]
46
+ # Output only. The Ogg version of the Goldengate Deployment Type resource.
47
+ # @!attribute [r] source_technologies
48
+ # @return [::Array<::String>]
49
+ # Output only. The source technologies of the Goldengate Deployment Type
50
+ # resource.
51
+ # @!attribute [r] supported_capabilities
52
+ # @return [::Array<::String>]
53
+ # Output only. The supported capabilities of the Goldengate Deployment Type
54
+ # resource.
55
+ # @!attribute [r] supported_technologies_url
56
+ # @return [::String]
57
+ # Output only. The supported technologies URL of the Goldengate Deployment
58
+ # Type resource.
59
+ # @!attribute [r] target_technologies
60
+ # @return [::Array<::String>]
61
+ # Output only. The target technologies of the Goldengate Deployment Type
62
+ # resource.
63
+ # @!attribute [r] default_username
64
+ # @return [::String]
65
+ # Output only. The default username of the Goldengate Deployment Type
66
+ # resource.
67
+ class GoldengateDeploymentType
68
+ include ::Google::Protobuf::MessageExts
69
+ extend ::Google::Protobuf::MessageExts::ClassMethods
70
+
71
+ # The deployment type of the Goldengate Deployment Type resource.
72
+ module DeploymentType
73
+ # Default unspecified value.
74
+ DEPLOYMENT_TYPE_UNSPECIFIED = 0
75
+
76
+ # Goldengate Deployment Type category is OGG.
77
+ OGG = 1
78
+
79
+ # Goldengate Deployment Type category is DATABASE_ORACLE.
80
+ DATABASE_ORACLE = 2
81
+
82
+ # Goldengate Deployment Type category is BIGDATA.
83
+ BIGDATA = 3
84
+
85
+ # Goldengate Deployment Type category is DATABASE_MICROSOFT_SQLSERVER.
86
+ DATABASE_MICROSOFT_SQLSERVER = 4
87
+
88
+ # Goldengate Deployment Type category is DATABASE_MYSQL.
89
+ DATABASE_MYSQL = 5
90
+
91
+ # Goldengate Deployment Type category is DATABASE_POSTGRESQL.
92
+ DATABASE_POSTGRESQL = 6
93
+
94
+ # Goldengate Deployment Type category is DATABASE_DB2ZOS.
95
+ DATABASE_DB2ZOS = 7
96
+
97
+ # Goldengate Deployment Type category is DATABASE_DB2I.
98
+ DATABASE_DB2I = 8
99
+
100
+ # Goldengate Deployment Type category is GGSA.
101
+ GGSA = 9
102
+
103
+ # Goldengate Deployment Type category is DATA_TRANSFORMS.
104
+ DATA_TRANSFORMS = 10
105
+ end
106
+
107
+ # The category of the Goldengate Deployment Type resource.
108
+ module DeploymentCategory
109
+ # Default unspecified value.
110
+ DEPLOYMENT_CATEGORY_UNSPECIFIED = 0
111
+
112
+ # Goldengate Deployment Type category is DATA_REPLICATION_CATEGORY.
113
+ DATA_REPLICATION_CATEGORY = 1
114
+
115
+ # Goldengate Deployment Type category is DATA_TRANSFORMS_CATEGORY.
116
+ DATA_TRANSFORMS_CATEGORY = 2
117
+ end
118
+ end
119
+
120
+ # Message for listing GoldengateDeploymentTypes.
121
+ # @!attribute [rw] parent
122
+ # @return [::String]
123
+ # Required. The parent resource.
124
+ # Format: projects/\\{project}/locations/\\{location}
125
+ # @!attribute [rw] page_size
126
+ # @return [::Integer]
127
+ # Optional. Requested page size. Server may return fewer items than
128
+ # requested. If unspecified, server will pick an appropriate default.
129
+ # @!attribute [rw] page_token
130
+ # @return [::String]
131
+ # Optional. A token identifying a page of results the server should return.
132
+ # @!attribute [rw] filter
133
+ # @return [::String]
134
+ # Optional. An expression for filtering the results of the request. Either
135
+ # the deployment_type and ogg_version fields must be specified in the format:
136
+ # `deployment_type="DATABASE_ORACLE"` or `ogg_version="version"`.
137
+ # Allowed values for deployment_type are: `DATABASE_ORACLE`, `BIGDATA`,
138
+ # `DATABASE_MICROSOFT_SQLSERVER`, `DATABASE_MYSQL`, `DATABASE_POSTGRESQL`,
139
+ # `DATABASE_DB2ZOS`, `DATABASE_DB2I`, `GGSA`, `DATA_TRANSFORMS`.
140
+ # @!attribute [rw] order_by
141
+ # @return [::String]
142
+ # Optional. Hint for how to order the results
143
+ class ListGoldengateDeploymentTypesRequest
144
+ include ::Google::Protobuf::MessageExts
145
+ extend ::Google::Protobuf::MessageExts::ClassMethods
146
+ end
147
+
148
+ # Message for response to listing GoldengateDeploymentTypes
149
+ # @!attribute [rw] goldengate_deployment_types
150
+ # @return [::Array<::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentType>]
151
+ # The list of GoldengateDeploymentType
152
+ # @!attribute [rw] next_page_token
153
+ # @return [::String]
154
+ # A token, which can be sent as `page_token` to retrieve the next page.
155
+ # If this field is omitted, there are no subsequent pages.
156
+ # @!attribute [rw] unreachable
157
+ # @return [::Array<::String>]
158
+ # Unordered list. The resource names of locations that could not be reached.
159
+ class ListGoldengateDeploymentTypesResponse
160
+ include ::Google::Protobuf::MessageExts
161
+ extend ::Google::Protobuf::MessageExts::ClassMethods
162
+ end
163
+ end
164
+ end
165
+ end
166
+ end
@@ -0,0 +1,164 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Cloud
22
+ module OracleDatabase
23
+ module V1
24
+ # Details of the Goldengate Deployment Version resource.
25
+ # @!attribute [rw] name
26
+ # @return [::String]
27
+ # Identifier. The name of the Goldengate Deployment Version resource with the
28
+ # format:
29
+ # projects/\\{project}/locations/\\{location}/goldengateDeploymentVersions/\\{goldengate_deployment_version}
30
+ # @!attribute [r] ocid
31
+ # @return [::String]
32
+ # Output only. The deployment version ocid of the Goldengate Deployment
33
+ # Version resource.
34
+ # @!attribute [r] properties
35
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentVersionProperties]
36
+ # Output only. The technology type of the Goldengate Deployment Version
37
+ # resource.
38
+ class GoldengateDeploymentVersion
39
+ include ::Google::Protobuf::MessageExts
40
+ extend ::Google::Protobuf::MessageExts::ClassMethods
41
+ end
42
+
43
+ # Properties of GoldengateDeploymentVersion.
44
+ # @!attribute [r] deployment_type
45
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentVersionProperties::DeploymentType]
46
+ # Output only. The deployment type of the Goldengate Deployment Version
47
+ # resource.
48
+ # @!attribute [rw] security_fix
49
+ # @return [::Boolean]
50
+ # Optional. Whether the Goldengate Deployment Version resource is a security
51
+ # fix.
52
+ # @!attribute [r] ogg_version
53
+ # @return [::String]
54
+ # Output only. The OGG version of the Goldengate Deployment Version resource.
55
+ # @!attribute [r] release_type
56
+ # @return [::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentVersionProperties::DeploymentReleaseType]
57
+ # Output only. The release type of the Goldengate Deployment Version
58
+ # resource.
59
+ # @!attribute [r] release_time
60
+ # @return [::Google::Protobuf::Timestamp]
61
+ # Output only. The release time of the Goldengate Deployment Version
62
+ # resource.
63
+ # @!attribute [r] support_end_time
64
+ # @return [::Google::Protobuf::Timestamp]
65
+ # Output only. The support end time of the Goldengate Deployment Version
66
+ # resource.
67
+ class GoldengateDeploymentVersionProperties
68
+ include ::Google::Protobuf::MessageExts
69
+ extend ::Google::Protobuf::MessageExts::ClassMethods
70
+
71
+ # The deployment type of the Goldengate Deployment Version resource.
72
+ module DeploymentType
73
+ # Default unspecified value.
74
+ DEPLOYMENT_TYPE_UNSPECIFIED = 0
75
+
76
+ # Goldengate Deployment Type category is OGG.
77
+ OGG = 1
78
+
79
+ # Goldengate Deployment Type category is DATABASE_ORACLE.
80
+ DATABASE_ORACLE = 2
81
+
82
+ # Goldengate Deployment Type category is BIGDATA.
83
+ BIGDATA = 3
84
+
85
+ # Goldengate Deployment Type category is DATABASE_MICROSOFT_SQLSERVER.
86
+ DATABASE_MICROSOFT_SQLSERVER = 4
87
+
88
+ # Goldengate Deployment Type category is DATABASE_MYSQL.
89
+ DATABASE_MYSQL = 5
90
+
91
+ # Goldengate Deployment Type category is DATABASE_POSTGRESQL.
92
+ DATABASE_POSTGRESQL = 6
93
+
94
+ # Goldengate Deployment Type category is DATABASE_DB2ZOS.
95
+ DATABASE_DB2ZOS = 7
96
+
97
+ # Goldengate Deployment Type category is DATABASE_DB2I.
98
+ DATABASE_DB2I = 8
99
+
100
+ # Goldengate Deployment Type category is GGSA.
101
+ GGSA = 9
102
+
103
+ # Goldengate Deployment Type category is DATA_TRANSFORMS.
104
+ DATA_TRANSFORMS = 10
105
+ end
106
+
107
+ # The release type of the Goldengate Deployment Version resource.
108
+ module DeploymentReleaseType
109
+ # Default unspecified value.
110
+ DEPLOYMENT_RELEASE_TYPE_UNSPECIFIED = 0
111
+
112
+ # Goldengate Deployment Version release type is MAJOR.
113
+ MAJOR = 1
114
+
115
+ # Goldengate Deployment Version release type is BUNDLE.
116
+ BUNDLE = 2
117
+
118
+ # Goldengate Deployment Version release type is MINOR.
119
+ MINOR = 3
120
+ end
121
+ end
122
+
123
+ # Message for listing GoldengateDeploymentVersions.
124
+ # @!attribute [rw] parent
125
+ # @return [::String]
126
+ # Required. Parent value for ListGoldengateDeploymentVersionsRequest
127
+ # Format: projects/\\{project}/locations/\\{location}
128
+ # @!attribute [rw] page_size
129
+ # @return [::Integer]
130
+ # Optional. Requested page size. Server may return fewer items than
131
+ # requested. If unspecified, server will pick an appropriate default. The
132
+ # maximum value is 1000; values above 1000 will be coerced to 1000.
133
+ # @!attribute [rw] page_token
134
+ # @return [::String]
135
+ # Optional. A token identifying a page of results the server should return.
136
+ # @!attribute [rw] filter
137
+ # @return [::String]
138
+ # Optional. An expression for filtering the results of the request. Either
139
+ # the deployment_id and deployment_type fields must be specified in the
140
+ # format: `deployment_id="id"` or `deployment_type="DATABASE_ORACLE"`.
141
+ class ListGoldengateDeploymentVersionsRequest
142
+ include ::Google::Protobuf::MessageExts
143
+ extend ::Google::Protobuf::MessageExts::ClassMethods
144
+ end
145
+
146
+ # Message for response to listing GoldengateDeploymentVersions
147
+ # @!attribute [rw] goldengate_deployment_versions
148
+ # @return [::Array<::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentVersion>]
149
+ # The list of GoldengateDeploymentVersion
150
+ # @!attribute [rw] next_page_token
151
+ # @return [::String]
152
+ # A token, which can be sent as `page_token` to retrieve the next page.
153
+ # If this field is omitted, there are no subsequent pages.
154
+ # @!attribute [rw] unreachable
155
+ # @return [::Array<::String>]
156
+ # Unordered list. Locations that could not be reached.
157
+ class ListGoldengateDeploymentVersionsResponse
158
+ include ::Google::Protobuf::MessageExts
159
+ extend ::Google::Protobuf::MessageExts::ClassMethods
160
+ end
161
+ end
162
+ end
163
+ end
164
+ end
@@ -52,6 +52,10 @@ module Google
52
52
  # @!attribute [rw] next_page_token
53
53
  # @return [::String]
54
54
  # A token for fetching next page of response.
55
+ # @!attribute [rw] unreachable
56
+ # @return [::Array<::String>]
57
+ # Unreachable locations when listing resources across all locations using
58
+ # wildcard location '-'.
55
59
  class ListCloudExadataInfrastructuresResponse
56
60
  include ::Google::Protobuf::MessageExts
57
61
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -151,6 +155,10 @@ module Google
151
155
  # @!attribute [rw] next_page_token
152
156
  # @return [::String]
153
157
  # A token to fetch the next page of results.
158
+ # @!attribute [rw] unreachable
159
+ # @return [::Array<::String>]
160
+ # Unreachable locations when listing resources across all locations using
161
+ # wildcard location '-'.
154
162
  class ListCloudVmClustersResponse
155
163
  include ::Google::Protobuf::MessageExts
156
164
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -448,6 +456,10 @@ module Google
448
456
  # @!attribute [rw] next_page_token
449
457
  # @return [::String]
450
458
  # A token identifying a page of results the server should return.
459
+ # @!attribute [rw] unreachable
460
+ # @return [::Array<::String>]
461
+ # Unreachable locations when listing resources across all locations using
462
+ # wildcard location '-'.
451
463
  class ListAutonomousDatabasesResponse
452
464
  include ::Google::Protobuf::MessageExts
453
465
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -588,7 +600,8 @@ module Google
588
600
  # projects/\\{project}/locations/\\{location}/autonomousDatabases/\\{autonomous_database}.
589
601
  # @!attribute [rw] peer_autonomous_database
590
602
  # @return [::String]
591
- # Required. The peer database name to switch over to.
603
+ # Optional. The peer database name to switch over to. Required for
604
+ # cross-region standby, and must be omitted for in-region Data Guard.
592
605
  class SwitchoverAutonomousDatabaseRequest
593
606
  include ::Google::Protobuf::MessageExts
594
607
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -601,7 +614,8 @@ module Google
601
614
  # projects/\\{project}/locations/\\{location}/autonomousDatabases/\\{autonomous_database}.
602
615
  # @!attribute [rw] peer_autonomous_database
603
616
  # @return [::String]
604
- # Required. The peer database name to fail over to.
617
+ # Optional. The peer database name to fail over to. Required for cross-region
618
+ # standby, and must be omitted for in-region Data Guard.
605
619
  class FailoverAutonomousDatabaseRequest
606
620
  include ::Google::Protobuf::MessageExts
607
621
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -838,6 +852,10 @@ module Google
838
852
  # @!attribute [rw] next_page_token
839
853
  # @return [::String]
840
854
  # A token identifying a page of results the server should return.
855
+ # @!attribute [rw] unreachable
856
+ # @return [::Array<::String>]
857
+ # Unreachable locations when listing resources across all locations using
858
+ # wildcard location '-'.
841
859
  class ListExadbVmClustersResponse
842
860
  include ::Google::Protobuf::MessageExts
843
861
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -149,12 +149,12 @@ module Google
149
149
  # @!attribute [r] state
150
150
  # @return [::Google::Cloud::OracleDatabase::V1::CloudVmClusterProperties::State]
151
151
  # Output only. State of the cluster.
152
- # @!attribute [r] scan_listener_port_tcp
152
+ # @!attribute [rw] scan_listener_port_tcp
153
153
  # @return [::Integer]
154
- # Output only. SCAN listener port - TCP
155
- # @!attribute [r] scan_listener_port_tcp_ssl
154
+ # Optional. SCAN listener port - TCP
155
+ # @!attribute [rw] scan_listener_port_tcp_ssl
156
156
  # @return [::Integer]
157
- # Output only. SCAN listener port - TLS
157
+ # Optional. SCAN listener port - TLS
158
158
  # @!attribute [r] domain
159
159
  # @return [::String]
160
160
  # Output only. Parent DNS domain where SCAN DNS and hosts names are
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-oracle_database-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -97,6 +97,13 @@ files:
97
97
  - lib/google/cloud/oracledatabase/v1/exadb_vm_cluster_pb.rb
98
98
  - lib/google/cloud/oracledatabase/v1/exascale_db_storage_vault_pb.rb
99
99
  - lib/google/cloud/oracledatabase/v1/gi_version_pb.rb
100
+ - lib/google/cloud/oracledatabase/v1/goldengate_connection_assignment_pb.rb
101
+ - lib/google/cloud/oracledatabase/v1/goldengate_connection_pb.rb
102
+ - lib/google/cloud/oracledatabase/v1/goldengate_connection_type_pb.rb
103
+ - lib/google/cloud/oracledatabase/v1/goldengate_deployment_environment_pb.rb
104
+ - lib/google/cloud/oracledatabase/v1/goldengate_deployment_pb.rb
105
+ - lib/google/cloud/oracledatabase/v1/goldengate_deployment_type_pb.rb
106
+ - lib/google/cloud/oracledatabase/v1/goldengate_deployment_version_pb.rb
100
107
  - lib/google/cloud/oracledatabase/v1/location_metadata_pb.rb
101
108
  - lib/google/cloud/oracledatabase/v1/minor_version_pb.rb
102
109
  - lib/google/cloud/oracledatabase/v1/odb_network_pb.rb
@@ -129,6 +136,13 @@ files:
129
136
  - proto_docs/google/cloud/oracledatabase/v1/exadb_vm_cluster.rb
130
137
  - proto_docs/google/cloud/oracledatabase/v1/exascale_db_storage_vault.rb
131
138
  - proto_docs/google/cloud/oracledatabase/v1/gi_version.rb
139
+ - proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb
140
+ - proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb
141
+ - proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_type.rb
142
+ - proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb
143
+ - proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment_environment.rb
144
+ - proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment_type.rb
145
+ - proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment_version.rb
132
146
  - proto_docs/google/cloud/oracledatabase/v1/location_metadata.rb
133
147
  - proto_docs/google/cloud/oracledatabase/v1/minor_version.rb
134
148
  - proto_docs/google/cloud/oracledatabase/v1/odb_network.rb