google-apis-prod_tt_sasportal_v1alpha1 0.18.0 → 0.19.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: 54bf286e5fb621450ad91a8b5f7ff00f17639998d5b06ae217bb5fa675019671
4
- data.tar.gz: 9fa4e216f4a15731790c674ec49f40e12c6fe143585d0a016267a241c75e7d2f
3
+ metadata.gz: 67d07d185c35c9effc21f2b7cc4465875afcaf774db785de12bc1e7b6e29350c
4
+ data.tar.gz: f287eb06e69edb573e277fa37003c56fa58a4287b7051e41bebc7af4cf7422dd
5
5
  SHA512:
6
- metadata.gz: 5d85cf54d766b26a018b408b7ca6a42246151976607511a178875dd92984fdf465fcd3768f3111bfb84b1c24c59b999c069e3a9b6ae55886e3f525fb2da79b6a
7
- data.tar.gz: 96451331edf157d6d48b0a961c0c85b5a1c166ee95af218d11392b06e09bae2fd770487cd474bcabf89e44cb0b1686e0cf2f4115a30c3160310aa66b191d2e17
6
+ metadata.gz: 1b069f8368f85550b7a1e06bf5223cc14aca92f08575d5a5a5fbed57be59f8c5857fce65926d27118cb9ca9e0b2b7596a21babe64da2175de5e512934bef21f6
7
+ data.tar.gz: c2f32c408e55f199be0f0af0c5ac65f8e7f4ca0487cf3071b9eec16ee0e8363be6f314ef14b87fff693142a991bf3e8b486940b9c705c680d79e56add7a9748a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-prod_tt_sasportal_v1alpha1
2
2
 
3
+ ### v0.19.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220319
6
+
3
7
  ### v0.18.0 (2022-03-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20220317
@@ -379,6 +379,11 @@ module Google
379
379
  # @return [String]
380
380
  attr_accessor :grant_id
381
381
 
382
+ # The transmit expiration time of the last heartbeat.
383
+ # Corresponds to the JSON property `lastHeartbeatTransmitExpireTime`
384
+ # @return [String]
385
+ attr_accessor :last_heartbeat_transmit_expire_time
386
+
382
387
  # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant.
383
388
  # The maximum EIRP is in units of dBm/MHz. The value of `maxEirp` represents the
384
389
  # average (RMS) EIRP that would be measured by the procedure defined in FCC part
@@ -412,6 +417,7 @@ module Google
412
417
  @expire_time = args[:expire_time] if args.key?(:expire_time)
413
418
  @frequency_range = args[:frequency_range] if args.key?(:frequency_range)
414
419
  @grant_id = args[:grant_id] if args.key?(:grant_id)
420
+ @last_heartbeat_transmit_expire_time = args[:last_heartbeat_transmit_expire_time] if args.key?(:last_heartbeat_transmit_expire_time)
415
421
  @max_eirp = args[:max_eirp] if args.key?(:max_eirp)
416
422
  @move_list = args[:move_list] if args.key?(:move_list)
417
423
  @state = args[:state] if args.key?(:state)
@@ -538,8 +544,7 @@ module Google
538
544
  # A generic empty message that you can re-use to avoid defining duplicated empty
539
545
  # messages in your APIs. A typical example is to use it as the request or the
540
546
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
541
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
542
- # `Empty` is empty JSON object ````.
547
+ # protobuf.Empty) returns (google.protobuf.Empty); `
543
548
  class SasPortalEmpty
544
549
  include Google::Apis::Core::Hashable
545
550
 
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220317"
25
+ REVISION = "20220319"
26
26
  end
27
27
  end
28
28
  end
@@ -346,6 +346,7 @@ module Google
346
346
  property :frequency_range, as: 'frequencyRange', class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalFrequencyRange, decorator: Google::Apis::ProdTtSasportalV1alpha1::SasPortalFrequencyRange::Representation
347
347
 
348
348
  property :grant_id, as: 'grantId'
349
+ property :last_heartbeat_transmit_expire_time, as: 'lastHeartbeatTransmitExpireTime'
349
350
  property :max_eirp, as: 'maxEirp'
350
351
  collection :move_list, as: 'moveList', class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalDpaMoveList, decorator: Google::Apis::ProdTtSasportalV1alpha1::SasPortalDpaMoveList::Representation
351
352
 
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.18.0
4
+ version: 0.19.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: 2022-03-21 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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/main/generated/google-apis-prod_tt_sasportal_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-prod_tt_sasportal_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []