google-apis-alloydb_v1beta 0.20.0 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/alloydb_v1beta/classes.rb +8 -8
- data/lib/google/apis/alloydb_v1beta/gem_version.rb +3 -3
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d3310fb543c98d91a0614727218701c7f29406eeabd7b3e8ad9372745fb974c
|
4
|
+
data.tar.gz: 91c2e412812f5cced2a2b7e888f9704cde4f9363ca4eeb536bca73aaca4c5782
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1870e416273f84c6b8fce1fd9b3120227782e75fabf2bc11e502f3c8e799f5e83b5a605a69d0489d62b928be648292dabb13afe500a6c267a9b364917f9fde4f
|
7
|
+
data.tar.gz: 2f241fe3755b2f6f4063733f7f7b20c9ecdc68851218479db752a3a15abc58190cb06702937ef26c5f5435a9c1c5d279379839a72a4fc3b1c85880fe557086b7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1beta
|
2
2
|
|
3
|
+
### v0.21.0 (2025-01-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241228
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.20.0 (2024-12-15)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241204
|
@@ -1952,25 +1952,25 @@ module Google
|
|
1952
1952
|
class Node
|
1953
1953
|
include Google::Apis::Core::Hashable
|
1954
1954
|
|
1955
|
-
# The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
|
1955
|
+
# Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
|
1956
1956
|
# Corresponds to the JSON property `id`
|
1957
1957
|
# @return [String]
|
1958
1958
|
attr_accessor :id
|
1959
1959
|
|
1960
|
-
# The private IP address of the VM e.g. "10.57.0.34".
|
1960
|
+
# Output only. The private IP address of the VM e.g. "10.57.0.34".
|
1961
1961
|
# Corresponds to the JSON property `ip`
|
1962
1962
|
# @return [String]
|
1963
1963
|
attr_accessor :ip
|
1964
1964
|
|
1965
|
-
# Determined by state of the compute VM and postgres-service health.
|
1966
|
-
# state can have values listed in https://cloud.google.com/compute/
|
1967
|
-
# instances/instance-life-cycle and postgres-service health can have values:
|
1965
|
+
# Output only. Determined by state of the compute VM and postgres-service health.
|
1966
|
+
# Compute VM state can have values listed in https://cloud.google.com/compute/
|
1967
|
+
# docs/instances/instance-life-cycle and postgres-service health can have values:
|
1968
1968
|
# HEALTHY and UNHEALTHY.
|
1969
1969
|
# Corresponds to the JSON property `state`
|
1970
1970
|
# @return [String]
|
1971
1971
|
attr_accessor :state
|
1972
1972
|
|
1973
|
-
# The Compute Engine zone of the VM e.g. "us-central1-b".
|
1973
|
+
# Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
|
1974
1974
|
# Corresponds to the JSON property `zoneId`
|
1975
1975
|
# @return [String]
|
1976
1976
|
attr_accessor :zone_id
|
@@ -3424,8 +3424,8 @@ module Google
|
|
3424
3424
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
3425
3425
|
include Google::Apis::Core::Hashable
|
3426
3426
|
|
3427
|
-
# The number of CPUs. TODO(b/342344482, b/
|
3428
|
-
# after bug fix.
|
3427
|
+
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482, b/
|
3428
|
+
# 342346271) add proto validations again after bug fix.
|
3429
3429
|
# Corresponds to the JSON property `cpuCount`
|
3430
3430
|
# @return [Fixnum]
|
3431
3431
|
attr_accessor :cpu_count
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1beta
|
18
18
|
# Version of the google-apis-alloydb_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241228"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.21.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.2
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for AlloyDB API V1beta
|
82
79
|
test_files: []
|