google-apis-alloydb_v1alpha 0.52.0 → 0.53.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2642a2dd490cb8e7371bdf305363ea8a3a98f0cc475a36c7a038f489022dace6
|
|
4
|
+
data.tar.gz: ec24e67c2fe494bcd0d7c52c13d9f72e587139d908c3f8cfbc595606347eaca6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7704ed864240b4cbf0114a6e108534ccab3a83174723a23a7a494386e02301ea764f40b236514c5ff33352d0b11c929cc71d3f92135dcf72069d0b81f8778bbe
|
|
7
|
+
data.tar.gz: afcf6458c2cb6924fa1746802f2cb6514f2e27a415de51fafaf13744dfca1d84f69909f0161ca8cb322878a15ab5b2d770575328c89f9f497848baa6d7541b3e
|
data/CHANGELOG.md
CHANGED
|
@@ -4258,7 +4258,7 @@ module Google
|
|
|
4258
4258
|
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
|
|
4259
4259
|
attr_accessor :resource_id
|
|
4260
4260
|
|
|
4261
|
-
# Common model for database resource instance metadata. Next ID:
|
|
4261
|
+
# Common model for database resource instance metadata. Next ID: 35
|
|
4262
4262
|
# Corresponds to the JSON property `resourceMetadata`
|
|
4263
4263
|
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata]
|
|
4264
4264
|
attr_accessor :resource_metadata
|
|
@@ -4456,10 +4456,15 @@ module Google
|
|
|
4456
4456
|
end
|
|
4457
4457
|
end
|
|
4458
4458
|
|
|
4459
|
-
# Common model for database resource instance metadata. Next ID:
|
|
4459
|
+
# Common model for database resource instance metadata. Next ID: 35
|
|
4460
4460
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
|
|
4461
4461
|
include Google::Apis::Core::Hashable
|
|
4462
4462
|
|
|
4463
|
+
# Field to ingest additional metadata whichd does not support proto format.
|
|
4464
|
+
# Corresponds to the JSON property `additionalMetadata`
|
|
4465
|
+
# @return [Hash<String,Object>]
|
|
4466
|
+
attr_accessor :additional_metadata
|
|
4467
|
+
|
|
4463
4468
|
# Configuration for availability of database instance
|
|
4464
4469
|
# Corresponds to the JSON property `availabilityConfiguration`
|
|
4465
4470
|
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration]
|
|
@@ -4533,6 +4538,16 @@ module Google
|
|
|
4533
4538
|
# @return [String]
|
|
4534
4539
|
attr_accessor :instance_type
|
|
4535
4540
|
|
|
4541
|
+
# Field to ingest additional metadata which support proto format.
|
|
4542
|
+
# Corresponds to the JSON property `internalAdditionalMetadata`
|
|
4543
|
+
# @return [Hash<String,Object>]
|
|
4544
|
+
attr_accessor :internal_additional_metadata
|
|
4545
|
+
|
|
4546
|
+
# Used to send IP address information for a database resource.
|
|
4547
|
+
# Corresponds to the JSON property `ipAddress`
|
|
4548
|
+
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainIpAddress]
|
|
4549
|
+
attr_accessor :ip_address
|
|
4550
|
+
|
|
4536
4551
|
# Optional. Whether deletion protection is enabled for this resource.
|
|
4537
4552
|
# Corresponds to the JSON property `isDeletionProtectionEnabled`
|
|
4538
4553
|
# @return [Boolean]
|
|
@@ -4633,6 +4648,7 @@ module Google
|
|
|
4633
4648
|
|
|
4634
4649
|
# Update properties of this object
|
|
4635
4650
|
def update!(**args)
|
|
4651
|
+
@additional_metadata = args[:additional_metadata] if args.key?(:additional_metadata)
|
|
4636
4652
|
@availability_configuration = args[:availability_configuration] if args.key?(:availability_configuration)
|
|
4637
4653
|
@backup_configuration = args[:backup_configuration] if args.key?(:backup_configuration)
|
|
4638
4654
|
@backup_run = args[:backup_run] if args.key?(:backup_run)
|
|
@@ -4646,6 +4662,8 @@ module Google
|
|
|
4646
4662
|
@gcbdr_configuration = args[:gcbdr_configuration] if args.key?(:gcbdr_configuration)
|
|
4647
4663
|
@id = args[:id] if args.key?(:id)
|
|
4648
4664
|
@instance_type = args[:instance_type] if args.key?(:instance_type)
|
|
4665
|
+
@internal_additional_metadata = args[:internal_additional_metadata] if args.key?(:internal_additional_metadata)
|
|
4666
|
+
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
|
4649
4667
|
@is_deletion_protection_enabled = args[:is_deletion_protection_enabled] if args.key?(:is_deletion_protection_enabled)
|
|
4650
4668
|
@location = args[:location] if args.key?(:location)
|
|
4651
4669
|
@machine_configuration = args[:machine_configuration] if args.key?(:machine_configuration)
|
|
@@ -4908,6 +4926,34 @@ module Google
|
|
|
4908
4926
|
end
|
|
4909
4927
|
end
|
|
4910
4928
|
|
|
4929
|
+
# Used to send IP address information for a database resource.
|
|
4930
|
+
class StorageDatabasecenterPartnerapiV1mainIpAddress
|
|
4931
|
+
include Google::Apis::Core::Hashable
|
|
4932
|
+
|
|
4933
|
+
# The private IP address assigned to the resource within a Virtual Private Cloud
|
|
4934
|
+
# (VPC). This IP is only reachable from within the same VPC network. Stored in
|
|
4935
|
+
# standard string format (e.g., "10.0.0.2").
|
|
4936
|
+
# Corresponds to the JSON property `privateIp`
|
|
4937
|
+
# @return [String]
|
|
4938
|
+
attr_accessor :private_ip
|
|
4939
|
+
|
|
4940
|
+
# The public IP address assigned to the resource. This IP is reachable from the
|
|
4941
|
+
# internet. Stored in standard string format (e.g., "34.72.1.1").
|
|
4942
|
+
# Corresponds to the JSON property `publicIp`
|
|
4943
|
+
# @return [String]
|
|
4944
|
+
attr_accessor :public_ip
|
|
4945
|
+
|
|
4946
|
+
def initialize(**args)
|
|
4947
|
+
update!(**args)
|
|
4948
|
+
end
|
|
4949
|
+
|
|
4950
|
+
# Update properties of this object
|
|
4951
|
+
def update!(**args)
|
|
4952
|
+
@private_ip = args[:private_ip] if args.key?(:private_ip)
|
|
4953
|
+
@public_ip = args[:public_ip] if args.key?(:public_ip)
|
|
4954
|
+
end
|
|
4955
|
+
end
|
|
4956
|
+
|
|
4911
4957
|
# MachineConfiguration describes the configuration of a machine specific to
|
|
4912
4958
|
# Database Resource.
|
|
4913
4959
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AlloydbV1alpha
|
|
18
18
|
# Version of the google-apis-alloydb_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.53.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260520"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -646,6 +646,12 @@ module Google
|
|
|
646
646
|
include Google::Apis::Core::JsonObjectSupport
|
|
647
647
|
end
|
|
648
648
|
|
|
649
|
+
class StorageDatabasecenterPartnerapiV1mainIpAddress
|
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
651
|
+
|
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
653
|
+
end
|
|
654
|
+
|
|
649
655
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
|
650
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
651
657
|
|
|
@@ -1924,6 +1930,7 @@ module Google
|
|
|
1924
1930
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
|
|
1925
1931
|
# @private
|
|
1926
1932
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1933
|
+
hash :additional_metadata, as: 'additionalMetadata'
|
|
1927
1934
|
property :availability_configuration, as: 'availabilityConfiguration', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration::Representation
|
|
1928
1935
|
|
|
1929
1936
|
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupConfiguration, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupConfiguration::Representation
|
|
@@ -1945,6 +1952,9 @@ module Google
|
|
|
1945
1952
|
property :id, as: 'id', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
|
1946
1953
|
|
|
1947
1954
|
property :instance_type, as: 'instanceType'
|
|
1955
|
+
hash :internal_additional_metadata, as: 'internalAdditionalMetadata'
|
|
1956
|
+
property :ip_address, as: 'ipAddress', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainIpAddress, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainIpAddress::Representation
|
|
1957
|
+
|
|
1948
1958
|
property :is_deletion_protection_enabled, as: 'isDeletionProtectionEnabled'
|
|
1949
1959
|
property :location, as: 'location'
|
|
1950
1960
|
property :machine_configuration, as: 'machineConfiguration', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainMachineConfiguration, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainMachineConfiguration::Representation
|
|
@@ -2034,6 +2044,14 @@ module Google
|
|
|
2034
2044
|
end
|
|
2035
2045
|
end
|
|
2036
2046
|
|
|
2047
|
+
class StorageDatabasecenterPartnerapiV1mainIpAddress
|
|
2048
|
+
# @private
|
|
2049
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2050
|
+
property :private_ip, as: 'privateIp'
|
|
2051
|
+
property :public_ip, as: 'publicIp'
|
|
2052
|
+
end
|
|
2053
|
+
end
|
|
2054
|
+
|
|
2037
2055
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
|
2038
2056
|
# @private
|
|
2039
2057
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-alloydb_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.53.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-alloydb_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.53.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|