google-apis-serviceusage_v1beta1 0.40.0 → 0.42.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: 7c6d1d1dbf36f315449b1154c3b0d9e5e79a0bfc0e0b13f933258b6a256e64f9
4
+ data.tar.gz: 11348e80f1c1052be3ae99940c33249d0470c05bd79530df5748cb0c245e1a12
5
5
  SHA512:
6
- metadata.gz: e2e5d0cfdee229a33ea66663600418b284d72d72314514a9f18215eb502df1c22c1335728568b06543cb5907aa90a3be580f2eb93d8efb32aeb1c76d60fc25fa
7
- data.tar.gz: 369cc2ccfbf3b8016a9e80e0a6fa93bff7a32e44bea628b3b9555bda889594a9ea6ee11c915676883d9f40bfa26aa248d50252afeda187aa8ccd743b19fe427e
6
+ metadata.gz: b7d512bc0ab32611bef4d94308fce420cc0f89d68264c4117c37fa3485a556d0b11d3d8c799925420e299da105757aee2631be2a393b793e2c8b2a77ff29676b
7
+ data.tar.gz: 3bc5128250d5eb2f95fc614e825291d2b5b59a681e42287a84d26d7f1876797f3239bb25ea87f5c197861e1feea94f945a510708074cb453425876ce7ea0588a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.42.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230710
6
+
7
+ ### v0.41.0 (2023-06-25)
8
+
9
+ * Regenerated from discovery document revision 20230619
10
+
3
11
  ### v0.40.0 (2023-06-18)
4
12
 
5
13
  * 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
@@ -4882,6 +4882,19 @@ module Google
4882
4882
  end
4883
4883
  end
4884
4884
 
4885
+ # Metadata for the `UpdateConsumerPolicy` method.
4886
+ class UpdateConsumerPolicyMetadata
4887
+ include Google::Apis::Core::Hashable
4888
+
4889
+ def initialize(**args)
4890
+ update!(**args)
4891
+ end
4892
+
4893
+ # Update properties of this object
4894
+ def update!(**args)
4895
+ end
4896
+ end
4897
+
4885
4898
  # Configuration controlling usage of a service.
4886
4899
  class Usage
4887
4900
  include Google::Apis::Core::Hashable
@@ -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.42.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 = "20230710"
26
26
  end
27
27
  end
28
28
  end
@@ -700,6 +700,12 @@ module Google
700
700
  include Google::Apis::Core::JsonObjectSupport
701
701
  end
702
702
 
703
+ class UpdateConsumerPolicyMetadata
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
703
709
  class Usage
704
710
  class Representation < Google::Apis::Core::JsonRepresentation; end
705
711
 
@@ -1887,6 +1893,12 @@ module Google
1887
1893
  end
1888
1894
  end
1889
1895
 
1896
+ class UpdateConsumerPolicyMetadata
1897
+ # @private
1898
+ class Representation < Google::Apis::Core::JsonRepresentation
1899
+ end
1900
+ end
1901
+
1890
1902
  class Usage
1891
1903
  # @private
1892
1904
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -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.42.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-07-16 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.42.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: []