google-apis-prod_tt_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: ca235fdc752e0e188fbfb2ddb8b47271f14a24e205093e7f87d2b9004d2dbd3e
4
- data.tar.gz: 3423a7cc2049f28865121a58c62dc081e87b82de8ffead0fe32804c7065b3509
3
+ metadata.gz: f3d504e7bb1aa0415d206b79031a5a63629d652af20db83f52a2ef2ed0aaa0f2
4
+ data.tar.gz: e1ec50029fc932fc197ec34d2c61196b6781912736db1131bc50f6a88b463468
5
5
  SHA512:
6
- metadata.gz: cc563b90f911e431fb091bd9408838ae4b1456175aa459744b440ec0dbbc3d10383cd2288daf0a2a90ced00177aea2b2998376e3218e700ad5c85ece705fa608
7
- data.tar.gz: ee690445da9abb9f0cca60f17206b5702261ed46962c13e4e4f35a059d758a18095fe2206354d6e7749cd512736157115079aa36cb1599e08c0b96b58872a10a
6
+ metadata.gz: 64d0e6cc55567096bbe782ef1f765dfb85038f85904367e9164df3aa3e35af1e97bf399f529321973ba6477741a590b3c2e5acf79f5899ea1b12575f7523d22d
7
+ data.tar.gz: 33f338541141a535d8ded87c9007750dfaf27fba3d8340711f278d4cc81790810d77fd70aef57454ac94da276c2a6a11d953069c6755de1d9f323cc7f6cb4750
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-prod_tt_sasportal_v1alpha1
2
2
 
3
+ ### v0.8.0 (2021-05-27)
4
+
5
+ * Regenerated from discovery document revision 20210526
6
+
3
7
  ### v0.7.0 (2021-05-20)
4
8
 
5
9
  * 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::ProdTtSasportalV1alpha1::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 ProdTtSasportalV1alpha1
18
18
  # Version of the google-apis-prod_tt_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 = "20210520"
25
+ REVISION = "20210526"
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::ProdTtSasportalV1alpha1::SasPortalPolicy, decorator: Google::Apis::ProdTtSasportalV1alpha1::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-prod_tt_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-prod_tt_sasportal_v1alpha1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-prod_tt_sasportal_v1alpha1
57
57
  post_install_message:
58
58
  rdoc_options: []