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: 0e575b9c462659782789b454e938bedaf34c460b110aa2ace4873c4f96bd9178
4
- data.tar.gz: b87e134bed505741219f6ea0b7fbfb4ce90d0776661306f6f3c81ee1ac4d43be
3
+ metadata.gz: 6189dc4ad244bd5050bbebaca1262b323895891ca4c333c05059a8ff52dfe759
4
+ data.tar.gz: 89bc668b4b1b512724b482436aabcc1cb8339e888aaff6af8d39dbe10ee149f4
5
5
  SHA512:
6
- metadata.gz: 6a018dc72ad4a8a3210f51cd6485a9d1804a0c0c4e3414511242944da6c92b77ffab3832b7ef4924cd903978c3f9c5f5c7379bb952339206fd4428945eb243cb
7
- data.tar.gz: e7af70e3e89d05d0831b4a061329d34c2ebeccb762854754e29f454bf7847f09e13338c09b9e3da01f51e2588b4e2a6001d1c062c18e0327dab4d6e942023c5b
6
+ metadata.gz: baa85640316a1c12ce2eeee84b39768eddd1760ab1f9463c2e4832543a8a37c01b83960e949f01711d33fb882c80c65febe93f51674ee2512ed65662c83ac318
7
+ data.tar.gz: 5fda3444fa952eb73c215dd0e1fd5605e8cab4159e089c5fd9227f5ddd12ed8499c3ca7c525abc08d4dad4c9f385c4d93575f0d5ad7cbf3ba943f7c9a6c17d03
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.34.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230322
6
+
3
7
  ### v0.33.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230309
@@ -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 inheriting documentation and annotations as
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.33.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 = "20230309"
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.33.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-12 00:00:00.000000000 Z
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.33.0
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: []