google-apis-alloydb_v1alpha 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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3b015913c3fadf6e01831cd5bae33fa52db75e78779d0f5ed8ab12427fecf3d
|
4
|
+
data.tar.gz: a519754f8e8702b42662ee4756b5285a2382e05df2d6efc4cea26a85056ea978
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2bc4a527889c410919bf51d3874fe5b20f911c423f759a7b32e85d4c52f34fb9d1c6a951f895dff366066e3da05497c935b7fff9489b68dca2b53b71ca9b6b2d
|
7
|
+
data.tar.gz: cad5ccbb8c65b7e981f48c12d6eabf398f27edfa0b0c77a50ea90c07b3f1a53fcc1691b5761b5f0d778f9a93c995609b950c8a69dbe2db1bd2dcbc06fd0fe395
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1alpha
|
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
|
@@ -1986,25 +1986,25 @@ module Google
|
|
1986
1986
|
class Node
|
1987
1987
|
include Google::Apis::Core::Hashable
|
1988
1988
|
|
1989
|
-
# The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
|
1989
|
+
# Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
|
1990
1990
|
# Corresponds to the JSON property `id`
|
1991
1991
|
# @return [String]
|
1992
1992
|
attr_accessor :id
|
1993
1993
|
|
1994
|
-
# The private IP address of the VM e.g. "10.57.0.34".
|
1994
|
+
# Output only. The private IP address of the VM e.g. "10.57.0.34".
|
1995
1995
|
# Corresponds to the JSON property `ip`
|
1996
1996
|
# @return [String]
|
1997
1997
|
attr_accessor :ip
|
1998
1998
|
|
1999
|
-
# Determined by state of the compute VM and postgres-service health.
|
2000
|
-
# state can have values listed in https://cloud.google.com/compute/
|
2001
|
-
# instances/instance-life-cycle and postgres-service health can have values:
|
1999
|
+
# Output only. Determined by state of the compute VM and postgres-service health.
|
2000
|
+
# Compute VM state can have values listed in https://cloud.google.com/compute/
|
2001
|
+
# docs/instances/instance-life-cycle and postgres-service health can have values:
|
2002
2002
|
# HEALTHY and UNHEALTHY.
|
2003
2003
|
# Corresponds to the JSON property `state`
|
2004
2004
|
# @return [String]
|
2005
2005
|
attr_accessor :state
|
2006
2006
|
|
2007
|
-
# The Compute Engine zone of the VM e.g. "us-central1-b".
|
2007
|
+
# Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
|
2008
2008
|
# Corresponds to the JSON property `zoneId`
|
2009
2009
|
# @return [String]
|
2010
2010
|
attr_accessor :zone_id
|
@@ -3496,8 +3496,8 @@ module Google
|
|
3496
3496
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
3497
3497
|
include Google::Apis::Core::Hashable
|
3498
3498
|
|
3499
|
-
# The number of CPUs. TODO(b/342344482, b/
|
3500
|
-
# after bug fix.
|
3499
|
+
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482, b/
|
3500
|
+
# 342346271) add proto validations again after bug fix.
|
3501
3501
|
# Corresponds to the JSON property `cpuCount`
|
3502
3502
|
# @return [Fixnum]
|
3503
3503
|
attr_accessor :cpu_count
|
@@ -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.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_v1alpha
|
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_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.21.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
|
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 V1alpha
|
82
79
|
test_files: []
|