google-apis-alloydb_v1alpha 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/alloydb_v1alpha/classes.rb +15 -16
- data/lib/google/apis/alloydb_v1alpha/gem_version.rb +2 -2
- 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: b26488dc7fef7e79c60286fd4f5b53ceb423a457dfba108178e4d82a3a6c3994
|
4
|
+
data.tar.gz: 85392f8668376c849cf1d6468b04a9ba06b9c563f6249b8647fe9cadb0aab879
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa58d9b351d5289083b1c2ce602eea44375ffd297d580efacec3dcb4f38fe263b60e037dd21937c0343917a8e1556763586e136242406862bdf02c0cb358608d
|
7
|
+
data.tar.gz: 766efba3987d83246c819c807b5804e3e675c74f3721be74004829a017fdcb5608d9795aef4048f4634a4cd0350e619d6fc83787149d1ed620e189b091fd7240
|
data/CHANGELOG.md
CHANGED
@@ -623,10 +623,9 @@ module Google
|
|
623
623
|
# @return [Google::Apis::AlloydbV1alpha::SecondaryConfig]
|
624
624
|
attr_accessor :secondary_config
|
625
625
|
|
626
|
-
# Output only. AlloyDB per-cluster service
|
627
|
-
# created per-cluster per-project, and is different from
|
628
|
-
#
|
629
|
-
# is subject to change.
|
626
|
+
# Output only. AlloyDB per-cluster service account. This service account is
|
627
|
+
# created per-cluster per-project, and is different from the per-project service
|
628
|
+
# account. The per-cluster service account naming format is subject to change.
|
630
629
|
# Corresponds to the JSON property `serviceAccountEmail`
|
631
630
|
# @return [String]
|
632
631
|
attr_accessor :service_account_email
|
@@ -1923,9 +1922,9 @@ module Google
|
|
1923
1922
|
# Optional. Name of the allocated IP range for the private IP AlloyDB instance,
|
1924
1923
|
# for example: "google-managed-services-default". If set, the instance IPs will
|
1925
1924
|
# be created from this allocated range and will override the IP range used by
|
1926
|
-
# the parent cluster. The range name must comply with [RFC 1035](http://
|
1927
|
-
#
|
1928
|
-
# regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
|
1925
|
+
# the parent cluster. The range name must comply with [RFC 1035](http://
|
1926
|
+
# datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63
|
1927
|
+
# characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
|
1929
1928
|
# Corresponds to the JSON property `allocatedIpRangeOverride`
|
1930
1929
|
# @return [String]
|
1931
1930
|
attr_accessor :allocated_ip_range_override
|
@@ -3549,7 +3548,7 @@ module Google
|
|
3549
3548
|
end
|
3550
3549
|
|
3551
3550
|
# DatabaseResourceFeed is the top level proto to be used to ingest different
|
3552
|
-
# database resource level events into Condor platform.
|
3551
|
+
# database resource level events into Condor platform. Next ID: 8
|
3553
3552
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
|
3554
3553
|
include Google::Apis::Core::Hashable
|
3555
3554
|
|
@@ -3729,15 +3728,15 @@ module Google
|
|
3729
3728
|
# @return [String]
|
3730
3729
|
attr_accessor :provider_description
|
3731
3730
|
|
3732
|
-
# Required. The type of resource this ID is identifying. Ex
|
3733
|
-
#
|
3734
|
-
#
|
3735
|
-
# googleapis.com/
|
3736
|
-
#
|
3737
|
-
# googleapis.com/Instance oracledatabase.googleapis.com/
|
3731
|
+
# Required. The type of resource this ID is identifying. Ex go/keep-sorted start
|
3732
|
+
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
|
3733
|
+
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
|
3734
|
+
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
|
3735
|
+
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
|
3738
3736
|
# cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
|
3739
|
-
# oracledatabase.googleapis.com/autonomousDatabases
|
3740
|
-
#
|
3737
|
+
# oracledatabase.googleapis.com/autonomousDatabases spanner.googleapis.com/
|
3738
|
+
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
|
3739
|
+
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
|
3741
3740
|
# Corresponds to the JSON property `resourceType`
|
3742
3741
|
# @return [String]
|
3743
3742
|
attr_accessor :resource_type
|
@@ -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.31.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 = "20250605"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.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-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.31.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:
|