google-apis-serviceconsumermanagement_v1beta1 0.2.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/lib/google/apis/serviceconsumermanagement_v1beta1.rb +1 -1
- data/lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb +25 -6
- data/lib/google/apis/serviceconsumermanagement_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/serviceconsumermanagement_v1beta1/representations.rb +3 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 34cc14d7ebd15a02e55f4aef970aeebd5f53d968786066398855d6e987875521
|
4
|
+
data.tar.gz: eae87e57b8b926d354bf43557934c24ce78939c7ae4087409d5409adc6773c71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b47194ef29bb5cb417d2380ea3cc2b94d891d98f0bf4c2f0d975e535c6ca927f9952fe841b66ebfe6aaff47ababbed7f4f1e3051b0f041500024e8f3d6d43703
|
7
|
+
data.tar.gz: 117ff6e5644d3f74042251f5f058dc0a0f12c8026cb73b4e1d4dc1da2991899cd2cb1461246d675e04c7aa02b426220fe58de194dcc707126720db4002ca5316
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# Release history for google-apis-serviceconsumermanagement_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
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1beta1'
|
31
31
|
|
32
|
-
#
|
32
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
34
|
end
|
35
35
|
end
|
@@ -2210,11 +2210,11 @@ module Google
|
|
2210
2210
|
# and delegates other aspects to sub-sections. Each sub-section is either a
|
2211
2211
|
# proto message or a repeated proto message that configures a specific aspect,
|
2212
2212
|
# such as auth. See each proto message definition for details. Example: type:
|
2213
|
-
# google.api.Service
|
2214
|
-
#
|
2215
|
-
#
|
2216
|
-
#
|
2217
|
-
#
|
2213
|
+
# google.api.Service name: calendar.googleapis.com title: Google Calendar API
|
2214
|
+
# apis: - name: google.calendar.v3.Calendar authentication: providers: - id:
|
2215
|
+
# google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
|
2216
|
+
# issuer: https://securetoken.google.com rules: - selector: "*" requirements:
|
2217
|
+
# provider_id: google_calendar_auth
|
2218
2218
|
class Service
|
2219
2219
|
include Google::Apis::Core::Hashable
|
2220
2220
|
|
@@ -2260,7 +2260,8 @@ module Google
|
|
2260
2260
|
# @return [Google::Apis::ServiceconsumermanagementV1beta1::Billing]
|
2261
2261
|
attr_accessor :billing
|
2262
2262
|
|
2263
|
-
#
|
2263
|
+
# Obsolete. Do not use. This field has no semantic meaning. The service config
|
2264
|
+
# compiler always sets this field to `3`.
|
2264
2265
|
# Corresponds to the JSON property `configVersion`
|
2265
2266
|
# @return [Fixnum]
|
2266
2267
|
attr_accessor :config_version
|
@@ -2919,6 +2920,15 @@ module Google
|
|
2919
2920
|
# @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ConsumerQuotaLimit>]
|
2920
2921
|
attr_accessor :consumer_quota_limits
|
2921
2922
|
|
2923
|
+
# The quota limits targeting the descendant containers of the consumer in
|
2924
|
+
# request. If the consumer in request is of type `organizations` or `folders`,
|
2925
|
+
# the field will list per-project limits in the metric; if the consumer in
|
2926
|
+
# request is of type `project`, the field will be empty. The `quota_buckets`
|
2927
|
+
# field of each descendant consumer quota limit will not be populated.
|
2928
|
+
# Corresponds to the JSON property `descendantConsumerQuotaLimits`
|
2929
|
+
# @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ConsumerQuotaLimit>]
|
2930
|
+
attr_accessor :descendant_consumer_quota_limits
|
2931
|
+
|
2922
2932
|
# The display name of the metric. An example name would be: "CPUs"
|
2923
2933
|
# Corresponds to the JSON property `displayName`
|
2924
2934
|
# @return [String]
|
@@ -2950,6 +2960,7 @@ module Google
|
|
2950
2960
|
# Update properties of this object
|
2951
2961
|
def update!(**args)
|
2952
2962
|
@consumer_quota_limits = args[:consumer_quota_limits] if args.key?(:consumer_quota_limits)
|
2963
|
+
@descendant_consumer_quota_limits = args[:descendant_consumer_quota_limits] if args.key?(:descendant_consumer_quota_limits)
|
2953
2964
|
@display_name = args[:display_name] if args.key?(:display_name)
|
2954
2965
|
@metric = args[:metric] if args.key?(:metric)
|
2955
2966
|
@name = args[:name] if args.key?(:name)
|
@@ -3444,6 +3455,13 @@ module Google
|
|
3444
3455
|
# @return [String]
|
3445
3456
|
attr_accessor :name
|
3446
3457
|
|
3458
|
+
# The Default Identity tag. If specified when creating the account, the tag must
|
3459
|
+
# be present in activation_grants. If not specified when creating the account,
|
3460
|
+
# the tag is set to the tag specified in activation_grants.
|
3461
|
+
# Corresponds to the JSON property `tag`
|
3462
|
+
# @return [String]
|
3463
|
+
attr_accessor :tag
|
3464
|
+
|
3447
3465
|
# The unique and stable id of the default identity.
|
3448
3466
|
# Corresponds to the JSON property `uniqueId`
|
3449
3467
|
# @return [String]
|
@@ -3457,6 +3475,7 @@ module Google
|
|
3457
3475
|
def update!(**args)
|
3458
3476
|
@email = args[:email] if args.key?(:email)
|
3459
3477
|
@name = args[:name] if args.key?(:name)
|
3478
|
+
@tag = args[:tag] if args.key?(:tag)
|
3460
3479
|
@unique_id = args[:unique_id] if args.key?(:unique_id)
|
3461
3480
|
end
|
3462
3481
|
end
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210326"
|
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'
|
@@ -1261,6 +1263,7 @@ module Google
|
|
1261
1263
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1262
1264
|
property :email, as: 'email'
|
1263
1265
|
property :name, as: 'name'
|
1266
|
+
property :tag, as: 'tag'
|
1264
1267
|
property :unique_id, as: 'uniqueId'
|
1265
1268
|
end
|
1266
1269
|
end
|
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.
|
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-
|
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-serviceconsumermanagement_v1beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.7.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: []
|
@@ -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.
|
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.
|
72
|
+
rubygems_version: 3.2.13
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Service Consumer Management API V1beta1
|