google-apis-serviceusage_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: f99fe5fd41db17ab34cbcf1261ec5402abe3e63681fed1b255ad6bbc8cc7577d
4
- data.tar.gz: af378e667cc279f86976c3f53d7d3f9309f1417abd450e4a603acef37cf321e5
3
+ metadata.gz: d999ee8ed57739059ec3903533ee47c03833b857e49eadc06694700c849c1d03
4
+ data.tar.gz: 42ece4f9a63ac94394ea6e1d0ded3c126a47fe0a50b6a43de495c2a87cb3ba26
5
5
  SHA512:
6
- metadata.gz: 2131c834d2be5a0abc14d0d16c8ce468eb0fd75a1b9b2532beb6b83cf8b9f488df8d40256d64301c7f2bfa60671bcfc4ea3eeea7cfcd1a502da02cb54c9653eb
7
- data.tar.gz: '058ed4fb22c6ba19098bcbdcff9503f690dbfc25fe81c91f417a17e5841c06629f9b76f298c914dfbab6f1490deef1ee8d9f03b919ab8926f0463e4c6c5afcf5'
6
+ metadata.gz: 92fd50b736b1e93f761569d1b577f5be7e4616548afefaf8b22b2e67af67ac0b6482b02a22b0c4514a0e018c3223fc362881f1f9c3437fb40c23d8acb837e2d4
7
+ data.tar.gz: 67443906e798a332dfee1034560344dba22772e77ab33b3dd1e4a654dacfbcf906c7e9f6619a399b12d400a8850d9381987a7a370b56f3700ad215f55876ff75
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_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
@@ -694,6 +694,15 @@ module Google
694
694
  # @return [Array<Google::Apis::ServiceusageV1beta1::ConsumerQuotaLimit>]
695
695
  attr_accessor :consumer_quota_limits
696
696
 
697
+ # The quota limits targeting the descendant containers of the consumer in
698
+ # request. If the consumer in request is of type `organizations` or `folders`,
699
+ # the field will list per-project limits in the metric; if the consumer in
700
+ # request is of type `project`, the field will be empty. The `quota_buckets`
701
+ # field of each descendant consumer quota limit will not be populated.
702
+ # Corresponds to the JSON property `descendantConsumerQuotaLimits`
703
+ # @return [Array<Google::Apis::ServiceusageV1beta1::ConsumerQuotaLimit>]
704
+ attr_accessor :descendant_consumer_quota_limits
705
+
697
706
  # The display name of the metric. An example name would be: "CPUs"
698
707
  # Corresponds to the JSON property `displayName`
699
708
  # @return [String]
@@ -725,6 +734,7 @@ module Google
725
734
  # Update properties of this object
726
735
  def update!(**args)
727
736
  @consumer_quota_limits = args[:consumer_quota_limits] if args.key?(:consumer_quota_limits)
737
+ @descendant_consumer_quota_limits = args[:descendant_consumer_quota_limits] if args.key?(:descendant_consumer_quota_limits)
728
738
  @display_name = args[:display_name] if args.key?(:display_name)
729
739
  @metric = args[:metric] if args.key?(:metric)
730
740
  @name = args[:name] if args.key?(:name)
@@ -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.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
@@ -712,6 +712,8 @@ module Google
712
712
  class Representation < Google::Apis::Core::JsonRepresentation
713
713
  collection :consumer_quota_limits, as: 'consumerQuotaLimits', class: Google::Apis::ServiceusageV1beta1::ConsumerQuotaLimit, decorator: Google::Apis::ServiceusageV1beta1::ConsumerQuotaLimit::Representation
714
714
 
715
+ collection :descendant_consumer_quota_limits, as: 'descendantConsumerQuotaLimits', class: Google::Apis::ServiceusageV1beta1::ConsumerQuotaLimit, decorator: Google::Apis::ServiceusageV1beta1::ConsumerQuotaLimit::Representation
716
+
715
717
  property :display_name, as: 'displayName'
716
718
  property :metric, as: 'metric'
717
719
  property :name, as: 'name'
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.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-serviceusage_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []