google-apis-sasportal_v1alpha1 0.38.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: 43303e6348eceeef787ea599de5c2b7236921665dc2a3cd614a2825c28adfdb5
4
- data.tar.gz: 17690720a88b0ba9efbc3fd64fb690d48f3058c2cedcb45f3d05c68261652d7c
3
+ metadata.gz: 310032810f9bb46937b6d7239f6a978d4012ee9a5ae5cca9807a0faa84de1a87
4
+ data.tar.gz: 32d681f26945ba877a0567924190e6fd7c85cf76f0edbca7cddb3acd44cdaabe
5
5
  SHA512:
6
- metadata.gz: 193f3334658861c63c19b4ea41090cce84b159af1bca8228361390cd7d531d87db92699a88b8c9538b36c745f106259e3d040f20999940a2b24245029b0b3f84
7
- data.tar.gz: 6f0d1639997994cb2fddc55eff238a8de1332df3a8fb74cee7a8e2a870032f742e8b85147883c40de65001b75ee0ad3d1922be812618cb5e57a496518e32f766
6
+ metadata.gz: e0fbb2b26e6905c3d521054aa7427bd8644f8335439802e4cfced1ba143ccd54791d853aa9d6baab54ed095522bbd04a62894340602f9fe142f9f92e42052455
7
+ data.tar.gz: c7118b312653367a89d35d7159278facf33ce021f6e8cfcbbb24f4e4b0727148384d0b1628c492a24a3607f9479b72a6a945dd00a5bd8b7980c66d5c3cc9b5f6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.39.0 (2024-01-23)
4
+
5
+ * Regenerated from discovery document revision 20240110
6
+ * Regenerated using generator version 0.13.0
7
+
3
8
  ### v0.38.0 (2023-12-24)
4
9
 
5
10
  * Regenerated from discovery document revision 20231220
@@ -242,7 +242,8 @@ module Google
242
242
  # @return [String]
243
243
  attr_accessor :display_name
244
244
 
245
- # The FCC identifier of the device.
245
+ # The FCC identifier of the device. Refer to https://www.fcc.gov/oet/ea/fccid
246
+ # for FccID format.
246
247
  # Corresponds to the JSON property `fccId`
247
248
  # @return [String]
248
249
  attr_accessor :fcc_id
@@ -894,10 +895,10 @@ module Google
894
895
  class SasPortalListLegacyOrganizationsResponse
895
896
  include Google::Apis::Core::Hashable
896
897
 
897
- # Optional. IDs of legacy SAS organizations.
898
- # Corresponds to the JSON property `organizationIds`
899
- # @return [Array<Fixnum>]
900
- attr_accessor :organization_ids
898
+ # Optional. Legacy SAS organizations.
899
+ # Corresponds to the JSON property `organizations`
900
+ # @return [Array<Google::Apis::SasportalV1alpha1::SasPortalOrganization>]
901
+ attr_accessor :organizations
901
902
 
902
903
  def initialize(**args)
903
904
  update!(**args)
@@ -905,7 +906,7 @@ module Google
905
906
 
906
907
  # Update properties of this object
907
908
  def update!(**args)
908
- @organization_ids = args[:organization_ids] if args.key?(:organization_ids)
909
+ @organizations = args[:organizations] if args.key?(:organizations)
909
910
  end
910
911
  end
911
912
 
@@ -1194,6 +1195,31 @@ module Google
1194
1195
  end
1195
1196
  end
1196
1197
 
1198
+ # Organization details.
1199
+ class SasPortalOrganization
1200
+ include Google::Apis::Core::Hashable
1201
+
1202
+ # Name of organization
1203
+ # Corresponds to the JSON property `displayName`
1204
+ # @return [String]
1205
+ attr_accessor :display_name
1206
+
1207
+ # Id of organization
1208
+ # Corresponds to the JSON property `id`
1209
+ # @return [Fixnum]
1210
+ attr_accessor :id
1211
+
1212
+ def initialize(**args)
1213
+ update!(**args)
1214
+ end
1215
+
1216
+ # Update properties of this object
1217
+ def update!(**args)
1218
+ @display_name = args[:display_name] if args.key?(:display_name)
1219
+ @id = args[:id] if args.key?(:id)
1220
+ end
1221
+ end
1222
+
1197
1223
  # Defines an access control policy to the resources.
1198
1224
  class SasPortalPolicy
1199
1225
  include Google::Apis::Core::Hashable
@@ -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.38.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231220"
25
+ REVISION = "20240110"
26
26
  end
27
27
  end
28
28
  end
@@ -226,6 +226,12 @@ module Google
226
226
  include Google::Apis::Core::JsonObjectSupport
227
227
  end
228
228
 
229
+ class SasPortalOrganization
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
229
235
  class SasPortalPolicy
230
236
  class Representation < Google::Apis::Core::JsonRepresentation; end
231
237
 
@@ -552,7 +558,8 @@ module Google
552
558
  class SasPortalListLegacyOrganizationsResponse
553
559
  # @private
554
560
  class Representation < Google::Apis::Core::JsonRepresentation
555
- collection :organization_ids, as: 'organizationIds'
561
+ collection :organizations, as: 'organizations', class: Google::Apis::SasportalV1alpha1::SasPortalOrganization, decorator: Google::Apis::SasportalV1alpha1::SasPortalOrganization::Representation
562
+
556
563
  end
557
564
  end
558
565
 
@@ -640,6 +647,14 @@ module Google
640
647
  end
641
648
  end
642
649
 
650
+ class SasPortalOrganization
651
+ # @private
652
+ class Representation < Google::Apis::Core::JsonRepresentation
653
+ property :display_name, as: 'displayName'
654
+ property :id, :numeric_string => true, as: 'id'
655
+ end
656
+ end
657
+
643
658
  class SasPortalPolicy
644
659
  # @private
645
660
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://developers.google.com/spectrum-access-system/
34
34
  class SasportalService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://sasportal.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://sasportal.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-sasportal_v1alpha1',
48
50
  client_version: Google::Apis::SasportalV1alpha1::GEM_VERSION)
49
51
  @batch_path = 'batch'
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.38.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-12-24 00:00:00.000000000 Z
11
+ date: 2024-01-23 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.11.0
19
+ version: 0.12.0
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.11.0
29
+ version: 0.12.0
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/main/generated/google-apis-sasportal_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sasportal_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for SAS Portal API V1alpha1