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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 67d07d185c35c9effc21f2b7cc4465875afcaf774db785de12bc1e7b6e29350c
|
4
|
+
data.tar.gz: f287eb06e69edb573e277fa37003c56fa58a4287b7051e41bebc7af4cf7422dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b069f8368f85550b7a1e06bf5223cc14aca92f08575d5a5a5fbed57be59f8c5857fce65926d27118cb9ca9e0b2b7596a21babe64da2175de5e512934bef21f6
|
7
|
+
data.tar.gz: c2f32c408e55f199be0f0af0c5ac65f8e7f4ca0487cf3071b9eec16ee0e8363be6f314ef14b87fff693142a991bf3e8b486940b9c705c680d79e56add7a9748a
|
data/CHANGELOG.md
CHANGED
@@ -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); `
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|