google-apis-alloydb_v1alpha 0.50.0 → 0.51.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: 3629730849c1c73336b24ea95f423d80e176ba1cac37d021c7bf99d8990fd5ab
|
|
4
|
+
data.tar.gz: 3beae3aa6b53cb2d14eaaf164e4c88b8faf4398ba1eea29b99547356efc61f27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d3fe1ac7ccafd495d22721be51bda6f01ebe73bef395cd6de12a15354a4fa8a4db5fded292e2bfb28dad15e41ac4a14170a5367ed16edce7da3d9d6f8b14fbe2
|
|
7
|
+
data.tar.gz: 58ea1900e5446c1b23b15d1e7ada110041ef8c744e2a9ade1bc4f7571c4a04b8bcd0e2d9bf6cfbc903aa02470058d63c68e743eb9af750b62e7f5e38b885558e
|
data/CHANGELOG.md
CHANGED
|
@@ -4753,7 +4753,7 @@ module Google
|
|
|
4753
4753
|
# @return [String]
|
|
4754
4754
|
attr_accessor :last_refresh_time
|
|
4755
4755
|
|
|
4756
|
-
# Resource location.
|
|
4756
|
+
# Required. Resource location.
|
|
4757
4757
|
# Corresponds to the JSON property `location`
|
|
4758
4758
|
# @return [String]
|
|
4759
4759
|
attr_accessor :location
|
|
@@ -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.51.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 = "20260423"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -92,8 +92,8 @@ module Google
|
|
|
92
92
|
end
|
|
93
93
|
|
|
94
94
|
# Lists information about the supported locations for this service. This method
|
|
95
|
-
# lists locations based on the resource scope provided in the
|
|
96
|
-
# ListLocationsRequest.name
|
|
95
|
+
# lists locations based on the resource scope provided in the
|
|
96
|
+
# ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
|
|
97
97
|
# the method lists the public locations available to all projects. * **Project-
|
|
98
98
|
# specific locations**: If `name` follows the format `projects/`project``, the
|
|
99
99
|
# method lists locations visible to that specific project. This includes public,
|
|
@@ -104,8 +104,8 @@ module Google
|
|
|
104
104
|
# @param [String] name
|
|
105
105
|
# The resource that owns the locations collection, if applicable.
|
|
106
106
|
# @param [Array<String>, String] extra_location_types
|
|
107
|
-
# Optional. Do not use this field
|
|
108
|
-
#
|
|
107
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
108
|
+
# is primarily for internal usage.
|
|
109
109
|
# @param [String] filter
|
|
110
110
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
111
111
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
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.51.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.51.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:
|