google-apis-sasportal_v1alpha1 0.6.0 → 0.11.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: db497d9869248de1af352d0e38529e5547f8f4927a4273547e94e992b0c5d269
4
- data.tar.gz: ec0b62bb5e3c74b3f119524462cd8cf674147eaab72452adffe8bc99e02e7ab1
3
+ metadata.gz: b3039ec80c5e6556e59748d54ba34c309e826ff49ba1b05f624129e9fe21e57c
4
+ data.tar.gz: 1a988f328fd8e64d838dcda31c12c3410c8c318d852c359acee7f4f63b846e31
5
5
  SHA512:
6
- metadata.gz: 78ca01f64083892e7b13afc42f107df6f5b743ab68b83829cb01eccec715e95f08bce2f60a709b6d425f35cc609ed302d0c055cb580b8db6481e12f07c4a09e1
7
- data.tar.gz: 276252cd5510346beba4ebe5c291f72dc110755129bfbe12d986dde755056a9a5311d37047e6e3f55e46388023328aa22bd3277f066475f205612b5a2e826e90
6
+ metadata.gz: 56c8bdf290b098314d7c5608a24453c168ec82dc6aed7c2eb8c3c061e7d82886353f32c09fb7c8aa6637630dfcf8caa78410aaf8e0537d20b00f8a4060a9d969
7
+ data.tar.gz: d30ba914ebc2c0c41af618b107df5c2f60cae1ebf7da2d48b46eff34e16f4304a49d9c0ddaeccf7b44b5a644b03a40b4e23b2ea31c3138ceffd226b228547b01
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.11.0 (2021-06-29)
4
+
5
+ * Regenerated from discovery document revision 20210625
6
+ * Regenerated using generator version 0.4.0
7
+
8
+ ### v0.10.0 (2021-06-24)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.9.0 (2021-06-03)
13
+
14
+ * Regenerated from discovery document revision 20210527
15
+ * Regenerated using generator version 0.3.0
16
+
17
+ ### v0.8.0 (2021-05-25)
18
+
19
+ * Regenerated from discovery document revision 20210520
20
+
21
+ ### v0.7.0 (2021-05-20)
22
+
23
+ * Unspecified changes
24
+
3
25
  ### v0.6.0 (2021-04-07)
4
26
 
5
27
  * Regenerated from discovery document revision 20210403
@@ -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
@@ -429,12 +435,19 @@ module Google
429
435
  class SasPortalDeviceMetadata
430
436
  include Google::Apis::Core::Hashable
431
437
 
438
+ # If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:
439
+ # PatternId
440
+ # Corresponds to the JSON property `antennaModel`
441
+ # @return [String]
442
+ attr_accessor :antenna_model
443
+
432
444
  def initialize(**args)
433
445
  update!(**args)
434
446
  end
435
447
 
436
448
  # Update properties of this object
437
449
  def update!(**args)
450
+ @antenna_model = args[:antenna_model] if args.key?(:antenna_model)
438
451
  end
439
452
  end
440
453
 
@@ -1022,6 +1035,13 @@ module Google
1022
1035
  class SasPortalSetPolicyRequest
1023
1036
  include Google::Apis::Core::Hashable
1024
1037
 
1038
+ # Optional. Set the field as true when we would like to disable the onboarding
1039
+ # notification.
1040
+ # Corresponds to the JSON property `disableNotification`
1041
+ # @return [Boolean]
1042
+ attr_accessor :disable_notification
1043
+ alias_method :disable_notification?, :disable_notification
1044
+
1025
1045
  # Defines an access control policy to the resources.
1026
1046
  # Corresponds to the JSON property `policy`
1027
1047
  # @return [Google::Apis::SasportalV1alpha1::SasPortalPolicy]
@@ -1039,6 +1059,7 @@ module Google
1039
1059
 
1040
1060
  # Update properties of this object
1041
1061
  def update!(**args)
1062
+ @disable_notification = args[:disable_notification] if args.key?(:disable_notification)
1042
1063
  @policy = args[:policy] if args.key?(:policy)
1043
1064
  @resource = args[:resource] if args.key?(:resource)
1044
1065
  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.6.0"
19
+ GEM_VERSION = "0.11.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.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210403"
25
+ REVISION = "20210625"
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
@@ -352,6 +353,7 @@ module Google
352
353
  class SasPortalDeviceMetadata
353
354
  # @private
354
355
  class Representation < Google::Apis::Core::JsonRepresentation
356
+ property :antenna_model, as: 'antennaModel'
355
357
  end
356
358
  end
357
359
 
@@ -519,6 +521,7 @@ module Google
519
521
  class SasPortalSetPolicyRequest
520
522
  # @private
521
523
  class Representation < Google::Apis::Core::JsonRepresentation
524
+ property :disable_notification, as: 'disableNotification'
522
525
  property :policy, as: 'policy', class: Google::Apis::SasportalV1alpha1::SasPortalPolicy, decorator: Google::Apis::SasportalV1alpha1::SasPortalPolicy::Representation
523
526
 
524
527
  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.6.0
4
+ version: 0.11.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-18 00:00:00.000000000 Z
11
+ date: 2021-07-05 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.4'
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.4'
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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.11.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: []