google-apis-sasportal_v1alpha1 0.5.0 → 0.10.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: af1e763b1267367b4647db264bf4ef0f888300c9d51b676f3886b6d421e2ea8e
4
- data.tar.gz: 4621aeff7eb958c06b7afdfb445201c714dd74e65c76007cf779c3c95b00127b
3
+ metadata.gz: 6067b0d028edd1166f2a6d2b6fdb016599db3ba81a40fff843f8632833789d4d
4
+ data.tar.gz: c2e41d353b454f7282b6f76f14c0f4f73a15ed971761a1325798b8fb545cc5a1
5
5
  SHA512:
6
- metadata.gz: b56d2f92eee857911dd1b7278e7b43b41e7211aab8393ad44ecc5d94cc1cc9047cd9e1a0aa529baacc9b3319479dc14d1cce4fdc28b7258337b960cb8827f8e2
7
- data.tar.gz: '086d372cce07f67cc0957a4820a2e90110f78f90af59eaa7e0aa70d03f6abff2a46e966ec2643dfa2f6b949ef3505284557a7a8e7f1c7efb3edc69490b2e037e'
6
+ metadata.gz: af712e4bce1efe80e2453a0567b1782bfdeaf2a0ae971d43bf700a11dbd00fcbea5da500bb685f22ae1818f52444f8a606e423a7280c5d63130f9d83e05f8328
7
+ data.tar.gz: acbddf5e057471dac1c21c8e36891549b7188232fb9156c3c259434fceaf6f17764d48ee19edddcd15e3339dd26b87802c8435aca8d66e33f7017de209478c6c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.10.0 (2021-06-24)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.9.0 (2021-06-03)
8
+
9
+ * Regenerated from discovery document revision 20210527
10
+ * Regenerated using generator version 0.3.0
11
+
12
+ ### v0.8.0 (2021-05-25)
13
+
14
+ * Regenerated from discovery document revision 20210520
15
+
16
+ ### v0.7.0 (2021-05-20)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.6.0 (2021-04-07)
21
+
22
+ * Regenerated from discovery document revision 20210403
23
+
3
24
  ### v0.5.0 (2021-03-18)
4
25
 
5
26
  * Regenerated from discovery document revision 20210315
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1alpha1'
31
31
 
32
- # View your email address
32
+ # See your primary Google Account email address
33
33
  AUTH_USERINFO_EMAIL = 'https://www.googleapis.com/auth/userinfo.email'
34
34
  end
35
35
  end
@@ -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
@@ -1022,6 +1028,13 @@ module Google
1022
1028
  class SasPortalSetPolicyRequest
1023
1029
  include Google::Apis::Core::Hashable
1024
1030
 
1031
+ # Optional. Set the field as true when we would like to disable the onboarding
1032
+ # notification.
1033
+ # Corresponds to the JSON property `disableNotification`
1034
+ # @return [Boolean]
1035
+ attr_accessor :disable_notification
1036
+ alias_method :disable_notification?, :disable_notification
1037
+
1025
1038
  # Defines an access control policy to the resources.
1026
1039
  # Corresponds to the JSON property `policy`
1027
1040
  # @return [Google::Apis::SasportalV1alpha1::SasPortalPolicy]
@@ -1039,6 +1052,7 @@ module Google
1039
1052
 
1040
1053
  # Update properties of this object
1041
1054
  def update!(**args)
1055
+ @disable_notification = args[:disable_notification] if args.key?(:disable_notification)
1042
1056
  @policy = args[:policy] if args.key?(:policy)
1043
1057
  @resource = args[:resource] if args.key?(:resource)
1044
1058
  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.5.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210315"
25
+ REVISION = "20210527"
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
@@ -519,6 +520,7 @@ module Google
519
520
  class SasPortalSetPolicyRequest
520
521
  # @private
521
522
  class Representation < Google::Apis::Core::JsonRepresentation
523
+ property :disable_notification, as: 'disableNotification'
522
524
  property :policy, as: 'policy', class: Google::Apis::SasportalV1alpha1::SasPortalPolicy, decorator: Google::Apis::SasportalV1alpha1::SasPortalPolicy::Representation
523
525
 
524
526
  property :resource, as: 'resource'
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sasportal_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.10.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-03-22 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for SAS Portal API V1alpha1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sasportal_v1alpha1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for SAS Portal API V1alpha1