google-apis-oracledatabase_v1 0.30.0 → 0.31.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/CHANGELOG.md +4 -0
- data/lib/google/apis/oracledatabase_v1/classes.rb +78 -0
- data/lib/google/apis/oracledatabase_v1/gem_version.rb +2 -2
- data/lib/google/apis/oracledatabase_v1/representations.rb +33 -0
- data/lib/google/apis/oracledatabase_v1/service.rb +35 -126
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a36d8b08654dfa9dc3d5a87effd1c43b437e8628d23bb897a36975745e510bc9
|
|
4
|
+
data.tar.gz: bc89861ea45e8e36b95071a2d11d6d1e17f05250673d6f3fe5ccddab54f7146a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43425b8dde8463f9c03e8822797ac7c3a18c20bb28cdcce9e43399a370270b146431af8fde141c784f676fc6c775415ca8d1b293babf46325f4ee059988aa964
|
|
7
|
+
data.tar.gz: '0664684229360efee89b17626e71ad9b6cdee6443c0f63a945dc788e76245c12ff07e5c007f51d7e6bd8ea68ae4698767f2233fd6d233344640ade8763b0a4d2'
|
data/CHANGELOG.md
CHANGED
|
@@ -1387,6 +1387,11 @@ module Google
|
|
|
1387
1387
|
# @return [String]
|
|
1388
1388
|
attr_accessor :db_server_version
|
|
1389
1389
|
|
|
1390
|
+
# Details of the Exascale configuration for the Exadata Infrastructure.
|
|
1391
|
+
# Corresponds to the JSON property `exascaleConfig`
|
|
1392
|
+
# @return [Google::Apis::OracledatabaseV1::ExascaleConfig]
|
|
1393
|
+
attr_accessor :exascale_config
|
|
1394
|
+
|
|
1390
1395
|
# Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/
|
|
1391
1396
|
# api/#/en/database/20160918/datatypes/MaintenanceWindow
|
|
1392
1397
|
# Corresponds to the JSON property `maintenanceWindow`
|
|
@@ -1507,6 +1512,7 @@ module Google
|
|
|
1507
1512
|
@database_server_type = args[:database_server_type] if args.key?(:database_server_type)
|
|
1508
1513
|
@db_node_storage_size_gb = args[:db_node_storage_size_gb] if args.key?(:db_node_storage_size_gb)
|
|
1509
1514
|
@db_server_version = args[:db_server_version] if args.key?(:db_server_version)
|
|
1515
|
+
@exascale_config = args[:exascale_config] if args.key?(:exascale_config)
|
|
1510
1516
|
@maintenance_window = args[:maintenance_window] if args.key?(:maintenance_window)
|
|
1511
1517
|
@max_cpu_count = args[:max_cpu_count] if args.key?(:max_cpu_count)
|
|
1512
1518
|
@max_data_storage_tb = args[:max_data_storage_tb] if args.key?(:max_data_storage_tb)
|
|
@@ -1568,6 +1574,13 @@ module Google
|
|
|
1568
1574
|
# @return [String]
|
|
1569
1575
|
attr_accessor :exadata_infrastructure
|
|
1570
1576
|
|
|
1577
|
+
# Optional. The name of ExascaleDbStorageVault associated with the VM Cluster.
|
|
1578
|
+
# Format: projects/`project`/locations/`location`/exascaleDbStorageVaults/`
|
|
1579
|
+
# exascale_db_storage_vault`
|
|
1580
|
+
# Corresponds to the JSON property `exascaleDbStorageVault`
|
|
1581
|
+
# @return [String]
|
|
1582
|
+
attr_accessor :exascale_db_storage_vault
|
|
1583
|
+
|
|
1571
1584
|
# Output only. The GCP Oracle zone where Oracle CloudVmCluster is hosted. This
|
|
1572
1585
|
# will be the same as the gcp_oracle_zone of the CloudExadataInfrastructure.
|
|
1573
1586
|
# Example: us-east4-b-r2.
|
|
@@ -1630,6 +1643,7 @@ module Google
|
|
|
1630
1643
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
1631
1644
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
1632
1645
|
@exadata_infrastructure = args[:exadata_infrastructure] if args.key?(:exadata_infrastructure)
|
|
1646
|
+
@exascale_db_storage_vault = args[:exascale_db_storage_vault] if args.key?(:exascale_db_storage_vault)
|
|
1633
1647
|
@gcp_oracle_zone = args[:gcp_oracle_zone] if args.key?(:gcp_oracle_zone)
|
|
1634
1648
|
@identity_connector = args[:identity_connector] if args.key?(:identity_connector)
|
|
1635
1649
|
@labels = args[:labels] if args.key?(:labels)
|
|
@@ -1800,6 +1814,11 @@ module Google
|
|
|
1800
1814
|
# @return [String]
|
|
1801
1815
|
attr_accessor :state
|
|
1802
1816
|
|
|
1817
|
+
# Output only. The storage management type of the VM Cluster.
|
|
1818
|
+
# Corresponds to the JSON property `storageManagementType`
|
|
1819
|
+
# @return [String]
|
|
1820
|
+
attr_accessor :storage_management_type
|
|
1821
|
+
|
|
1803
1822
|
# Output only. The storage allocation for the disk group, in gigabytes (GB).
|
|
1804
1823
|
# Corresponds to the JSON property `storageSizeGb`
|
|
1805
1824
|
# @return [Fixnum]
|
|
@@ -1852,12 +1871,38 @@ module Google
|
|
|
1852
1871
|
@sparse_diskgroup_enabled = args[:sparse_diskgroup_enabled] if args.key?(:sparse_diskgroup_enabled)
|
|
1853
1872
|
@ssh_public_keys = args[:ssh_public_keys] if args.key?(:ssh_public_keys)
|
|
1854
1873
|
@state = args[:state] if args.key?(:state)
|
|
1874
|
+
@storage_management_type = args[:storage_management_type] if args.key?(:storage_management_type)
|
|
1855
1875
|
@storage_size_gb = args[:storage_size_gb] if args.key?(:storage_size_gb)
|
|
1856
1876
|
@system_version = args[:system_version] if args.key?(:system_version)
|
|
1857
1877
|
@time_zone = args[:time_zone] if args.key?(:time_zone)
|
|
1858
1878
|
end
|
|
1859
1879
|
end
|
|
1860
1880
|
|
|
1881
|
+
# The request for `CloudExadataInfrastructure.ConfigureExascale`.
|
|
1882
|
+
class ConfigureExascaleCloudExadataInfrastructureRequest
|
|
1883
|
+
include Google::Apis::Core::Hashable
|
|
1884
|
+
|
|
1885
|
+
# Optional. An optional ID to identify the request.
|
|
1886
|
+
# Corresponds to the JSON property `requestId`
|
|
1887
|
+
# @return [String]
|
|
1888
|
+
attr_accessor :request_id
|
|
1889
|
+
|
|
1890
|
+
# Required. The total storage to be allocated to Exascale in GBs.
|
|
1891
|
+
# Corresponds to the JSON property `totalStorageSizeGb`
|
|
1892
|
+
# @return [Fixnum]
|
|
1893
|
+
attr_accessor :total_storage_size_gb
|
|
1894
|
+
|
|
1895
|
+
def initialize(**args)
|
|
1896
|
+
update!(**args)
|
|
1897
|
+
end
|
|
1898
|
+
|
|
1899
|
+
# Update properties of this object
|
|
1900
|
+
def update!(**args)
|
|
1901
|
+
@request_id = args[:request_id] if args.key?(:request_id)
|
|
1902
|
+
@total_storage_size_gb = args[:total_storage_size_gb] if args.key?(:total_storage_size_gb)
|
|
1903
|
+
end
|
|
1904
|
+
end
|
|
1905
|
+
|
|
1861
1906
|
# The CustomerContact reference as defined by Oracle. https://docs.oracle.com/en-
|
|
1862
1907
|
# us/iaas/api/#/en/database/20160918/datatypes/CustomerContact
|
|
1863
1908
|
class CustomerContact
|
|
@@ -3483,6 +3528,31 @@ module Google
|
|
|
3483
3528
|
end
|
|
3484
3529
|
end
|
|
3485
3530
|
|
|
3531
|
+
# Details of the Exascale configuration for the Exadata Infrastructure.
|
|
3532
|
+
class ExascaleConfig
|
|
3533
|
+
include Google::Apis::Core::Hashable
|
|
3534
|
+
|
|
3535
|
+
# Output only. Available storage size for Exascale in GBs.
|
|
3536
|
+
# Corresponds to the JSON property `availableStorageSizeGb`
|
|
3537
|
+
# @return [Fixnum]
|
|
3538
|
+
attr_accessor :available_storage_size_gb
|
|
3539
|
+
|
|
3540
|
+
# Output only. Total storage size needed for Exascale in GBs.
|
|
3541
|
+
# Corresponds to the JSON property `totalStorageSizeGb`
|
|
3542
|
+
# @return [Fixnum]
|
|
3543
|
+
attr_accessor :total_storage_size_gb
|
|
3544
|
+
|
|
3545
|
+
def initialize(**args)
|
|
3546
|
+
update!(**args)
|
|
3547
|
+
end
|
|
3548
|
+
|
|
3549
|
+
# Update properties of this object
|
|
3550
|
+
def update!(**args)
|
|
3551
|
+
@available_storage_size_gb = args[:available_storage_size_gb] if args.key?(:available_storage_size_gb)
|
|
3552
|
+
@total_storage_size_gb = args[:total_storage_size_gb] if args.key?(:total_storage_size_gb)
|
|
3553
|
+
end
|
|
3554
|
+
end
|
|
3555
|
+
|
|
3486
3556
|
# The storage details of the ExascaleDbStorageVault.
|
|
3487
3557
|
class ExascaleDbStorageDetails
|
|
3488
3558
|
include Google::Apis::Core::Hashable
|
|
@@ -3534,6 +3604,13 @@ module Google
|
|
|
3534
3604
|
# @return [String]
|
|
3535
3605
|
attr_accessor :entitlement_id
|
|
3536
3606
|
|
|
3607
|
+
# Optional. The Exadata Infrastructure resource on which ExascaleDbStorageVault
|
|
3608
|
+
# resource is created, in the following format: projects/`project`/locations/`
|
|
3609
|
+
# region`/cloudExadataInfrastuctures/`cloud_extradata_infrastructure`
|
|
3610
|
+
# Corresponds to the JSON property `exadataInfrastructure`
|
|
3611
|
+
# @return [String]
|
|
3612
|
+
attr_accessor :exadata_infrastructure
|
|
3613
|
+
|
|
3537
3614
|
# Optional. The GCP Oracle zone where Oracle ExascaleDbStorageVault is hosted.
|
|
3538
3615
|
# Example: us-east4-b-r2. If not specified, the system will pick a zone based on
|
|
3539
3616
|
# availability.
|
|
@@ -3567,6 +3644,7 @@ module Google
|
|
|
3567
3644
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
3568
3645
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
3569
3646
|
@entitlement_id = args[:entitlement_id] if args.key?(:entitlement_id)
|
|
3647
|
+
@exadata_infrastructure = args[:exadata_infrastructure] if args.key?(:exadata_infrastructure)
|
|
3570
3648
|
@gcp_oracle_zone = args[:gcp_oracle_zone] if args.key?(:gcp_oracle_zone)
|
|
3571
3649
|
@labels = args[:labels] if args.key?(:labels)
|
|
3572
3650
|
@name = args[:name] if args.key?(:name)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module OracledatabaseV1
|
|
18
18
|
# Version of the google-apis-oracledatabase_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.31.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260615"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -142,6 +142,12 @@ module Google
|
|
|
142
142
|
include Google::Apis::Core::JsonObjectSupport
|
|
143
143
|
end
|
|
144
144
|
|
|
145
|
+
class ConfigureExascaleCloudExadataInfrastructureRequest
|
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
147
|
+
|
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
149
|
+
end
|
|
150
|
+
|
|
145
151
|
class CustomerContact
|
|
146
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
147
153
|
|
|
@@ -334,6 +340,12 @@ module Google
|
|
|
334
340
|
include Google::Apis::Core::JsonObjectSupport
|
|
335
341
|
end
|
|
336
342
|
|
|
343
|
+
class ExascaleConfig
|
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
345
|
+
|
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
347
|
+
end
|
|
348
|
+
|
|
337
349
|
class ExascaleDbStorageDetails
|
|
338
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
339
351
|
|
|
@@ -1374,6 +1386,8 @@ module Google
|
|
|
1374
1386
|
property :database_server_type, as: 'databaseServerType'
|
|
1375
1387
|
property :db_node_storage_size_gb, as: 'dbNodeStorageSizeGb'
|
|
1376
1388
|
property :db_server_version, as: 'dbServerVersion'
|
|
1389
|
+
property :exascale_config, as: 'exascaleConfig', class: Google::Apis::OracledatabaseV1::ExascaleConfig, decorator: Google::Apis::OracledatabaseV1::ExascaleConfig::Representation
|
|
1390
|
+
|
|
1377
1391
|
property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::OracledatabaseV1::MaintenanceWindow, decorator: Google::Apis::OracledatabaseV1::MaintenanceWindow::Representation
|
|
1378
1392
|
|
|
1379
1393
|
property :max_cpu_count, as: 'maxCpuCount'
|
|
@@ -1406,6 +1420,7 @@ module Google
|
|
|
1406
1420
|
property :create_time, as: 'createTime'
|
|
1407
1421
|
property :display_name, as: 'displayName'
|
|
1408
1422
|
property :exadata_infrastructure, as: 'exadataInfrastructure'
|
|
1423
|
+
property :exascale_db_storage_vault, as: 'exascaleDbStorageVault'
|
|
1409
1424
|
property :gcp_oracle_zone, as: 'gcpOracleZone'
|
|
1410
1425
|
property :identity_connector, as: 'identityConnector', class: Google::Apis::OracledatabaseV1::IdentityConnector, decorator: Google::Apis::OracledatabaseV1::IdentityConnector::Representation
|
|
1411
1426
|
|
|
@@ -1453,6 +1468,7 @@ module Google
|
|
|
1453
1468
|
property :sparse_diskgroup_enabled, as: 'sparseDiskgroupEnabled'
|
|
1454
1469
|
collection :ssh_public_keys, as: 'sshPublicKeys'
|
|
1455
1470
|
property :state, as: 'state'
|
|
1471
|
+
property :storage_management_type, as: 'storageManagementType'
|
|
1456
1472
|
property :storage_size_gb, as: 'storageSizeGb'
|
|
1457
1473
|
property :system_version, as: 'systemVersion'
|
|
1458
1474
|
property :time_zone, as: 'timeZone', class: Google::Apis::OracledatabaseV1::TimeZone, decorator: Google::Apis::OracledatabaseV1::TimeZone::Representation
|
|
@@ -1460,6 +1476,14 @@ module Google
|
|
|
1460
1476
|
end
|
|
1461
1477
|
end
|
|
1462
1478
|
|
|
1479
|
+
class ConfigureExascaleCloudExadataInfrastructureRequest
|
|
1480
|
+
# @private
|
|
1481
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1482
|
+
property :request_id, as: 'requestId'
|
|
1483
|
+
property :total_storage_size_gb, as: 'totalStorageSizeGb'
|
|
1484
|
+
end
|
|
1485
|
+
end
|
|
1486
|
+
|
|
1463
1487
|
class CustomerContact
|
|
1464
1488
|
# @private
|
|
1465
1489
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1856,6 +1880,14 @@ module Google
|
|
|
1856
1880
|
end
|
|
1857
1881
|
end
|
|
1858
1882
|
|
|
1883
|
+
class ExascaleConfig
|
|
1884
|
+
# @private
|
|
1885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1886
|
+
property :available_storage_size_gb, as: 'availableStorageSizeGb'
|
|
1887
|
+
property :total_storage_size_gb, as: 'totalStorageSizeGb'
|
|
1888
|
+
end
|
|
1889
|
+
end
|
|
1890
|
+
|
|
1859
1891
|
class ExascaleDbStorageDetails
|
|
1860
1892
|
# @private
|
|
1861
1893
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1870,6 +1902,7 @@ module Google
|
|
|
1870
1902
|
property :create_time, as: 'createTime'
|
|
1871
1903
|
property :display_name, as: 'displayName'
|
|
1872
1904
|
property :entitlement_id, as: 'entitlementId'
|
|
1905
|
+
property :exadata_infrastructure, as: 'exadataInfrastructure'
|
|
1873
1906
|
property :gcp_oracle_zone, as: 'gcpOracleZone'
|
|
1874
1907
|
hash :labels, as: 'labels'
|
|
1875
1908
|
property :name, as: 'name'
|
|
@@ -731,6 +731,41 @@ module Google
|
|
|
731
731
|
execute_or_queue_command(command, &block)
|
|
732
732
|
end
|
|
733
733
|
|
|
734
|
+
# Configures Exascale for a single Exadata Infrastructure.
|
|
735
|
+
# @param [String] name
|
|
736
|
+
# Required. The name of the Cloud Exadata Infrastructure in the following format:
|
|
737
|
+
# projects/`project`/locations/`location`/cloudExadataInfrastructures/`
|
|
738
|
+
# cloud_exadata_infrastructure`.
|
|
739
|
+
# @param [Google::Apis::OracledatabaseV1::ConfigureExascaleCloudExadataInfrastructureRequest] configure_exascale_cloud_exadata_infrastructure_request_object
|
|
740
|
+
# @param [String] fields
|
|
741
|
+
# Selector specifying which fields to include in a partial response.
|
|
742
|
+
# @param [String] quota_user
|
|
743
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
744
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
745
|
+
# @param [Google::Apis::RequestOptions] options
|
|
746
|
+
# Request-specific options
|
|
747
|
+
#
|
|
748
|
+
# @yield [result, err] Result & error if block supplied
|
|
749
|
+
# @yieldparam result [Google::Apis::OracledatabaseV1::Operation] parsed result object
|
|
750
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
751
|
+
#
|
|
752
|
+
# @return [Google::Apis::OracledatabaseV1::Operation]
|
|
753
|
+
#
|
|
754
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
755
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
756
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
757
|
+
def configure_exascale_cloud_exadata_infrastructure(name, configure_exascale_cloud_exadata_infrastructure_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
758
|
+
command = make_simple_command(:post, 'v1/{+name}:configureExascale', options)
|
|
759
|
+
command.request_representation = Google::Apis::OracledatabaseV1::ConfigureExascaleCloudExadataInfrastructureRequest::Representation
|
|
760
|
+
command.request_object = configure_exascale_cloud_exadata_infrastructure_request_object
|
|
761
|
+
command.response_representation = Google::Apis::OracledatabaseV1::Operation::Representation
|
|
762
|
+
command.response_class = Google::Apis::OracledatabaseV1::Operation
|
|
763
|
+
command.params['name'] = name unless name.nil?
|
|
764
|
+
command.query['fields'] = fields unless fields.nil?
|
|
765
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
766
|
+
execute_or_queue_command(command, &block)
|
|
767
|
+
end
|
|
768
|
+
|
|
734
769
|
# Creates a new Exadata Infrastructure in a given project and location.
|
|
735
770
|
# @param [String] parent
|
|
736
771
|
# Required. The parent value for CloudExadataInfrastructure in the following
|
|
@@ -2368,37 +2403,6 @@ module Google
|
|
|
2368
2403
|
execute_or_queue_command(command, &block)
|
|
2369
2404
|
end
|
|
2370
2405
|
|
|
2371
|
-
# Gets details of a single GoldengateConnectionType.
|
|
2372
|
-
# @param [String] name
|
|
2373
|
-
# Required. Name of the resource in the format: projects/`project`/locations/`
|
|
2374
|
-
# location`/goldengateConnectionTypes/`goldengate_connection_type`
|
|
2375
|
-
# @param [String] fields
|
|
2376
|
-
# Selector specifying which fields to include in a partial response.
|
|
2377
|
-
# @param [String] quota_user
|
|
2378
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
2379
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2380
|
-
# @param [Google::Apis::RequestOptions] options
|
|
2381
|
-
# Request-specific options
|
|
2382
|
-
#
|
|
2383
|
-
# @yield [result, err] Result & error if block supplied
|
|
2384
|
-
# @yieldparam result [Google::Apis::OracledatabaseV1::GoldengateConnectionType] parsed result object
|
|
2385
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
2386
|
-
#
|
|
2387
|
-
# @return [Google::Apis::OracledatabaseV1::GoldengateConnectionType]
|
|
2388
|
-
#
|
|
2389
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2390
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2391
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2392
|
-
def get_project_location_goldengate_connection_type(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
2393
|
-
command = make_simple_command(:get, 'v1/{+name}', options)
|
|
2394
|
-
command.response_representation = Google::Apis::OracledatabaseV1::GoldengateConnectionType::Representation
|
|
2395
|
-
command.response_class = Google::Apis::OracledatabaseV1::GoldengateConnectionType
|
|
2396
|
-
command.params['name'] = name unless name.nil?
|
|
2397
|
-
command.query['fields'] = fields unless fields.nil?
|
|
2398
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2399
|
-
execute_or_queue_command(command, &block)
|
|
2400
|
-
end
|
|
2401
|
-
|
|
2402
2406
|
# Lists GoldengateConnectionTypes in a given project and location.
|
|
2403
2407
|
# @param [String] parent
|
|
2404
2408
|
# Required. Parent value for ListGoldengateConnectionTypesRequest Format:
|
|
@@ -2612,37 +2616,6 @@ module Google
|
|
|
2612
2616
|
execute_or_queue_command(command, &block)
|
|
2613
2617
|
end
|
|
2614
2618
|
|
|
2615
|
-
# Gets details of a single GoldengateDeploymentEnvironment.
|
|
2616
|
-
# @param [String] name
|
|
2617
|
-
# Required. Name of the resource with the format: projects/`project`/locations/`
|
|
2618
|
-
# location`/goldengateDeploymentEnvironments/`goldengate_deployment_environment`
|
|
2619
|
-
# @param [String] fields
|
|
2620
|
-
# Selector specifying which fields to include in a partial response.
|
|
2621
|
-
# @param [String] quota_user
|
|
2622
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
2623
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2624
|
-
# @param [Google::Apis::RequestOptions] options
|
|
2625
|
-
# Request-specific options
|
|
2626
|
-
#
|
|
2627
|
-
# @yield [result, err] Result & error if block supplied
|
|
2628
|
-
# @yieldparam result [Google::Apis::OracledatabaseV1::GoldengateDeploymentEnvironment] parsed result object
|
|
2629
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
2630
|
-
#
|
|
2631
|
-
# @return [Google::Apis::OracledatabaseV1::GoldengateDeploymentEnvironment]
|
|
2632
|
-
#
|
|
2633
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2634
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2635
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2636
|
-
def get_project_location_goldengate_deployment_environment(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
2637
|
-
command = make_simple_command(:get, 'v1/{+name}', options)
|
|
2638
|
-
command.response_representation = Google::Apis::OracledatabaseV1::GoldengateDeploymentEnvironment::Representation
|
|
2639
|
-
command.response_class = Google::Apis::OracledatabaseV1::GoldengateDeploymentEnvironment
|
|
2640
|
-
command.params['name'] = name unless name.nil?
|
|
2641
|
-
command.query['fields'] = fields unless fields.nil?
|
|
2642
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2643
|
-
execute_or_queue_command(command, &block)
|
|
2644
|
-
end
|
|
2645
|
-
|
|
2646
2619
|
# Lists GoldengateDeploymentEnvironments in a given project and location.
|
|
2647
2620
|
# @param [String] parent
|
|
2648
2621
|
# Required. The parent, which owns this collection of
|
|
@@ -2683,38 +2656,6 @@ module Google
|
|
|
2683
2656
|
execute_or_queue_command(command, &block)
|
|
2684
2657
|
end
|
|
2685
2658
|
|
|
2686
|
-
# Gets details of a single GoldenGateDeploymentType.
|
|
2687
|
-
# @param [String] name
|
|
2688
|
-
# Required. The name of the GoldengateDeploymentType to retrieve. Format:
|
|
2689
|
-
# projects/`project`/locations/`location`/goldengateDeploymentTypes/`
|
|
2690
|
-
# goldengate_deployment_type`
|
|
2691
|
-
# @param [String] fields
|
|
2692
|
-
# Selector specifying which fields to include in a partial response.
|
|
2693
|
-
# @param [String] quota_user
|
|
2694
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
2695
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2696
|
-
# @param [Google::Apis::RequestOptions] options
|
|
2697
|
-
# Request-specific options
|
|
2698
|
-
#
|
|
2699
|
-
# @yield [result, err] Result & error if block supplied
|
|
2700
|
-
# @yieldparam result [Google::Apis::OracledatabaseV1::GoldengateDeploymentType] parsed result object
|
|
2701
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
2702
|
-
#
|
|
2703
|
-
# @return [Google::Apis::OracledatabaseV1::GoldengateDeploymentType]
|
|
2704
|
-
#
|
|
2705
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2706
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2707
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2708
|
-
def get_project_location_goldengate_deployment_type(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
2709
|
-
command = make_simple_command(:get, 'v1/{+name}', options)
|
|
2710
|
-
command.response_representation = Google::Apis::OracledatabaseV1::GoldengateDeploymentType::Representation
|
|
2711
|
-
command.response_class = Google::Apis::OracledatabaseV1::GoldengateDeploymentType
|
|
2712
|
-
command.params['name'] = name unless name.nil?
|
|
2713
|
-
command.query['fields'] = fields unless fields.nil?
|
|
2714
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2715
|
-
execute_or_queue_command(command, &block)
|
|
2716
|
-
end
|
|
2717
|
-
|
|
2718
2659
|
# Lists GoldenGateDeploymentTypes in a given project and location.
|
|
2719
2660
|
# @param [String] parent
|
|
2720
2661
|
# Required. The parent resource. Format: projects/`project`/locations/`location`
|
|
@@ -2763,38 +2704,6 @@ module Google
|
|
|
2763
2704
|
execute_or_queue_command(command, &block)
|
|
2764
2705
|
end
|
|
2765
2706
|
|
|
2766
|
-
# Gets details of a single GoldengateDeploymentVersion.
|
|
2767
|
-
# @param [String] name
|
|
2768
|
-
# Required. The name of the GoldengateDeploymentVersion to retrieve. Format:
|
|
2769
|
-
# projects/`project`/locations/`location`/goldengateDeploymentVersions/`
|
|
2770
|
-
# goldengate_deployment_version`
|
|
2771
|
-
# @param [String] fields
|
|
2772
|
-
# Selector specifying which fields to include in a partial response.
|
|
2773
|
-
# @param [String] quota_user
|
|
2774
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
2775
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2776
|
-
# @param [Google::Apis::RequestOptions] options
|
|
2777
|
-
# Request-specific options
|
|
2778
|
-
#
|
|
2779
|
-
# @yield [result, err] Result & error if block supplied
|
|
2780
|
-
# @yieldparam result [Google::Apis::OracledatabaseV1::GoldengateDeploymentVersion] parsed result object
|
|
2781
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
2782
|
-
#
|
|
2783
|
-
# @return [Google::Apis::OracledatabaseV1::GoldengateDeploymentVersion]
|
|
2784
|
-
#
|
|
2785
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2786
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2787
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2788
|
-
def get_project_location_goldengate_deployment_version(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
2789
|
-
command = make_simple_command(:get, 'v1/{+name}', options)
|
|
2790
|
-
command.response_representation = Google::Apis::OracledatabaseV1::GoldengateDeploymentVersion::Representation
|
|
2791
|
-
command.response_class = Google::Apis::OracledatabaseV1::GoldengateDeploymentVersion
|
|
2792
|
-
command.params['name'] = name unless name.nil?
|
|
2793
|
-
command.query['fields'] = fields unless fields.nil?
|
|
2794
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2795
|
-
execute_or_queue_command(command, &block)
|
|
2796
|
-
end
|
|
2797
|
-
|
|
2798
2707
|
# Lists GoldengateDeploymentVersions in a given project and location.
|
|
2799
2708
|
# @param [String] parent
|
|
2800
2709
|
# Required. Parent value for ListGoldengateDeploymentVersionsRequest Format:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-oracledatabase_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.31.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oracledatabase_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-oracledatabase_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-oracledatabase_v1/v0.31.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oracledatabase_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|