google-apis-serviceconsumermanagement_v1beta1 0.3.0 → 0.4.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: e5c7387891d0cd0256d7d96b7bd076b0fe48f13f205f6144a7934a48fba0a486
4
- data.tar.gz: 28e2dc48aa239c524d55779104d7a76bb88f58edc8ebbb8d1a3d58f7593dbdeb
3
+ metadata.gz: d8eb765be307001d085322e782241b9ba01ff08202676fbc6a446cb7c452cde8
4
+ data.tar.gz: 27f321e1696acfc4ecb4bdfdfdc85e3ebd3560cae9e743531fc025cfc0e9bcee
5
5
  SHA512:
6
- metadata.gz: 9803233e2b86dcc92494b655c413c70c47f0857bca15d0999d949c8e5ddcb4d602785ab3fb0f6b6ba9c92c124bc6a7b06118113f2c4798e476ed17fde83ab24c
7
- data.tar.gz: 36830228b390d1598f84d80c80151238e9e147eacc68c7f5732d8422b5330067b3fca544ff4ed5301d04a3b8a8490f61613c26dd995bc9251124a534fe76324f
6
+ metadata.gz: 5eb48b942ef0cca6de07a8cf8f52acd819a77b8327ac7bcce22d39e892fb6178a7baf9757ebe5647fc28fb2fa26d85d574c011c5a7c82842e853117ae1fb518f
7
+ data.tar.gz: 6482df77cfc3f437a2d20654f8274e3f187987e4e4f0ea65a63f2a757a324cca6159e7a9a6a35dccbc0d4993e2d590d55aff8c88190b15a03697989b9d878a2f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.4.0 (2021-02-19)
4
+
5
+ * Regenerated from discovery document revision 20210217
6
+
3
7
  ### v0.3.0 (2021-02-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20210209
@@ -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 config_version: 3 name: calendar.googleapis.com title:
2214
- # Google Calendar API apis: - name: google.calendar.v3.Calendar authentication:
2215
- # providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/
2216
- # oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*"
2217
- # requirements: provider_id: google_calendar_auth
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
 
@@ -3454,6 +3454,13 @@ module Google
3454
3454
  # @return [String]
3455
3455
  attr_accessor :name
3456
3456
 
3457
+ # The Default Identity tag. If specified when creating the account, the tag must
3458
+ # be present in activation_grants. If not specified when creating the account,
3459
+ # the tag is set to the tag specified in activation_grants.
3460
+ # Corresponds to the JSON property `tag`
3461
+ # @return [String]
3462
+ attr_accessor :tag
3463
+
3457
3464
  # The unique and stable id of the default identity.
3458
3465
  # Corresponds to the JSON property `uniqueId`
3459
3466
  # @return [String]
@@ -3467,6 +3474,7 @@ module Google
3467
3474
  def update!(**args)
3468
3475
  @email = args[:email] if args.key?(:email)
3469
3476
  @name = args[:name] if args.key?(:name)
3477
+ @tag = args[:tag] if args.key?(:tag)
3470
3478
  @unique_id = args[:unique_id] if args.key?(:unique_id)
3471
3479
  end
3472
3480
  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.3.0"
19
+ GEM_VERSION = "0.4.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 = "20210209"
25
+ REVISION = "20210217"
26
26
  end
27
27
  end
28
28
  end
@@ -1263,6 +1263,7 @@ module Google
1263
1263
  class Representation < Google::Apis::Core::JsonRepresentation
1264
1264
  property :email, as: 'email'
1265
1265
  property :name, as: 'name'
1266
+ property :tag, as: 'tag'
1266
1267
  property :unique_id, as: 'uniqueId'
1267
1268
  end
1268
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.3.0
4
+ version: 0.4.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-15 00:00:00.000000000 Z
11
+ date: 2021-02-22 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.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.4.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: []