google-apis-sasportal_v1alpha1 0.8.0 → 0.9.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: 8715d1c0104ea6c9eef5b30a80248657ad2897d2b20e585f84ef6ee24829c424
4
- data.tar.gz: 3b5f2566fa5c30e7c851109fa6ef5a4bac2c96b672d6ba0cd34583c0926283ca
3
+ metadata.gz: 3d891cdc883127c67f189da03024f1215a830efb5a35ce63895ebe7f0d9f7688
4
+ data.tar.gz: 95e705b4c58b97337f2858e056afb7b1f42921026aaa0009999c2d54f237adbf
5
5
  SHA512:
6
- metadata.gz: e3dc7e54edcc9ee71606508411d68e216d475744db91125a751505c101046451e2fbf9ea22e8d935ffc4a56bcc9e7a663a352ac7abd7955544b5e84721e65b67
7
- data.tar.gz: 5b1bd01e11f5e790674c73fca434a740cfc317f2973065ac4b22c1b4491a04049531f32f2dd58b64129d3c53e4d4fc21d923fe8b62eecad76347ac9932c289fb
6
+ metadata.gz: 4698f522306e4aca3c83365c5b6c8648c17b20a584ab72e433e1b18d81469d57e46f931ebbcb58231d0883f700d1167ae3c0bdd685c1715fa8f0fd442ea99bcf
7
+ data.tar.gz: 2613fc718215669094d0ce3b966e4b189e55cd9fa27fb8f17801f596c10655455f2867f2dce0b0665e36157bacc4341853b7a845544a5d30430ab6e56c32654b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.9.0 (2021-06-03)
4
+
5
+ * Regenerated from discovery document revision 20210527
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.8.0 (2021-05-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20210520
@@ -1028,6 +1028,13 @@ module Google
1028
1028
  class SasPortalSetPolicyRequest
1029
1029
  include Google::Apis::Core::Hashable
1030
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
+
1031
1038
  # Defines an access control policy to the resources.
1032
1039
  # Corresponds to the JSON property `policy`
1033
1040
  # @return [Google::Apis::SasportalV1alpha1::SasPortalPolicy]
@@ -1045,6 +1052,7 @@ module Google
1045
1052
 
1046
1053
  # Update properties of this object
1047
1054
  def update!(**args)
1055
+ @disable_notification = args[:disable_notification] if args.key?(:disable_notification)
1048
1056
  @policy = args[:policy] if args.key?(:policy)
1049
1057
  @resource = args[:resource] if args.key?(:resource)
1050
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.8.0"
19
+ GEM_VERSION = "0.9.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 = "20210520"
25
+ REVISION = "20210527"
26
26
  end
27
27
  end
28
28
  end
@@ -520,6 +520,7 @@ module Google
520
520
  class SasPortalSetPolicyRequest
521
521
  # @private
522
522
  class Representation < Google::Apis::Core::JsonRepresentation
523
+ property :disable_notification, as: 'disableNotification'
523
524
  property :policy, as: 'policy', class: Google::Apis::SasportalV1alpha1::SasPortalPolicy, decorator: Google::Apis::SasportalV1alpha1::SasPortalPolicy::Representation
524
525
 
525
526
  property :resource, as: 'resource'
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.8.0
4
+ version: 0.9.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-31 00:00:00.000000000 Z
11
+ date: 2021-06-07 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.8.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.9.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: []