google-apis-serviceconsumermanagement_v1beta1 0.2.0 → 0.3.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: bfa61684309bc0e459ab9f28fc693311cbc5aa2f094dc68a2226f3fec128c55e
4
- data.tar.gz: b5dbb0bc348484e4380c7136dc4da44f5bfb426f14d6b1044e7934d9dc827c60
3
+ metadata.gz: e5c7387891d0cd0256d7d96b7bd076b0fe48f13f205f6144a7934a48fba0a486
4
+ data.tar.gz: 28e2dc48aa239c524d55779104d7a76bb88f58edc8ebbb8d1a3d58f7593dbdeb
5
5
  SHA512:
6
- metadata.gz: 4cc204e844794173cc3e60f161f19bebed01c695c000a17a7e158f5027dc140703ed1f736e58b685faf047c0912b8abee6b0654a0962f2307331333208d86849
7
- data.tar.gz: a04349e92a2b3186eeefc020369968a81dffe222551247d44b7282275678298a8131f70bf6df929e10741c74323ab3b70ba90be9fbbddb456868dcfd00fa8f52
6
+ metadata.gz: 9803233e2b86dcc92494b655c413c70c47f0857bca15d0999d949c8e5ddcb4d602785ab3fb0f6b6ba9c92c124bc6a7b06118113f2c4798e476ed17fde83ab24c
7
+ data.tar.gz: 36830228b390d1598f84d80c80151238e9e147eacc68c7f5732d8422b5330067b3fca544ff4ed5301d04a3b8a8490f61613c26dd995bc9251124a534fe76324f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.3.0 (2021-02-11)
4
+
5
+ * Regenerated from discovery document revision 20210209
6
+
3
7
  ### v0.2.0 (2021-01-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20210126
@@ -2919,6 +2919,15 @@ module Google
2919
2919
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ConsumerQuotaLimit>]
2920
2920
  attr_accessor :consumer_quota_limits
2921
2921
 
2922
+ # The quota limits targeting the descendant containers of the consumer in
2923
+ # request. If the consumer in request is of type `organizations` or `folders`,
2924
+ # the field will list per-project limits in the metric; if the consumer in
2925
+ # request is of type `project`, the field will be empty. The `quota_buckets`
2926
+ # field of each descendant consumer quota limit will not be populated.
2927
+ # Corresponds to the JSON property `descendantConsumerQuotaLimits`
2928
+ # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ConsumerQuotaLimit>]
2929
+ attr_accessor :descendant_consumer_quota_limits
2930
+
2922
2931
  # The display name of the metric. An example name would be: "CPUs"
2923
2932
  # Corresponds to the JSON property `displayName`
2924
2933
  # @return [String]
@@ -2950,6 +2959,7 @@ module Google
2950
2959
  # Update properties of this object
2951
2960
  def update!(**args)
2952
2961
  @consumer_quota_limits = args[:consumer_quota_limits] if args.key?(:consumer_quota_limits)
2962
+ @descendant_consumer_quota_limits = args[:descendant_consumer_quota_limits] if args.key?(:descendant_consumer_quota_limits)
2953
2963
  @display_name = args[:display_name] if args.key?(:display_name)
2954
2964
  @metric = args[:metric] if args.key?(:metric)
2955
2965
  @name = args[:name] if args.key?(:name)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1beta1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1beta1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210126"
25
+ REVISION = "20210209"
26
26
  end
27
27
  end
28
28
  end
@@ -1115,6 +1115,8 @@ module Google
1115
1115
  class Representation < Google::Apis::Core::JsonRepresentation
1116
1116
  collection :consumer_quota_limits, as: 'consumerQuotaLimits', class: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ConsumerQuotaLimit, decorator: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ConsumerQuotaLimit::Representation
1117
1117
 
1118
+ collection :descendant_consumer_quota_limits, as: 'descendantConsumerQuotaLimits', class: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ConsumerQuotaLimit, decorator: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ConsumerQuotaLimit::Representation
1119
+
1118
1120
  property :display_name, as: 'displayName'
1119
1121
  property :metric, as: 'metric'
1120
1122
  property :name, as: 'name'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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: 2021-02-08 00:00:00.000000000 Z
11
+ date: 2021-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []