google-cloud-oracle_database-v1 0.13.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 +4 -0
- 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
- metadata +17 -3
|
@@ -0,0 +1,145 @@
|
|
|
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 getting a GoldengateDeploymentEnvironment.
|
|
99
|
+
# @!attribute [rw] name
|
|
100
|
+
# @return [::String]
|
|
101
|
+
# Required. Name of the resource with the format:
|
|
102
|
+
# projects/\\{project}/locations/\\{location}/goldengateDeploymentEnvironments/\\{goldengate_deployment_environment}
|
|
103
|
+
class GetGoldengateDeploymentEnvironmentRequest
|
|
104
|
+
include ::Google::Protobuf::MessageExts
|
|
105
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
106
|
+
end
|
|
107
|
+
|
|
108
|
+
# Message for listing GoldengateDeploymentEnvironments.
|
|
109
|
+
# @!attribute [rw] parent
|
|
110
|
+
# @return [::String]
|
|
111
|
+
# Required. The parent, which owns this collection of
|
|
112
|
+
# GoldengateDeploymentEnvironments. Format:
|
|
113
|
+
# projects/\\{project}/locations/\\{location}
|
|
114
|
+
# @!attribute [rw] page_size
|
|
115
|
+
# @return [::Integer]
|
|
116
|
+
# Optional. The maximum number of items to return.
|
|
117
|
+
# If unspecified, at most 50 deployment environments will be returned.
|
|
118
|
+
# The maximum value is 1000; values above 1000 will be coerced to 1000.
|
|
119
|
+
# @!attribute [rw] page_token
|
|
120
|
+
# @return [::String]
|
|
121
|
+
# Optional. A token identifying a page of results the server should return.
|
|
122
|
+
class ListGoldengateDeploymentEnvironmentsRequest
|
|
123
|
+
include ::Google::Protobuf::MessageExts
|
|
124
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
# Message for response to listing GoldengateDeploymentEnvironments
|
|
128
|
+
# @!attribute [rw] goldengate_deployment_environments
|
|
129
|
+
# @return [::Array<::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentEnvironment>]
|
|
130
|
+
# The list of GoldengateDeploymentEnvironment
|
|
131
|
+
# @!attribute [rw] next_page_token
|
|
132
|
+
# @return [::String]
|
|
133
|
+
# A token identifying a page of results the server should return.
|
|
134
|
+
# If this field is empty, there are no subsequent pages.
|
|
135
|
+
# @!attribute [rw] unreachable
|
|
136
|
+
# @return [::Array<::String>]
|
|
137
|
+
# Unordered list. Locations that could not be reached.
|
|
138
|
+
class ListGoldengateDeploymentEnvironmentsResponse
|
|
139
|
+
include ::Google::Protobuf::MessageExts
|
|
140
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
141
|
+
end
|
|
142
|
+
end
|
|
143
|
+
end
|
|
144
|
+
end
|
|
145
|
+
end
|
|
@@ -0,0 +1,177 @@
|
|
|
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 getting a GoldengateDeploymentType.
|
|
121
|
+
# @!attribute [rw] name
|
|
122
|
+
# @return [::String]
|
|
123
|
+
# Required. The name of the GoldengateDeploymentType to retrieve.
|
|
124
|
+
# Format:
|
|
125
|
+
# projects/\\{project}/locations/\\{location}/goldengateDeploymentTypes/\\{goldengate_deployment_type}
|
|
126
|
+
class GetGoldengateDeploymentTypeRequest
|
|
127
|
+
include ::Google::Protobuf::MessageExts
|
|
128
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
129
|
+
end
|
|
130
|
+
|
|
131
|
+
# Message for listing GoldengateDeploymentTypes.
|
|
132
|
+
# @!attribute [rw] parent
|
|
133
|
+
# @return [::String]
|
|
134
|
+
# Required. The parent resource.
|
|
135
|
+
# Format: projects/\\{project}/locations/\\{location}
|
|
136
|
+
# @!attribute [rw] page_size
|
|
137
|
+
# @return [::Integer]
|
|
138
|
+
# Optional. Requested page size. Server may return fewer items than
|
|
139
|
+
# requested. If unspecified, server will pick an appropriate default.
|
|
140
|
+
# @!attribute [rw] page_token
|
|
141
|
+
# @return [::String]
|
|
142
|
+
# Optional. A token identifying a page of results the server should return.
|
|
143
|
+
# @!attribute [rw] filter
|
|
144
|
+
# @return [::String]
|
|
145
|
+
# Optional. An expression for filtering the results of the request. Either
|
|
146
|
+
# the deployment_type and ogg_version fields must be specified in the format:
|
|
147
|
+
# `deployment_type="DATABASE_ORACLE"` or `ogg_version="version"`.
|
|
148
|
+
# Allowed values for deployment_type are: `DATABASE_ORACLE`, `BIGDATA`,
|
|
149
|
+
# `DATABASE_MICROSOFT_SQLSERVER`, `DATABASE_MYSQL`, `DATABASE_POSTGRESQL`,
|
|
150
|
+
# `DATABASE_DB2ZOS`, `DATABASE_DB2I`, `GGSA`, `DATA_TRANSFORMS`.
|
|
151
|
+
# @!attribute [rw] order_by
|
|
152
|
+
# @return [::String]
|
|
153
|
+
# Optional. Hint for how to order the results
|
|
154
|
+
class ListGoldengateDeploymentTypesRequest
|
|
155
|
+
include ::Google::Protobuf::MessageExts
|
|
156
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
# Message for response to listing GoldengateDeploymentTypes
|
|
160
|
+
# @!attribute [rw] goldengate_deployment_types
|
|
161
|
+
# @return [::Array<::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentType>]
|
|
162
|
+
# The list of GoldengateDeploymentType
|
|
163
|
+
# @!attribute [rw] next_page_token
|
|
164
|
+
# @return [::String]
|
|
165
|
+
# A token, which can be sent as `page_token` to retrieve the next page.
|
|
166
|
+
# If this field is omitted, there are no subsequent pages.
|
|
167
|
+
# @!attribute [rw] unreachable
|
|
168
|
+
# @return [::Array<::String>]
|
|
169
|
+
# Unordered list. The resource names of locations that could not be reached.
|
|
170
|
+
class ListGoldengateDeploymentTypesResponse
|
|
171
|
+
include ::Google::Protobuf::MessageExts
|
|
172
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
173
|
+
end
|
|
174
|
+
end
|
|
175
|
+
end
|
|
176
|
+
end
|
|
177
|
+
end
|
|
@@ -0,0 +1,175 @@
|
|
|
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 getting a GoldengateDeploymentVersion.
|
|
124
|
+
# @!attribute [rw] name
|
|
125
|
+
# @return [::String]
|
|
126
|
+
# Required. The name of the GoldengateDeploymentVersion to retrieve.
|
|
127
|
+
# Format:
|
|
128
|
+
# projects/\\{project}/locations/\\{location}/goldengateDeploymentVersions/\\{goldengate_deployment_version}
|
|
129
|
+
class GetGoldengateDeploymentVersionRequest
|
|
130
|
+
include ::Google::Protobuf::MessageExts
|
|
131
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
# Message for listing GoldengateDeploymentVersions.
|
|
135
|
+
# @!attribute [rw] parent
|
|
136
|
+
# @return [::String]
|
|
137
|
+
# Required. Parent value for ListGoldengateDeploymentVersionsRequest
|
|
138
|
+
# Format: projects/\\{project}/locations/\\{location}
|
|
139
|
+
# @!attribute [rw] page_size
|
|
140
|
+
# @return [::Integer]
|
|
141
|
+
# Optional. Requested page size. Server may return fewer items than
|
|
142
|
+
# requested. If unspecified, server will pick an appropriate default. The
|
|
143
|
+
# maximum value is 1000; values above 1000 will be coerced to 1000.
|
|
144
|
+
# @!attribute [rw] page_token
|
|
145
|
+
# @return [::String]
|
|
146
|
+
# Optional. A token identifying a page of results the server should return.
|
|
147
|
+
# @!attribute [rw] filter
|
|
148
|
+
# @return [::String]
|
|
149
|
+
# Optional. An expression for filtering the results of the request. Either
|
|
150
|
+
# the deployment_id and deployment_type fields must be specified in the
|
|
151
|
+
# format: `deployment_id="id"` or `deployment_type="DATABASE_ORACLE"`.
|
|
152
|
+
class ListGoldengateDeploymentVersionsRequest
|
|
153
|
+
include ::Google::Protobuf::MessageExts
|
|
154
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
# Message for response to listing GoldengateDeploymentVersions
|
|
158
|
+
# @!attribute [rw] goldengate_deployment_versions
|
|
159
|
+
# @return [::Array<::Google::Cloud::OracleDatabase::V1::GoldengateDeploymentVersion>]
|
|
160
|
+
# The list of GoldengateDeploymentVersion
|
|
161
|
+
# @!attribute [rw] next_page_token
|
|
162
|
+
# @return [::String]
|
|
163
|
+
# A token, which can be sent as `page_token` to retrieve the next page.
|
|
164
|
+
# If this field is omitted, there are no subsequent pages.
|
|
165
|
+
# @!attribute [rw] unreachable
|
|
166
|
+
# @return [::Array<::String>]
|
|
167
|
+
# Unordered list. Locations that could not be reached.
|
|
168
|
+
class ListGoldengateDeploymentVersionsResponse
|
|
169
|
+
include ::Google::Protobuf::MessageExts
|
|
170
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
171
|
+
end
|
|
172
|
+
end
|
|
173
|
+
end
|
|
174
|
+
end
|
|
175
|
+
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
|
-
#
|
|
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
|
-
#
|
|
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 [
|
|
152
|
+
# @!attribute [rw] scan_listener_port_tcp
|
|
153
153
|
# @return [::Integer]
|
|
154
|
-
#
|
|
155
|
-
# @!attribute [
|
|
154
|
+
# Optional. SCAN listener port - TCP
|
|
155
|
+
# @!attribute [rw] scan_listener_port_tcp_ssl
|
|
156
156
|
# @return [::Integer]
|
|
157
|
-
#
|
|
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.
|
|
4
|
+
version: 0.14.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.
|
|
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.
|
|
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
|