google-apis-prod_tt_sasportal_v1alpha1 0.36.0 → 0.38.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: 44250e5dd68d10c4485842ed44e2092f2f74b325f1c54f791df85ebaafcb6ca7
4
- data.tar.gz: 2a4291fe4656ba7f4a06acebe8a8c73a81971d579c9ec14321ba01727f4adbf1
3
+ metadata.gz: b9d0e6169f59f44168dadb441ba70080d72b1f30cbb3d9c1e94536d23daa6f86
4
+ data.tar.gz: 0ed0b80cad2e296e82bbaec57e89ed129e67cb301593bb9f6356d6b291dbd950
5
5
  SHA512:
6
- metadata.gz: b5c77027aa0006751217b3cdb154efd92d9f3e2a98390aad0cf9a42aad99c946a9aba6f01a1510387dc3e1b7ab5c5a2b8a38d59ced2abdded9697624f5b62808
7
- data.tar.gz: e3e1f69eda111dcb164a6ffc938d70ba4842fcf6a0d914e5edac81611da513ce9cb8f07ed936e1481fa483440c1d4504e4282493f5a96a81a17b8a052450cba6
6
+ metadata.gz: 98f9d2186a351e4c84c239bf47400a7579a20d63b1cccc2f1d9cf36bfaefc92ff85616b2f2a2a44165ba73e2648acd350dbd9845909cf694d23fc91db52e8197
7
+ data.tar.gz: 91eb2b4629f94254962dd34a4599e18bc709a49babd0042c9095ff351c3ba763f613f13cb9e84c7d2397a9ecf0a7bd277371d98597eb998bd9a44aef92b9d19a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-prod_tt_sasportal_v1alpha1
2
2
 
3
+ ### v0.38.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231106
6
+
7
+ ### v0.37.0 (2023-09-24)
8
+
9
+ * Regenerated from discovery document revision 20230921
10
+
3
11
  ### v0.36.0 (2023-08-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20230816
@@ -718,11 +718,6 @@ module Google
718
718
  # @return [Fixnum]
719
719
  attr_accessor :antenna_gain
720
720
 
721
- # As above, but as a DoubleValue.
722
- # Corresponds to the JSON property `antennaGainNewField`
723
- # @return [Float]
724
- attr_accessor :antenna_gain_new_field
725
-
726
721
  # If an external antenna is used, the antenna model is optionally provided in
727
722
  # this field. The string has a maximum length of 128 octets.
728
723
  # Corresponds to the JSON property `antennaModel`
@@ -743,11 +738,6 @@ module Google
743
738
  # @return [Fixnum]
744
739
  attr_accessor :eirp_capability
745
740
 
746
- # As above, but as a DoubleValue.
747
- # Corresponds to the JSON property `eirpCapabilityNewField`
748
- # @return [Float]
749
- attr_accessor :eirp_capability_new_field
750
-
751
741
  # Device antenna height in meters. When the `heightType` parameter value is "AGL"
752
742
  # , the antenna height should be given relative to ground level. When the `
753
743
  # heightType` parameter value is "AMSL", it is given with respect to WGS84 datum.
@@ -805,11 +795,9 @@ module Google
805
795
  @antenna_beamwidth = args[:antenna_beamwidth] if args.key?(:antenna_beamwidth)
806
796
  @antenna_downtilt = args[:antenna_downtilt] if args.key?(:antenna_downtilt)
807
797
  @antenna_gain = args[:antenna_gain] if args.key?(:antenna_gain)
808
- @antenna_gain_new_field = args[:antenna_gain_new_field] if args.key?(:antenna_gain_new_field)
809
798
  @antenna_model = args[:antenna_model] if args.key?(:antenna_model)
810
799
  @cpe_cbsd_indication = args[:cpe_cbsd_indication] if args.key?(:cpe_cbsd_indication)
811
800
  @eirp_capability = args[:eirp_capability] if args.key?(:eirp_capability)
812
- @eirp_capability_new_field = args[:eirp_capability_new_field] if args.key?(:eirp_capability_new_field)
813
801
  @height = args[:height] if args.key?(:height)
814
802
  @height_type = args[:height_type] if args.key?(:height_type)
815
803
  @horizontal_accuracy = args[:horizontal_accuracy] if args.key?(:horizontal_accuracy)
@@ -1326,12 +1314,19 @@ module Google
1326
1314
  class SasPortalSetupSasAnalyticsRequest
1327
1315
  include Google::Apis::Core::Hashable
1328
1316
 
1317
+ # Optional. User id to setup analytics for, if not provided the user id
1318
+ # associated with the project is used. optional
1319
+ # Corresponds to the JSON property `userId`
1320
+ # @return [String]
1321
+ attr_accessor :user_id
1322
+
1329
1323
  def initialize(**args)
1330
1324
  update!(**args)
1331
1325
  end
1332
1326
 
1333
1327
  # Update properties of this object
1334
1328
  def update!(**args)
1329
+ @user_id = args[:user_id] if args.key?(:user_id)
1335
1330
  end
1336
1331
  end
1337
1332
 
@@ -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.36.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230816"
25
+ REVISION = "20231106"
26
26
  end
27
27
  end
28
28
  end
@@ -503,11 +503,9 @@ module Google
503
503
  property :antenna_beamwidth, as: 'antennaBeamwidth'
504
504
  property :antenna_downtilt, as: 'antennaDowntilt'
505
505
  property :antenna_gain, as: 'antennaGain'
506
- property :antenna_gain_new_field, as: 'antennaGainNewField'
507
506
  property :antenna_model, as: 'antennaModel'
508
507
  property :cpe_cbsd_indication, as: 'cpeCbsdIndication'
509
508
  property :eirp_capability, as: 'eirpCapability'
510
- property :eirp_capability_new_field, as: 'eirpCapabilityNewField'
511
509
  property :height, as: 'height'
512
510
  property :height_type, as: 'heightType'
513
511
  property :horizontal_accuracy, as: 'horizontalAccuracy'
@@ -673,6 +671,7 @@ module Google
673
671
  class SasPortalSetupSasAnalyticsRequest
674
672
  # @private
675
673
  class Representation < Google::Apis::Core::JsonRepresentation
674
+ property :user_id, as: 'userId'
676
675
  end
677
676
  end
678
677
 
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.36.0
4
+ version: 0.38.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: 2023-08-27 00:00:00.000000000 Z
11
+ date: 2023-11-12 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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.38.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: []