google-apis-serviceusage_v1beta1 0.2.0 → 0.7.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: c3ba22f6f022715887f9e423f5b9480f3ce520c01a45fdc3e6f48722932b148b
4
+ data.tar.gz: '09973835afb33471487989f3820fdadaa78b8647625fa194fe85b5c36f1b68c7'
5
5
  SHA512:
6
- metadata.gz: 2131c834d2be5a0abc14d0d16c8ce468eb0fd75a1b9b2532beb6b83cf8b9f488df8d40256d64301c7f2bfa60671bcfc4ea3eeea7cfcd1a502da02cb54c9653eb
7
- data.tar.gz: '058ed4fb22c6ba19098bcbdcff9503f690dbfc25fe81c91f417a17e5841c06629f9b76f298c914dfbab6f1490deef1ee8d9f03b919ab8926f0463e4c6c5afcf5'
6
+ metadata.gz: 00017eca9cde6231eb3fedb549b60283a369aed4255b78a4be06be621b7948c5456c9a4e8a113eac5ff3229e3196e8796c3ef3ce1bafb97836446f62560aba28
7
+ data.tar.gz: c04ae3b5eccd4cf2b4a17923be354dd08301d95852ea6a0ed49bc7d6cb8d84c59125941aa7878220bcd441d8a42698f07470b1ea7dc2f115a563ab39c308e52a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.7.0 (2021-03-30)
4
+
5
+ * Regenerated from discovery document revision 20210326
6
+
7
+ ### v0.6.0 (2021-03-23)
8
+
9
+ * Regenerated from discovery document revision 20210319
10
+ * Regenerated using generator version 0.2.0
11
+
12
+ ### v0.5.0 (2021-03-04)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.4.0 (2021-02-19)
17
+
18
+ * Regenerated from discovery document revision 20210217
19
+
20
+ ### v0.3.0 (2021-02-11)
21
+
22
+ * Regenerated from discovery document revision 20210209
23
+
3
24
  ### v0.2.0 (2021-01-28)
4
25
 
5
26
  * Regenerated from discovery document revision 20210126
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1beta1'
33
33
 
34
- # View and manage your data across Google Cloud Platform services
34
+ # See, edit, configure, and delete your Google Cloud Platform data
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
 
37
37
  # View your data across Google Cloud Platform services
@@ -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)
@@ -1381,11 +1391,11 @@ module Google
1381
1391
  # and delegates other aspects to sub-sections. Each sub-section is either a
1382
1392
  # proto message or a repeated proto message that configures a specific aspect,
1383
1393
  # such as auth. See each proto message definition for details. Example: type:
1384
- # google.api.Service config_version: 3 name: calendar.googleapis.com title:
1385
- # Google Calendar API apis: - name: google.calendar.v3.Calendar authentication:
1386
- # providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/
1387
- # oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*"
1388
- # requirements: provider_id: google_calendar_auth
1394
+ # google.api.Service name: calendar.googleapis.com title: Google Calendar API
1395
+ # apis: - name: google.calendar.v3.Calendar authentication: providers: - id:
1396
+ # google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
1397
+ # issuer: https://securetoken.google.com rules: - selector: "*" requirements:
1398
+ # provider_id: google_calendar_auth
1389
1399
  class GoogleApiService
1390
1400
  include Google::Apis::Core::Hashable
1391
1401
 
@@ -1431,7 +1441,8 @@ module Google
1431
1441
  # @return [Google::Apis::ServiceusageV1beta1::Billing]
1432
1442
  attr_accessor :billing
1433
1443
 
1434
- # Deprecated. The service config compiler always sets this field to `3`.
1444
+ # Obsolete. Do not use. This field has no semantic meaning. The service config
1445
+ # compiler always sets this field to `3`.
1435
1446
  # Corresponds to the JSON property `configVersion`
1436
1447
  # @return [Fixnum]
1437
1448
  attr_accessor :config_version
@@ -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.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210126"
25
+ REVISION = "20210326"
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.7.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-04-05 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.7.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: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Service Usage API V1beta1