@googleapis/sasportal 1.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +83 -0
- package/README.md +4 -23
- package/build/v1alpha1.d.ts +110 -34
- package/build/v1alpha1.js +2 -1
- package/build/v1alpha1.js.map +1 -1
- package/package.json +2 -2
- package/v1alpha1.ts +114 -36
package/v1alpha1.ts
CHANGED
|
@@ -146,6 +146,19 @@ export namespace sasportal_v1alpha1 {
|
|
|
146
146
|
*/
|
|
147
147
|
role?: string | null;
|
|
148
148
|
}
|
|
149
|
+
/**
|
|
150
|
+
* The channel with score.
|
|
151
|
+
*/
|
|
152
|
+
export interface Schema$SasPortalChannelWithScore {
|
|
153
|
+
/**
|
|
154
|
+
* The frequency range of the channel.
|
|
155
|
+
*/
|
|
156
|
+
frequencyRange?: Schema$SasPortalFrequencyRange;
|
|
157
|
+
/**
|
|
158
|
+
* The channel score, normalized to be in [0,100].
|
|
159
|
+
*/
|
|
160
|
+
score?: number | null;
|
|
161
|
+
}
|
|
149
162
|
/**
|
|
150
163
|
* Request for CreateSignedDevice.
|
|
151
164
|
*/
|
|
@@ -180,18 +193,14 @@ export namespace sasportal_v1alpha1 {
|
|
|
180
193
|
* The Deployment.
|
|
181
194
|
*/
|
|
182
195
|
export interface Schema$SasPortalDeployment {
|
|
183
|
-
/**
|
|
184
|
-
* The allowed billing modes under this deployment.
|
|
185
|
-
*/
|
|
186
|
-
allowedBillingModes?: string[] | null;
|
|
187
|
-
/**
|
|
188
|
-
* Default billing mode for the deployment and devices under it.
|
|
189
|
-
*/
|
|
190
|
-
defaultBillingMode?: string | null;
|
|
191
196
|
/**
|
|
192
197
|
* The deployment's display name.
|
|
193
198
|
*/
|
|
194
199
|
displayName?: string | null;
|
|
200
|
+
/**
|
|
201
|
+
* Output only. The FRNs copied from its direct parent.
|
|
202
|
+
*/
|
|
203
|
+
frns?: string[] | null;
|
|
195
204
|
/**
|
|
196
205
|
* Output only. Resource name.
|
|
197
206
|
*/
|
|
@@ -206,6 +215,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
206
215
|
* Output only. Current configuration of the device as registered to the SAS.
|
|
207
216
|
*/
|
|
208
217
|
activeConfig?: Schema$SasPortalDeviceConfig;
|
|
218
|
+
/**
|
|
219
|
+
* Output only. Current channels with scores.
|
|
220
|
+
*/
|
|
221
|
+
currentChannels?: Schema$SasPortalChannelWithScore[];
|
|
209
222
|
/**
|
|
210
223
|
* Device parameters that can be overridden by both SAS Portal and SAS registration requests.
|
|
211
224
|
*/
|
|
@@ -341,7 +354,28 @@ export namespace sasportal_v1alpha1 {
|
|
|
341
354
|
/**
|
|
342
355
|
* Device data overridable by both SAS Portal and registration requests.
|
|
343
356
|
*/
|
|
344
|
-
export interface Schema$SasPortalDeviceMetadata {
|
|
357
|
+
export interface Schema$SasPortalDeviceMetadata {
|
|
358
|
+
/**
|
|
359
|
+
* If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:PatternId
|
|
360
|
+
*/
|
|
361
|
+
antennaModel?: string | null;
|
|
362
|
+
/**
|
|
363
|
+
* CCG. A group of CBSDs in the same ICG requesting a common primary channel assignment. See CBRSA-TS-2001 V3.0.0 for more details.
|
|
364
|
+
*/
|
|
365
|
+
commonChannelGroup?: string | null;
|
|
366
|
+
/**
|
|
367
|
+
* ICG. A group of CBSDs that manage their own interference with the group. See CBRSA-TS-2001 V3.0.0 for more details.
|
|
368
|
+
*/
|
|
369
|
+
interferenceCoordinationGroup?: string | null;
|
|
370
|
+
/**
|
|
371
|
+
* Output only. Whether a CPI has validated to have coordinated with the National Quiet Zone office.
|
|
372
|
+
*/
|
|
373
|
+
nrqzValidated?: boolean | null;
|
|
374
|
+
/**
|
|
375
|
+
* Output only. National Radio Quiet Zone validation info.
|
|
376
|
+
*/
|
|
377
|
+
nrqzValidation?: Schema$SasPortalNrqzValidation;
|
|
378
|
+
}
|
|
345
379
|
/**
|
|
346
380
|
* Information about the model of the device.
|
|
347
381
|
*/
|
|
@@ -576,6 +610,27 @@ export namespace sasportal_v1alpha1 {
|
|
|
576
610
|
*/
|
|
577
611
|
sasUserIds?: string[] | null;
|
|
578
612
|
}
|
|
613
|
+
/**
|
|
614
|
+
* Information about National Radio Quiet Zone validation. The presence of the field indicates the device has been validated.
|
|
615
|
+
*/
|
|
616
|
+
export interface Schema$SasPortalNrqzValidation {
|
|
617
|
+
/**
|
|
618
|
+
* Validation case id.
|
|
619
|
+
*/
|
|
620
|
+
caseId?: string | null;
|
|
621
|
+
/**
|
|
622
|
+
* CPI who signed the validation.
|
|
623
|
+
*/
|
|
624
|
+
cpiId?: string | null;
|
|
625
|
+
/**
|
|
626
|
+
* Device latitude associated with the validation.
|
|
627
|
+
*/
|
|
628
|
+
latitude?: number | null;
|
|
629
|
+
/**
|
|
630
|
+
* Device longitude associated with the validation.
|
|
631
|
+
*/
|
|
632
|
+
longitude?: number | null;
|
|
633
|
+
}
|
|
579
634
|
/**
|
|
580
635
|
* This resource represents a long-running operation that is the result of a network API call.
|
|
581
636
|
*/
|
|
@@ -618,6 +673,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
618
673
|
* Request message for `SetPolicy` method.
|
|
619
674
|
*/
|
|
620
675
|
export interface Schema$SasPortalSetPolicyRequest {
|
|
676
|
+
/**
|
|
677
|
+
* Optional. Set the field as true when we would like to disable the onboarding notification.
|
|
678
|
+
*/
|
|
679
|
+
disableNotification?: boolean | null;
|
|
621
680
|
/**
|
|
622
681
|
* Required. The policy to be applied to the `resource`.
|
|
623
682
|
*/
|
|
@@ -1209,9 +1268,8 @@ export namespace sasportal_v1alpha1 {
|
|
|
1209
1268
|
* requestBody: {
|
|
1210
1269
|
* // request body parameters
|
|
1211
1270
|
* // {
|
|
1212
|
-
* // "allowedBillingModes": [],
|
|
1213
|
-
* // "defaultBillingMode": "my_defaultBillingMode",
|
|
1214
1271
|
* // "displayName": "my_displayName",
|
|
1272
|
+
* // "frns": [],
|
|
1215
1273
|
* // "name": "my_name",
|
|
1216
1274
|
* // "sasUserIds": []
|
|
1217
1275
|
* // }
|
|
@@ -1221,9 +1279,8 @@ export namespace sasportal_v1alpha1 {
|
|
|
1221
1279
|
*
|
|
1222
1280
|
* // Example response
|
|
1223
1281
|
* // {
|
|
1224
|
-
* // "allowedBillingModes": [],
|
|
1225
|
-
* // "defaultBillingMode": "my_defaultBillingMode",
|
|
1226
1282
|
* // "displayName": "my_displayName",
|
|
1283
|
+
* // "frns": [],
|
|
1227
1284
|
* // "name": "my_name",
|
|
1228
1285
|
* // "sasUserIds": []
|
|
1229
1286
|
* // }
|
|
@@ -1481,9 +1538,8 @@ export namespace sasportal_v1alpha1 {
|
|
|
1481
1538
|
*
|
|
1482
1539
|
* // Example response
|
|
1483
1540
|
* // {
|
|
1484
|
-
* // "allowedBillingModes": [],
|
|
1485
|
-
* // "defaultBillingMode": "my_defaultBillingMode",
|
|
1486
1541
|
* // "displayName": "my_displayName",
|
|
1542
|
+
* // "frns": [],
|
|
1487
1543
|
* // "name": "my_name",
|
|
1488
1544
|
* // "sasUserIds": []
|
|
1489
1545
|
* // }
|
|
@@ -1905,9 +1961,8 @@ export namespace sasportal_v1alpha1 {
|
|
|
1905
1961
|
* requestBody: {
|
|
1906
1962
|
* // request body parameters
|
|
1907
1963
|
* // {
|
|
1908
|
-
* // "allowedBillingModes": [],
|
|
1909
|
-
* // "defaultBillingMode": "my_defaultBillingMode",
|
|
1910
1964
|
* // "displayName": "my_displayName",
|
|
1965
|
+
* // "frns": [],
|
|
1911
1966
|
* // "name": "my_name",
|
|
1912
1967
|
* // "sasUserIds": []
|
|
1913
1968
|
* // }
|
|
@@ -1917,9 +1972,8 @@ export namespace sasportal_v1alpha1 {
|
|
|
1917
1972
|
*
|
|
1918
1973
|
* // Example response
|
|
1919
1974
|
* // {
|
|
1920
|
-
* // "allowedBillingModes": [],
|
|
1921
|
-
* // "defaultBillingMode": "my_defaultBillingMode",
|
|
1922
1975
|
* // "displayName": "my_displayName",
|
|
1976
|
+
* // "frns": [],
|
|
1923
1977
|
* // "name": "my_name",
|
|
1924
1978
|
* // "sasUserIds": []
|
|
1925
1979
|
* // }
|
|
@@ -2132,6 +2186,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
2132
2186
|
* // request body parameters
|
|
2133
2187
|
* // {
|
|
2134
2188
|
* // "activeConfig": {},
|
|
2189
|
+
* // "currentChannels": [],
|
|
2135
2190
|
* // "deviceMetadata": {},
|
|
2136
2191
|
* // "displayName": "my_displayName",
|
|
2137
2192
|
* // "fccId": "my_fccId",
|
|
@@ -2149,6 +2204,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
2149
2204
|
* // Example response
|
|
2150
2205
|
* // {
|
|
2151
2206
|
* // "activeConfig": {},
|
|
2207
|
+
* // "currentChannels": [],
|
|
2152
2208
|
* // "deviceMetadata": {},
|
|
2153
2209
|
* // "displayName": "my_displayName",
|
|
2154
2210
|
* // "fccId": "my_fccId",
|
|
@@ -2296,6 +2352,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
2296
2352
|
* // Example response
|
|
2297
2353
|
* // {
|
|
2298
2354
|
* // "activeConfig": {},
|
|
2355
|
+
* // "currentChannels": [],
|
|
2299
2356
|
* // "deviceMetadata": {},
|
|
2300
2357
|
* // "displayName": "my_displayName",
|
|
2301
2358
|
* // "fccId": "my_fccId",
|
|
@@ -2363,7 +2420,8 @@ export namespace sasportal_v1alpha1 {
|
|
|
2363
2420
|
|
|
2364
2421
|
if (typeof paramsOrCallback === 'function') {
|
|
2365
2422
|
callback = paramsOrCallback;
|
|
2366
|
-
params =
|
|
2423
|
+
params =
|
|
2424
|
+
{} as Params$Resource$Customers$Deployments$Devices$Createsigned;
|
|
2367
2425
|
options = {};
|
|
2368
2426
|
}
|
|
2369
2427
|
|
|
@@ -2630,6 +2688,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
2630
2688
|
* // request body parameters
|
|
2631
2689
|
* // {
|
|
2632
2690
|
* // "activeConfig": {},
|
|
2691
|
+
* // "currentChannels": [],
|
|
2633
2692
|
* // "deviceMetadata": {},
|
|
2634
2693
|
* // "displayName": "my_displayName",
|
|
2635
2694
|
* // "fccId": "my_fccId",
|
|
@@ -2647,6 +2706,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
2647
2706
|
* // Example response
|
|
2648
2707
|
* // {
|
|
2649
2708
|
* // "activeConfig": {},
|
|
2709
|
+
* // "currentChannels": [],
|
|
2650
2710
|
* // "deviceMetadata": {},
|
|
2651
2711
|
* // "displayName": "my_displayName",
|
|
2652
2712
|
* // "fccId": "my_fccId",
|
|
@@ -2794,6 +2854,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
2794
2854
|
* // Example response
|
|
2795
2855
|
* // {
|
|
2796
2856
|
* // "activeConfig": {},
|
|
2857
|
+
* // "currentChannels": [],
|
|
2797
2858
|
* // "deviceMetadata": {},
|
|
2798
2859
|
* // "displayName": "my_displayName",
|
|
2799
2860
|
* // "fccId": "my_fccId",
|
|
@@ -3056,6 +3117,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
3056
3117
|
* // Example response
|
|
3057
3118
|
* // {
|
|
3058
3119
|
* // "activeConfig": {},
|
|
3120
|
+
* // "currentChannels": [],
|
|
3059
3121
|
* // "deviceMetadata": {},
|
|
3060
3122
|
* // "displayName": "my_displayName",
|
|
3061
3123
|
* // "fccId": "my_fccId",
|
|
@@ -3482,6 +3544,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
3482
3544
|
* // request body parameters
|
|
3483
3545
|
* // {
|
|
3484
3546
|
* // "activeConfig": {},
|
|
3547
|
+
* // "currentChannels": [],
|
|
3485
3548
|
* // "deviceMetadata": {},
|
|
3486
3549
|
* // "displayName": "my_displayName",
|
|
3487
3550
|
* // "fccId": "my_fccId",
|
|
@@ -3499,6 +3562,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
3499
3562
|
* // Example response
|
|
3500
3563
|
* // {
|
|
3501
3564
|
* // "activeConfig": {},
|
|
3565
|
+
* // "currentChannels": [],
|
|
3502
3566
|
* // "deviceMetadata": {},
|
|
3503
3567
|
* // "displayName": "my_displayName",
|
|
3504
3568
|
* // "fccId": "my_fccId",
|
|
@@ -3778,6 +3842,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
3778
3842
|
* // Example response
|
|
3779
3843
|
* // {
|
|
3780
3844
|
* // "activeConfig": {},
|
|
3845
|
+
* // "currentChannels": [],
|
|
3781
3846
|
* // "deviceMetadata": {},
|
|
3782
3847
|
* // "displayName": "my_displayName",
|
|
3783
3848
|
* // "fccId": "my_fccId",
|
|
@@ -4939,9 +5004,8 @@ export namespace sasportal_v1alpha1 {
|
|
|
4939
5004
|
* requestBody: {
|
|
4940
5005
|
* // request body parameters
|
|
4941
5006
|
* // {
|
|
4942
|
-
* // "allowedBillingModes": [],
|
|
4943
|
-
* // "defaultBillingMode": "my_defaultBillingMode",
|
|
4944
5007
|
* // "displayName": "my_displayName",
|
|
5008
|
+
* // "frns": [],
|
|
4945
5009
|
* // "name": "my_name",
|
|
4946
5010
|
* // "sasUserIds": []
|
|
4947
5011
|
* // }
|
|
@@ -4951,9 +5015,8 @@ export namespace sasportal_v1alpha1 {
|
|
|
4951
5015
|
*
|
|
4952
5016
|
* // Example response
|
|
4953
5017
|
* // {
|
|
4954
|
-
* // "allowedBillingModes": [],
|
|
4955
|
-
* // "defaultBillingMode": "my_defaultBillingMode",
|
|
4956
5018
|
* // "displayName": "my_displayName",
|
|
5019
|
+
* // "frns": [],
|
|
4957
5020
|
* // "name": "my_name",
|
|
4958
5021
|
* // "sasUserIds": []
|
|
4959
5022
|
* // }
|
|
@@ -5272,6 +5335,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
5272
5335
|
* // request body parameters
|
|
5273
5336
|
* // {
|
|
5274
5337
|
* // "activeConfig": {},
|
|
5338
|
+
* // "currentChannels": [],
|
|
5275
5339
|
* // "deviceMetadata": {},
|
|
5276
5340
|
* // "displayName": "my_displayName",
|
|
5277
5341
|
* // "fccId": "my_fccId",
|
|
@@ -5289,6 +5353,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
5289
5353
|
* // Example response
|
|
5290
5354
|
* // {
|
|
5291
5355
|
* // "activeConfig": {},
|
|
5356
|
+
* // "currentChannels": [],
|
|
5292
5357
|
* // "deviceMetadata": {},
|
|
5293
5358
|
* // "displayName": "my_displayName",
|
|
5294
5359
|
* // "fccId": "my_fccId",
|
|
@@ -5436,6 +5501,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
5436
5501
|
* // Example response
|
|
5437
5502
|
* // {
|
|
5438
5503
|
* // "activeConfig": {},
|
|
5504
|
+
* // "currentChannels": [],
|
|
5439
5505
|
* // "deviceMetadata": {},
|
|
5440
5506
|
* // "displayName": "my_displayName",
|
|
5441
5507
|
* // "fccId": "my_fccId",
|
|
@@ -6094,9 +6160,8 @@ export namespace sasportal_v1alpha1 {
|
|
|
6094
6160
|
*
|
|
6095
6161
|
* // Example response
|
|
6096
6162
|
* // {
|
|
6097
|
-
* // "allowedBillingModes": [],
|
|
6098
|
-
* // "defaultBillingMode": "my_defaultBillingMode",
|
|
6099
6163
|
* // "displayName": "my_displayName",
|
|
6164
|
+
* // "frns": [],
|
|
6100
6165
|
* // "name": "my_name",
|
|
6101
6166
|
* // "sasUserIds": []
|
|
6102
6167
|
* // }
|
|
@@ -6365,6 +6430,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
6365
6430
|
* // Example response
|
|
6366
6431
|
* // {
|
|
6367
6432
|
* // "activeConfig": {},
|
|
6433
|
+
* // "currentChannels": [],
|
|
6368
6434
|
* // "deviceMetadata": {},
|
|
6369
6435
|
* // "displayName": "my_displayName",
|
|
6370
6436
|
* // "fccId": "my_fccId",
|
|
@@ -6646,6 +6712,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
6646
6712
|
* // request body parameters
|
|
6647
6713
|
* // {
|
|
6648
6714
|
* // "activeConfig": {},
|
|
6715
|
+
* // "currentChannels": [],
|
|
6649
6716
|
* // "deviceMetadata": {},
|
|
6650
6717
|
* // "displayName": "my_displayName",
|
|
6651
6718
|
* // "fccId": "my_fccId",
|
|
@@ -6663,6 +6730,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
6663
6730
|
* // Example response
|
|
6664
6731
|
* // {
|
|
6665
6732
|
* // "activeConfig": {},
|
|
6733
|
+
* // "currentChannels": [],
|
|
6666
6734
|
* // "deviceMetadata": {},
|
|
6667
6735
|
* // "displayName": "my_displayName",
|
|
6668
6736
|
* // "fccId": "my_fccId",
|
|
@@ -6942,6 +7010,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
6942
7010
|
* // Example response
|
|
6943
7011
|
* // {
|
|
6944
7012
|
* // "activeConfig": {},
|
|
7013
|
+
* // "currentChannels": [],
|
|
6945
7014
|
* // "deviceMetadata": {},
|
|
6946
7015
|
* // "displayName": "my_displayName",
|
|
6947
7016
|
* // "fccId": "my_fccId",
|
|
@@ -7732,9 +7801,8 @@ export namespace sasportal_v1alpha1 {
|
|
|
7732
7801
|
*
|
|
7733
7802
|
* // Example response
|
|
7734
7803
|
* // {
|
|
7735
|
-
* // "allowedBillingModes": [],
|
|
7736
|
-
* // "defaultBillingMode": "my_defaultBillingMode",
|
|
7737
7804
|
* // "displayName": "my_displayName",
|
|
7805
|
+
* // "frns": [],
|
|
7738
7806
|
* // "name": "my_name",
|
|
7739
7807
|
* // "sasUserIds": []
|
|
7740
7808
|
* // }
|
|
@@ -8156,9 +8224,8 @@ export namespace sasportal_v1alpha1 {
|
|
|
8156
8224
|
* requestBody: {
|
|
8157
8225
|
* // request body parameters
|
|
8158
8226
|
* // {
|
|
8159
|
-
* // "allowedBillingModes": [],
|
|
8160
|
-
* // "defaultBillingMode": "my_defaultBillingMode",
|
|
8161
8227
|
* // "displayName": "my_displayName",
|
|
8228
|
+
* // "frns": [],
|
|
8162
8229
|
* // "name": "my_name",
|
|
8163
8230
|
* // "sasUserIds": []
|
|
8164
8231
|
* // }
|
|
@@ -8168,9 +8235,8 @@ export namespace sasportal_v1alpha1 {
|
|
|
8168
8235
|
*
|
|
8169
8236
|
* // Example response
|
|
8170
8237
|
* // {
|
|
8171
|
-
* // "allowedBillingModes": [],
|
|
8172
|
-
* // "defaultBillingMode": "my_defaultBillingMode",
|
|
8173
8238
|
* // "displayName": "my_displayName",
|
|
8239
|
+
* // "frns": [],
|
|
8174
8240
|
* // "name": "my_name",
|
|
8175
8241
|
* // "sasUserIds": []
|
|
8176
8242
|
* // }
|
|
@@ -8371,6 +8437,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
8371
8437
|
* // request body parameters
|
|
8372
8438
|
* // {
|
|
8373
8439
|
* // "activeConfig": {},
|
|
8440
|
+
* // "currentChannels": [],
|
|
8374
8441
|
* // "deviceMetadata": {},
|
|
8375
8442
|
* // "displayName": "my_displayName",
|
|
8376
8443
|
* // "fccId": "my_fccId",
|
|
@@ -8388,6 +8455,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
8388
8455
|
* // Example response
|
|
8389
8456
|
* // {
|
|
8390
8457
|
* // "activeConfig": {},
|
|
8458
|
+
* // "currentChannels": [],
|
|
8391
8459
|
* // "deviceMetadata": {},
|
|
8392
8460
|
* // "displayName": "my_displayName",
|
|
8393
8461
|
* // "fccId": "my_fccId",
|
|
@@ -8535,6 +8603,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
8535
8603
|
* // Example response
|
|
8536
8604
|
* // {
|
|
8537
8605
|
* // "activeConfig": {},
|
|
8606
|
+
* // "currentChannels": [],
|
|
8538
8607
|
* // "deviceMetadata": {},
|
|
8539
8608
|
* // "displayName": "my_displayName",
|
|
8540
8609
|
* // "fccId": "my_fccId",
|
|
@@ -8869,6 +8938,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
8869
8938
|
* // request body parameters
|
|
8870
8939
|
* // {
|
|
8871
8940
|
* // "activeConfig": {},
|
|
8941
|
+
* // "currentChannels": [],
|
|
8872
8942
|
* // "deviceMetadata": {},
|
|
8873
8943
|
* // "displayName": "my_displayName",
|
|
8874
8944
|
* // "fccId": "my_fccId",
|
|
@@ -8886,6 +8956,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
8886
8956
|
* // Example response
|
|
8887
8957
|
* // {
|
|
8888
8958
|
* // "activeConfig": {},
|
|
8959
|
+
* // "currentChannels": [],
|
|
8889
8960
|
* // "deviceMetadata": {},
|
|
8890
8961
|
* // "displayName": "my_displayName",
|
|
8891
8962
|
* // "fccId": "my_fccId",
|
|
@@ -9033,6 +9104,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
9033
9104
|
* // Example response
|
|
9034
9105
|
* // {
|
|
9035
9106
|
* // "activeConfig": {},
|
|
9107
|
+
* // "currentChannels": [],
|
|
9036
9108
|
* // "deviceMetadata": {},
|
|
9037
9109
|
* // "displayName": "my_displayName",
|
|
9038
9110
|
* // "fccId": "my_fccId",
|
|
@@ -9295,6 +9367,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
9295
9367
|
* // Example response
|
|
9296
9368
|
* // {
|
|
9297
9369
|
* // "activeConfig": {},
|
|
9370
|
+
* // "currentChannels": [],
|
|
9298
9371
|
* // "deviceMetadata": {},
|
|
9299
9372
|
* // "displayName": "my_displayName",
|
|
9300
9373
|
* // "fccId": "my_fccId",
|
|
@@ -9721,6 +9794,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
9721
9794
|
* // request body parameters
|
|
9722
9795
|
* // {
|
|
9723
9796
|
* // "activeConfig": {},
|
|
9797
|
+
* // "currentChannels": [],
|
|
9724
9798
|
* // "deviceMetadata": {},
|
|
9725
9799
|
* // "displayName": "my_displayName",
|
|
9726
9800
|
* // "fccId": "my_fccId",
|
|
@@ -9738,6 +9812,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
9738
9812
|
* // Example response
|
|
9739
9813
|
* // {
|
|
9740
9814
|
* // "activeConfig": {},
|
|
9815
|
+
* // "currentChannels": [],
|
|
9741
9816
|
* // "deviceMetadata": {},
|
|
9742
9817
|
* // "displayName": "my_displayName",
|
|
9743
9818
|
* // "fccId": "my_fccId",
|
|
@@ -10017,6 +10092,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
10017
10092
|
* // Example response
|
|
10018
10093
|
* // {
|
|
10019
10094
|
* // "activeConfig": {},
|
|
10095
|
+
* // "currentChannels": [],
|
|
10020
10096
|
* // "deviceMetadata": {},
|
|
10021
10097
|
* // "displayName": "my_displayName",
|
|
10022
10098
|
* // "fccId": "my_fccId",
|
|
@@ -11172,9 +11248,8 @@ export namespace sasportal_v1alpha1 {
|
|
|
11172
11248
|
* requestBody: {
|
|
11173
11249
|
* // request body parameters
|
|
11174
11250
|
* // {
|
|
11175
|
-
* // "allowedBillingModes": [],
|
|
11176
|
-
* // "defaultBillingMode": "my_defaultBillingMode",
|
|
11177
11251
|
* // "displayName": "my_displayName",
|
|
11252
|
+
* // "frns": [],
|
|
11178
11253
|
* // "name": "my_name",
|
|
11179
11254
|
* // "sasUserIds": []
|
|
11180
11255
|
* // }
|
|
@@ -11184,9 +11259,8 @@ export namespace sasportal_v1alpha1 {
|
|
|
11184
11259
|
*
|
|
11185
11260
|
* // Example response
|
|
11186
11261
|
* // {
|
|
11187
|
-
* // "allowedBillingModes": [],
|
|
11188
|
-
* // "defaultBillingMode": "my_defaultBillingMode",
|
|
11189
11262
|
* // "displayName": "my_displayName",
|
|
11263
|
+
* // "frns": [],
|
|
11190
11264
|
* // "name": "my_name",
|
|
11191
11265
|
* // "sasUserIds": []
|
|
11192
11266
|
* // }
|
|
@@ -11505,6 +11579,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
11505
11579
|
* // request body parameters
|
|
11506
11580
|
* // {
|
|
11507
11581
|
* // "activeConfig": {},
|
|
11582
|
+
* // "currentChannels": [],
|
|
11508
11583
|
* // "deviceMetadata": {},
|
|
11509
11584
|
* // "displayName": "my_displayName",
|
|
11510
11585
|
* // "fccId": "my_fccId",
|
|
@@ -11522,6 +11597,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
11522
11597
|
* // Example response
|
|
11523
11598
|
* // {
|
|
11524
11599
|
* // "activeConfig": {},
|
|
11600
|
+
* // "currentChannels": [],
|
|
11525
11601
|
* // "deviceMetadata": {},
|
|
11526
11602
|
* // "displayName": "my_displayName",
|
|
11527
11603
|
* // "fccId": "my_fccId",
|
|
@@ -11669,6 +11745,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
11669
11745
|
* // Example response
|
|
11670
11746
|
* // {
|
|
11671
11747
|
* // "activeConfig": {},
|
|
11748
|
+
* // "currentChannels": [],
|
|
11672
11749
|
* // "deviceMetadata": {},
|
|
11673
11750
|
* // "displayName": "my_displayName",
|
|
11674
11751
|
* // "fccId": "my_fccId",
|
|
@@ -12456,6 +12533,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
12456
12533
|
* requestBody: {
|
|
12457
12534
|
* // request body parameters
|
|
12458
12535
|
* // {
|
|
12536
|
+
* // "disableNotification": false,
|
|
12459
12537
|
* // "policy": {},
|
|
12460
12538
|
* // "resource": "my_resource"
|
|
12461
12539
|
* // }
|