google-apis-serviceusage_v1beta1 0.80.0 → 0.82.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: '091f88df60203cc283f39215142ddc7acda9e7d4462c7adc02f8f98495fe5c7a'
|
|
4
|
+
data.tar.gz: 0eff749922550a9f6bfce7e4bfaa632ad0b9c8e29b6eb32665b3e5f61a28173b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce16a88af6415ea4877e8888a85e411e6769842b08493a8a98440b53e8a4efe029f66242557b46b9574ab8dd54ba2aeb1123c1734d00a23545d2faf64bec5980
|
|
7
|
+
data.tar.gz: b12d5b1e53de5b1cdc3a1e7ee212f58302921df8c113808e783a181186869ede2b6f71ab0a7a1a53f7ca3589324a36f983c597f29dc94b4b5c6a66ff8de27f4f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-serviceusage_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.82.0 (2026-08-30)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260819
|
|
6
|
+
|
|
7
|
+
### v0.81.0 (2026-08-23)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260818
|
|
10
|
+
|
|
3
11
|
### v0.80.0 (2026-08-09)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260731
|
|
@@ -1880,7 +1880,7 @@ module Google
|
|
|
1880
1880
|
class EnableRule
|
|
1881
1881
|
include Google::Apis::Core::Hashable
|
|
1882
1882
|
|
|
1883
|
-
#
|
|
1883
|
+
# Deprecated: EnableType is not supported.
|
|
1884
1884
|
# Corresponds to the JSON property `enableType`
|
|
1885
1885
|
# @return [String]
|
|
1886
1886
|
attr_accessor :enable_type
|
|
@@ -5702,7 +5702,8 @@ module Google
|
|
|
5702
5702
|
# @return [String]
|
|
5703
5703
|
attr_accessor :parent
|
|
5704
5704
|
|
|
5705
|
-
#
|
|
5705
|
+
# Deprecated: This field is no longer populated. Use GetConsumerPolicy to verify
|
|
5706
|
+
# the remaining enabled values.
|
|
5706
5707
|
# Corresponds to the JSON property `removedValues`
|
|
5707
5708
|
# @return [Array<String>]
|
|
5708
5709
|
attr_accessor :removed_values
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServiceusageV1beta1
|
|
18
18
|
# Version of the google-apis-serviceusage_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.82.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260819"
|
|
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-serviceusage_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.82.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-serviceusage_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.82.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|