google-apis-serviceusage_v1beta1 0.40.0 → 0.41.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6951b642430f28b74f5661e3bc89d4d63164fa1043cf67e234423da56a79bfc5
4
- data.tar.gz: 1133a0b62750a0ed63c8565776e7628fb46448834a6c60e86e957ac860591a0a
3
+ metadata.gz: 532ff5e2226a8c40acdc2618fa0c882210857d5561534eb0e78b9c12cb7d845e
4
+ data.tar.gz: 335f51556cc775d0e095c47175eb93b6abd31a590e4acd24764abbc7ff8c88ee
5
5
  SHA512:
6
- metadata.gz: e2e5d0cfdee229a33ea66663600418b284d72d72314514a9f18215eb502df1c22c1335728568b06543cb5907aa90a3be580f2eb93d8efb32aeb1c76d60fc25fa
7
- data.tar.gz: 369cc2ccfbf3b8016a9e80e0a6fa93bff7a32e44bea628b3b9555bda889594a9ea6ee11c915676883d9f40bfa26aa248d50252afeda187aa8ccd743b19fe427e
6
+ metadata.gz: 5a39e445e786b6a2f9e4b3cc53ca82bebffd3596690ec4e306e5553d058f20cf987809b950bdd70c4cab11b6f67717de81817d69181db5b3b7255127f0a32de4
7
+ data.tar.gz: d17cf9790e9c788cf89d2cb2ebea2d0330a171351454288a9a383a172f15a0a8a3692034cf5f2d9f7b6ebe4ab35faac5ccaab5d4d06a2493a85a84672ed318f2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.41.0 (2023-06-25)
4
+
5
+ * Regenerated from discovery document revision 20230619
6
+
3
7
  ### v0.40.0 (2023-06-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20230611
@@ -73,7 +73,7 @@ module Google
73
73
  attr_accessor :container
74
74
 
75
75
  # If this map is nonempty, then this policy applies only to specific values for
76
- # dimensions defined in the limit unit. For example, an policy on a limit with
76
+ # dimensions defined in the limit unit. For example, a policy on a limit with
77
77
  # the unit `1/`project`/`region`` could contain an entry with the key `region`
78
78
  # and the value `us-east-1`; the policy is only applied to quota consumed in
79
79
  # that region. This map has the following restrictions: * If `region` appears as
@@ -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.40.0"
19
+ GEM_VERSION = "0.41.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 = "20230611"
25
+ REVISION = "20230619"
26
26
  end
27
27
  end
28
28
  end
@@ -242,9 +242,10 @@ module Google
242
242
  # Generates service identity for service.
243
243
  # @param [String] parent
244
244
  # Name of the consumer and service to generate an identity for. The `
245
- # GenerateServiceIdentity` methods currently only support projects. An example
246
- # name would be: `projects/123/services/example.googleapis.com` where `123` is
247
- # the project number.
245
+ # GenerateServiceIdentity` methods currently support projects, folders,
246
+ # organizations. Example parents would be: `projects/123/services/example.
247
+ # googleapis.com` `folders/123/services/example.googleapis.com` `organizations/
248
+ # 123/services/example.googleapis.com`
248
249
  # @param [String] fields
249
250
  # Selector specifying which fields to include in a partial response.
250
251
  # @param [String] quota_user
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.40.0
4
+ version: 0.41.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-06-18 00:00:00.000000000 Z
11
+ date: 2023-06-25 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.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.41.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: []