google-apis-prod_tt_sasportal_v1alpha1 0.37.0 → 0.39.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: 94bee2233296a701f598f99983c07e056993887b6c2f93e3638374374992c814
4
- data.tar.gz: dc6663a62281526055d5596fed59903c2d205f682868354fcbf4f8d90636c01d
3
+ metadata.gz: 841fb83b364a96b1b96cef763edff378a5ac364fd53075b2937d101796966299
4
+ data.tar.gz: 7b0ea2ee94e6af97f18ab3e62dbacbb4fec521350f1425a3ced123c0192c0592
5
5
  SHA512:
6
- metadata.gz: acc149dbbe828859e7fa64aa83aef98f916c8d9ea991f679e32378c854cc9dc8c9666c6cdd0aae915f3f227bf151d9469e9f2c5ba87a79825f922d262fc3af2f
7
- data.tar.gz: 9d2bc64f1b8fc398951a63b425a0ddd14f65df2b4892a7c020bdd1ed0fc192a4088d6b28bdffc5883d892b5ab32659a20a97d00afb144cb11c9698b2b03cd1bd
6
+ metadata.gz: 420cdf6d8d022e2f1bb19c1456d58b7e6a7785d2173be2a482a5e47e12c1ed8654936f1a1b749d711f0133d1387c3dc4d3435dd4515460869ad56928b671055a
7
+ data.tar.gz: 7d1d53ffd56dae8f454cb041a69cc304a8bbfc126882babf8fb54d7c3454f8d6560922ead5bd55d307c1bfadf3b50ee72e8741640b6c0a2c2bf7d80aa3ebb01b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-prod_tt_sasportal_v1alpha1
2
2
 
3
+ ### v0.39.0 (2023-12-24)
4
+
5
+ * Regenerated from discovery document revision 20231219
6
+
7
+ ### v0.38.0 (2023-11-12)
8
+
9
+ * Regenerated from discovery document revision 20231106
10
+
3
11
  ### v0.37.0 (2023-09-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20230921
@@ -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)
@@ -901,6 +889,26 @@ module Google
901
889
  end
902
890
  end
903
891
 
892
+ # Response for [ListLegacyOrganizations]. [spectrum.sas.portal.v1alpha1.
893
+ # Provisioning.ListLegacyOrganizations].
894
+ class SasPortalListLegacyOrganizationsResponse
895
+ include Google::Apis::Core::Hashable
896
+
897
+ # Optional. IDs of legacy SAS organizations.
898
+ # Corresponds to the JSON property `organizationIds`
899
+ # @return [Array<Fixnum>]
900
+ attr_accessor :organization_ids
901
+
902
+ def initialize(**args)
903
+ update!(**args)
904
+ end
905
+
906
+ # Update properties of this object
907
+ def update!(**args)
908
+ @organization_ids = args[:organization_ids] if args.key?(:organization_ids)
909
+ end
910
+ end
911
+
904
912
  # Response for ListNodes.
905
913
  class SasPortalListNodesResponse
906
914
  include Google::Apis::Core::Hashable
@@ -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.37.0"
19
+ GEM_VERSION = "0.39.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 = "20230921"
25
+ REVISION = "20231219"
26
26
  end
27
27
  end
28
28
  end
@@ -160,6 +160,12 @@ module Google
160
160
  include Google::Apis::Core::JsonObjectSupport
161
161
  end
162
162
 
163
+ class SasPortalListLegacyOrganizationsResponse
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
163
169
  class SasPortalListNodesResponse
164
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
165
171
 
@@ -503,11 +509,9 @@ module Google
503
509
  property :antenna_beamwidth, as: 'antennaBeamwidth'
504
510
  property :antenna_downtilt, as: 'antennaDowntilt'
505
511
  property :antenna_gain, as: 'antennaGain'
506
- property :antenna_gain_new_field, as: 'antennaGainNewField'
507
512
  property :antenna_model, as: 'antennaModel'
508
513
  property :cpe_cbsd_indication, as: 'cpeCbsdIndication'
509
514
  property :eirp_capability, as: 'eirpCapability'
510
- property :eirp_capability_new_field, as: 'eirpCapabilityNewField'
511
515
  property :height, as: 'height'
512
516
  property :height_type, as: 'heightType'
513
517
  property :horizontal_accuracy, as: 'horizontalAccuracy'
@@ -545,6 +549,13 @@ module Google
545
549
  end
546
550
  end
547
551
 
552
+ class SasPortalListLegacyOrganizationsResponse
553
+ # @private
554
+ class Representation < Google::Apis::Core::JsonRepresentation
555
+ collection :organization_ids, as: 'organizationIds'
556
+ end
557
+ end
558
+
548
559
  class SasPortalListNodesResponse
549
560
  # @private
550
561
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -140,6 +140,33 @@ module Google
140
140
  execute_or_queue_command(command, &block)
141
141
  end
142
142
 
143
+ # Checks whether account is legacy.
144
+ # @param [String] fields
145
+ # Selector specifying which fields to include in a partial response.
146
+ # @param [String] quota_user
147
+ # Available to use for quota purposes for server-side applications. Can be any
148
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
149
+ # @param [Google::Apis::RequestOptions] options
150
+ # Request-specific options
151
+ #
152
+ # @yield [result, err] Result & error if block supplied
153
+ # @yieldparam result [Google::Apis::ProdTtSasportalV1alpha1::SasPortalListLegacyOrganizationsResponse] parsed result object
154
+ # @yieldparam err [StandardError] error object if request failed
155
+ #
156
+ # @return [Google::Apis::ProdTtSasportalV1alpha1::SasPortalListLegacyOrganizationsResponse]
157
+ #
158
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
159
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
160
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
161
+ def list_customer_legacy_organizations(fields: nil, quota_user: nil, options: nil, &block)
162
+ command = make_simple_command(:get, 'v1alpha1/customers:listLegacyOrganizations', options)
163
+ command.response_representation = Google::Apis::ProdTtSasportalV1alpha1::SasPortalListLegacyOrganizationsResponse::Representation
164
+ command.response_class = Google::Apis::ProdTtSasportalV1alpha1::SasPortalListLegacyOrganizationsResponse
165
+ command.query['fields'] = fields unless fields.nil?
166
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
167
+ execute_or_queue_command(command, &block)
168
+ end
169
+
143
170
  # Migrates a SAS organization to the cloud. This will create GCP projects for
144
171
  # each deployment and associate them. The SAS Organization is linked to the gcp
145
172
  # project that called the command. go/sas-legacy-customer-migration
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.37.0
4
+ version: 0.39.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-09-24 00:00:00.000000000 Z
11
+ date: 2023-12-24 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.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.39.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: []