google-apis-sasportal_v1alpha1 0.7.0 → 0.8.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: ad338c67fd745f85e7dfc90f52c5f6a95de36e707c3ff796528f512499db66bd
4
- data.tar.gz: 1d74122e7f48cb89cdef16212a0ece494342f1202e33182531676181f06835f1
3
+ metadata.gz: 8715d1c0104ea6c9eef5b30a80248657ad2897d2b20e585f84ef6ee24829c424
4
+ data.tar.gz: 3b5f2566fa5c30e7c851109fa6ef5a4bac2c96b672d6ba0cd34583c0926283ca
5
5
  SHA512:
6
- metadata.gz: 3573f6204abb41401c61a0e6d465a7d08e3c0c62d3cef2dea529ea8c3b8ba3b77968cc414458765c8120c98994da8fce56714108fbad7f0b22aa25f71324d897
7
- data.tar.gz: 976983f9b1b8d9cd5ceb0b91c354a04c710d6926d544e83893e84e349985a16baf02f09e341482ce01294e7f13cc437de574095441807a3e9d6bbf2c27f69805
6
+ metadata.gz: e3dc7e54edcc9ee71606508411d68e216d475744db91125a751505c101046451e2fbf9ea22e8d935ffc4a56bcc9e7a663a352ac7abd7955544b5e84721e65b67
7
+ data.tar.gz: 5b1bd01e11f5e790674c73fca434a740cfc317f2973065ac4b22c1b4491a04049531f32f2dd58b64129d3c53e4d4fc21d923fe8b62eecad76347ac9932c289fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.8.0 (2021-05-25)
4
+
5
+ * Regenerated from discovery document revision 20210520
6
+
3
7
  ### v0.7.0 (2021-05-20)
4
8
 
5
9
  * Unspecified changes
@@ -153,6 +153,11 @@ module Google
153
153
  # @return [String]
154
154
  attr_accessor :display_name
155
155
 
156
+ # Output only. The FRNs copied from its direct parent.
157
+ # Corresponds to the JSON property `frns`
158
+ # @return [Array<String>]
159
+ attr_accessor :frns
160
+
156
161
  # Output only. Resource name.
157
162
  # Corresponds to the JSON property `name`
158
163
  # @return [String]
@@ -173,6 +178,7 @@ module Google
173
178
  @allowed_billing_modes = args[:allowed_billing_modes] if args.key?(:allowed_billing_modes)
174
179
  @default_billing_mode = args[:default_billing_mode] if args.key?(:default_billing_mode)
175
180
  @display_name = args[:display_name] if args.key?(:display_name)
181
+ @frns = args[:frns] if args.key?(:frns)
176
182
  @name = args[:name] if args.key?(:name)
177
183
  @sas_user_ids = args[:sas_user_ids] if args.key?(:sas_user_ids)
178
184
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SasportalV1alpha1
18
18
  # Version of the google-apis-sasportal_v1alpha1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210403"
25
+ REVISION = "20210520"
26
26
  end
27
27
  end
28
28
  end
@@ -278,6 +278,7 @@ module Google
278
278
  collection :allowed_billing_modes, as: 'allowedBillingModes'
279
279
  property :default_billing_mode, as: 'defaultBillingMode'
280
280
  property :display_name, as: 'displayName'
281
+ collection :frns, as: 'frns'
281
282
  property :name, as: 'name'
282
283
  collection :sas_user_ids, as: 'sasUserIds'
283
284
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sasportal_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-05-31 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-sasportal_v1alpha1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sasportal_v1alpha1
57
57
  post_install_message:
58
58
  rdoc_options: []