google-apis-serviceconsumermanagement_v1 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: d9fac45c670e0135a4861608f1e25cccc64c3c85202b525018b196354fb1dcdc
4
- data.tar.gz: 68387cbd72f2510ba3cee754251d189b0b5c95f7238a8292184378c385f9506b
3
+ metadata.gz: f2d818293c7d0be888d1f71f1a58d0902a22bc983b191cd5d18e4a4da2268960
4
+ data.tar.gz: 11e8b75dac9461cb7f4ec1bd0f863ecf450c0fa711917057be7157354585280b
5
5
  SHA512:
6
- metadata.gz: 33b50f7eb34880c40c580ac9c4340c723619ccb93095432e0dc8f4963387c5ccad2877d215ebee5f36d8679fc5303e000ed64f4223574e0adc0ff889991b674c
7
- data.tar.gz: 9c4800552bab27420d17a48bdd897fa4deb328ce46b36de198e444632995526b5e93d4bd930c54e192a3d1d7b95cd2af24bb6a9cebde0b176a5e36f5831e7ba6
6
+ metadata.gz: 8aa1c33957af4620b27aac92f5c8672c3dab5ac067ca0b113292131e2cfb752a21011c0273a48c663ab26b937a8aa86aa9f2b8f442dc78968e870d78a2257f27
7
+ data.tar.gz: 493eb3bbfeb51242a425a1244dfa55eceff503910373784150d792021379baf917e598fef8bbe1b15609421b4f447ff62b2a9ed8b5eeb576268cef2b462eb54c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.3.0 (2021-02-19)
4
+
5
+ * Regenerated from discovery document revision 20210217
6
+
3
7
  ### v0.2.0 (2021-02-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20210131
@@ -2501,11 +2501,11 @@ module Google
2501
2501
  # and delegates other aspects to sub-sections. Each sub-section is either a
2502
2502
  # proto message or a repeated proto message that configures a specific aspect,
2503
2503
  # such as auth. See each proto message definition for details. Example: type:
2504
- # google.api.Service config_version: 3 name: calendar.googleapis.com title:
2505
- # Google Calendar API apis: - name: google.calendar.v3.Calendar authentication:
2506
- # providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/
2507
- # oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*"
2508
- # requirements: provider_id: google_calendar_auth
2504
+ # google.api.Service name: calendar.googleapis.com title: Google Calendar API
2505
+ # apis: - name: google.calendar.v3.Calendar authentication: providers: - id:
2506
+ # google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
2507
+ # issuer: https://securetoken.google.com rules: - selector: "*" requirements:
2508
+ # provider_id: google_calendar_auth
2509
2509
  class Service
2510
2510
  include Google::Apis::Core::Hashable
2511
2511
 
@@ -3678,6 +3678,13 @@ module Google
3678
3678
  # @return [String]
3679
3679
  attr_accessor :name
3680
3680
 
3681
+ # The Default Identity tag. If specified when creating the account, the tag must
3682
+ # be present in activation_grants. If not specified when creating the account,
3683
+ # the tag is set to the tag specified in activation_grants.
3684
+ # Corresponds to the JSON property `tag`
3685
+ # @return [String]
3686
+ attr_accessor :tag
3687
+
3681
3688
  # The unique and stable id of the default identity.
3682
3689
  # Corresponds to the JSON property `uniqueId`
3683
3690
  # @return [String]
@@ -3691,6 +3698,7 @@ module Google
3691
3698
  def update!(**args)
3692
3699
  @email = args[:email] if args.key?(:email)
3693
3700
  @name = args[:name] if args.key?(:name)
3701
+ @tag = args[:tag] if args.key?(:tag)
3694
3702
  @unique_id = args[:unique_id] if args.key?(:unique_id)
3695
3703
  end
3696
3704
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1 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 = "20210131"
25
+ REVISION = "20210217"
26
26
  end
27
27
  end
28
28
  end
@@ -1407,6 +1407,7 @@ module Google
1407
1407
  class Representation < Google::Apis::Core::JsonRepresentation
1408
1408
  property :email, as: 'email'
1409
1409
  property :name, as: 'name'
1410
+ property :tag, as: 'tag'
1410
1411
  property :unique_id, as: 'uniqueId'
1411
1412
  end
1412
1413
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1
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-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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1
57
57
  post_install_message:
58
58
  rdoc_options: []