google-apis-serviceusage_v1beta1 0.33.0 → 0.34.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: 6189dc4ad244bd5050bbebaca1262b323895891ca4c333c05059a8ff52dfe759
|
|
4
|
+
data.tar.gz: 89bc668b4b1b512724b482436aabcc1cb8339e888aaff6af8d39dbe10ee149f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baa85640316a1c12ce2eeee84b39768eddd1760ab1f9463c2e4832543a8a37c01b83960e949f01711d33fb882c80c65febe93f51674ee2512ed65662c83ac318
|
|
7
|
+
data.tar.gz: 5fda3444fa952eb73c215dd0e1fd5605e8cab4159e089c5fd9227f5ddd12ed8499c3ca7c525abc08d4dad4c9f385c4d93575f0d5ad7cbf3ba943f7c9a6c17d03
|
data/CHANGELOG.md
CHANGED
|
@@ -689,7 +689,9 @@ module Google
|
|
|
689
689
|
# @return [Google::Apis::ServiceusageV1beta1::RubySettings]
|
|
690
690
|
attr_accessor :ruby_settings
|
|
691
691
|
|
|
692
|
-
# Version of the API to apply these settings to.
|
|
692
|
+
# Version of the API to apply these settings to. This is the full protobuf
|
|
693
|
+
# package for the API, ending in the version element. Examples: "google.cloud.
|
|
694
|
+
# speech.v1" and "google.spanner.admin.database.v1".
|
|
693
695
|
# Corresponds to the JSON property `version`
|
|
694
696
|
# @return [String]
|
|
695
697
|
attr_accessor :version
|
|
@@ -3342,7 +3344,7 @@ module Google
|
|
|
3342
3344
|
# AccessControl The mixin construct implies that all methods in `AccessControl`
|
|
3343
3345
|
# are also declared with same name and request/response types in `Storage`. A
|
|
3344
3346
|
# documentation generator or annotation processor will see the effective `
|
|
3345
|
-
# Storage.GetAcl` method after
|
|
3347
|
+
# Storage.GetAcl` method after inherting documentation and annotations as
|
|
3346
3348
|
# follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
|
|
3347
3349
|
# GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
|
|
3348
3350
|
# `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
|
|
@@ -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.34.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230322"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.34.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-03-
|
|
11
|
+
date: 2023-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.34.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|