google-apis-sasportal_v1alpha1 0.10.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: 6067b0d028edd1166f2a6d2b6fdb016599db3ba81a40fff843f8632833789d4d
4
- data.tar.gz: c2e41d353b454f7282b6f76f14c0f4f73a15ed971761a1325798b8fb545cc5a1
3
+ metadata.gz: b3039ec80c5e6556e59748d54ba34c309e826ff49ba1b05f624129e9fe21e57c
4
+ data.tar.gz: 1a988f328fd8e64d838dcda31c12c3410c8c318d852c359acee7f4f63b846e31
5
5
  SHA512:
6
- metadata.gz: af712e4bce1efe80e2453a0567b1782bfdeaf2a0ae971d43bf700a11dbd00fcbea5da500bb685f22ae1818f52444f8a606e423a7280c5d63130f9d83e05f8328
7
- data.tar.gz: acbddf5e057471dac1c21c8e36891549b7188232fb9156c3c259434fceaf6f17764d48ee19edddcd15e3339dd26b87802c8435aca8d66e33f7017de209478c6c
6
+ metadata.gz: 56c8bdf290b098314d7c5608a24453c168ec82dc6aed7c2eb8c3c061e7d82886353f32c09fb7c8aa6637630dfcf8caa78410aaf8e0537d20b00f8a4060a9d969
7
+ data.tar.gz: d30ba914ebc2c0c41af618b107df5c2f60cae1ebf7da2d48b46eff34e16f4304a49d9c0ddaeccf7b44b5a644b03a40b4e23b2ea31c3138ceffd226b228547b01
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.10.0 (2021-06-24)
4
9
 
5
10
  * Unspecified changes
@@ -435,12 +435,19 @@ module Google
435
435
  class SasPortalDeviceMetadata
436
436
  include Google::Apis::Core::Hashable
437
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
+
438
444
  def initialize(**args)
439
445
  update!(**args)
440
446
  end
441
447
 
442
448
  # Update properties of this object
443
449
  def update!(**args)
450
+ @antenna_model = args[:antenna_model] if args.key?(:antenna_model)
444
451
  end
445
452
  end
446
453
 
@@ -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.10.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.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210527"
25
+ REVISION = "20210625"
26
26
  end
27
27
  end
28
28
  end
@@ -353,6 +353,7 @@ module Google
353
353
  class SasPortalDeviceMetadata
354
354
  # @private
355
355
  class Representation < Google::Apis::Core::JsonRepresentation
356
+ property :antenna_model, as: 'antennaModel'
356
357
  end
357
358
  end
358
359
 
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.10.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-06-28 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sasportal_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sasportal_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []