google-apis-alloydb_v1 0.28.0 → 0.29.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_v1/classes.rb +8 -8
- data/lib/google/apis/alloydb_v1/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: 96eabb610e80da7e0b2d65c8b1ac664648e3784bc2f816615e9beee5b3857b71
|
4
|
+
data.tar.gz: b6e4071dd6d14abcb01a820f4bc0a2a07e50d3429c191c5782bee65649f91f8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 377b5811fdea4bbdc6cd464d50b72581a9423584b14df963b48a6dd5e09667bbd4e6030eae126c026c74d186385d9d5a4a0d8ba350c3dc569a8de7acf431f71a
|
7
|
+
data.tar.gz: d778ce91e0368d4485e0ef08c8ba3c4c25a529095759bee4fe1b47ae3f2872b58ec7d3af5da36a057dc6e15d51e92bb613e0eb1ac5e3bcb8e975bbfd659717c8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1
|
2
2
|
|
3
|
+
### v0.29.0 (2025-01-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241228
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.28.0 (2024-12-15)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241204
|
@@ -1859,25 +1859,25 @@ module Google
|
|
1859
1859
|
class Node
|
1860
1860
|
include Google::Apis::Core::Hashable
|
1861
1861
|
|
1862
|
-
# The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
|
1862
|
+
# Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
|
1863
1863
|
# Corresponds to the JSON property `id`
|
1864
1864
|
# @return [String]
|
1865
1865
|
attr_accessor :id
|
1866
1866
|
|
1867
|
-
# The private IP address of the VM e.g. "10.57.0.34".
|
1867
|
+
# Output only. The private IP address of the VM e.g. "10.57.0.34".
|
1868
1868
|
# Corresponds to the JSON property `ip`
|
1869
1869
|
# @return [String]
|
1870
1870
|
attr_accessor :ip
|
1871
1871
|
|
1872
|
-
# Determined by state of the compute VM and postgres-service health.
|
1873
|
-
# state can have values listed in https://cloud.google.com/compute/
|
1874
|
-
# instances/instance-life-cycle and postgres-service health can have values:
|
1872
|
+
# Output only. Determined by state of the compute VM and postgres-service health.
|
1873
|
+
# Compute VM state can have values listed in https://cloud.google.com/compute/
|
1874
|
+
# docs/instances/instance-life-cycle and postgres-service health can have values:
|
1875
1875
|
# HEALTHY and UNHEALTHY.
|
1876
1876
|
# Corresponds to the JSON property `state`
|
1877
1877
|
# @return [String]
|
1878
1878
|
attr_accessor :state
|
1879
1879
|
|
1880
|
-
# The Compute Engine zone of the VM e.g. "us-central1-b".
|
1880
|
+
# Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
|
1881
1881
|
# Corresponds to the JSON property `zoneId`
|
1882
1882
|
# @return [String]
|
1883
1883
|
attr_accessor :zone_id
|
@@ -3214,8 +3214,8 @@ module Google
|
|
3214
3214
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
3215
3215
|
include Google::Apis::Core::Hashable
|
3216
3216
|
|
3217
|
-
# The number of CPUs. TODO(b/342344482, b/
|
3218
|
-
# after bug fix.
|
3217
|
+
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482, b/
|
3218
|
+
# 342346271) add proto validations again after bug fix.
|
3219
3219
|
# Corresponds to the JSON property `cpuCount`
|
3220
3220
|
# @return [Fixnum]
|
3221
3221
|
attr_accessor :cpu_count
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1
|
18
18
|
# Version of the google-apis-alloydb_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.29.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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.29.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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.29.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
|
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 V1
|
82
79
|
test_files: []
|