@googleapis/sasportal 21.0.0 → 23.0.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 +29 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v1alpha1.js.map +1 -1
- package/package.json +1 -1
- package/v1alpha1.ts +75 -150
package/v1alpha1.ts
CHANGED
|
@@ -2119,12 +2119,9 @@ export namespace sasportal_v1alpha1 {
|
|
|
2119
2119
|
*/
|
|
2120
2120
|
pageToken?: string;
|
|
2121
2121
|
}
|
|
2122
|
-
export interface Params$Resource$Customers$Listgcpprojectdeployments
|
|
2123
|
-
|
|
2124
|
-
export interface Params$Resource$Customers$
|
|
2125
|
-
extends StandardParameters {}
|
|
2126
|
-
export interface Params$Resource$Customers$Migrateorganization
|
|
2127
|
-
extends StandardParameters {
|
|
2122
|
+
export interface Params$Resource$Customers$Listgcpprojectdeployments extends StandardParameters {}
|
|
2123
|
+
export interface Params$Resource$Customers$Listlegacyorganizations extends StandardParameters {}
|
|
2124
|
+
export interface Params$Resource$Customers$Migrateorganization extends StandardParameters {
|
|
2128
2125
|
/**
|
|
2129
2126
|
* Request body metadata
|
|
2130
2127
|
*/
|
|
@@ -2145,15 +2142,13 @@ export namespace sasportal_v1alpha1 {
|
|
|
2145
2142
|
*/
|
|
2146
2143
|
requestBody?: Schema$SasPortalCustomer;
|
|
2147
2144
|
}
|
|
2148
|
-
export interface Params$Resource$Customers$Provisiondeployment
|
|
2149
|
-
extends StandardParameters {
|
|
2145
|
+
export interface Params$Resource$Customers$Provisiondeployment extends StandardParameters {
|
|
2150
2146
|
/**
|
|
2151
2147
|
* Request body metadata
|
|
2152
2148
|
*/
|
|
2153
2149
|
requestBody?: Schema$SasPortalProvisionDeploymentRequest;
|
|
2154
2150
|
}
|
|
2155
|
-
export interface Params$Resource$Customers$Setupsasanalytics
|
|
2156
|
-
extends StandardParameters {
|
|
2151
|
+
export interface Params$Resource$Customers$Setupsasanalytics extends StandardParameters {
|
|
2157
2152
|
/**
|
|
2158
2153
|
* Request body metadata
|
|
2159
2154
|
*/
|
|
@@ -3060,8 +3055,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
3060
3055
|
}
|
|
3061
3056
|
}
|
|
3062
3057
|
|
|
3063
|
-
export interface Params$Resource$Customers$Deployments$Create
|
|
3064
|
-
extends StandardParameters {
|
|
3058
|
+
export interface Params$Resource$Customers$Deployments$Create extends StandardParameters {
|
|
3065
3059
|
/**
|
|
3066
3060
|
* Required. The parent resource name where the deployment is to be created.
|
|
3067
3061
|
*/
|
|
@@ -3072,22 +3066,19 @@ export namespace sasportal_v1alpha1 {
|
|
|
3072
3066
|
*/
|
|
3073
3067
|
requestBody?: Schema$SasPortalDeployment;
|
|
3074
3068
|
}
|
|
3075
|
-
export interface Params$Resource$Customers$Deployments$Delete
|
|
3076
|
-
extends StandardParameters {
|
|
3069
|
+
export interface Params$Resource$Customers$Deployments$Delete extends StandardParameters {
|
|
3077
3070
|
/**
|
|
3078
3071
|
* Required. The name of the deployment.
|
|
3079
3072
|
*/
|
|
3080
3073
|
name?: string;
|
|
3081
3074
|
}
|
|
3082
|
-
export interface Params$Resource$Customers$Deployments$Get
|
|
3083
|
-
extends StandardParameters {
|
|
3075
|
+
export interface Params$Resource$Customers$Deployments$Get extends StandardParameters {
|
|
3084
3076
|
/**
|
|
3085
3077
|
* Required. The name of the deployment.
|
|
3086
3078
|
*/
|
|
3087
3079
|
name?: string;
|
|
3088
3080
|
}
|
|
3089
|
-
export interface Params$Resource$Customers$Deployments$List
|
|
3090
|
-
extends StandardParameters {
|
|
3081
|
+
export interface Params$Resource$Customers$Deployments$List extends StandardParameters {
|
|
3091
3082
|
/**
|
|
3092
3083
|
* The filter expression. The filter should have the following format: "DIRECT_CHILDREN" or format: "direct_children". The filter is case insensitive. If empty, then no deployments are filtered.
|
|
3093
3084
|
*/
|
|
@@ -3105,8 +3096,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
3105
3096
|
*/
|
|
3106
3097
|
parent?: string;
|
|
3107
3098
|
}
|
|
3108
|
-
export interface Params$Resource$Customers$Deployments$Move
|
|
3109
|
-
extends StandardParameters {
|
|
3099
|
+
export interface Params$Resource$Customers$Deployments$Move extends StandardParameters {
|
|
3110
3100
|
/**
|
|
3111
3101
|
* Required. The name of the deployment to move.
|
|
3112
3102
|
*/
|
|
@@ -3117,8 +3107,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
3117
3107
|
*/
|
|
3118
3108
|
requestBody?: Schema$SasPortalMoveDeploymentRequest;
|
|
3119
3109
|
}
|
|
3120
|
-
export interface Params$Resource$Customers$Deployments$Patch
|
|
3121
|
-
extends StandardParameters {
|
|
3110
|
+
export interface Params$Resource$Customers$Deployments$Patch extends StandardParameters {
|
|
3122
3111
|
/**
|
|
3123
3112
|
* Output only. Resource name.
|
|
3124
3113
|
*/
|
|
@@ -3622,8 +3611,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
3622
3611
|
}
|
|
3623
3612
|
}
|
|
3624
3613
|
|
|
3625
|
-
export interface Params$Resource$Customers$Deployments$Devices$Create
|
|
3626
|
-
extends StandardParameters {
|
|
3614
|
+
export interface Params$Resource$Customers$Deployments$Devices$Create extends StandardParameters {
|
|
3627
3615
|
/**
|
|
3628
3616
|
* Required. The name of the parent resource.
|
|
3629
3617
|
*/
|
|
@@ -3634,8 +3622,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
3634
3622
|
*/
|
|
3635
3623
|
requestBody?: Schema$SasPortalDevice;
|
|
3636
3624
|
}
|
|
3637
|
-
export interface Params$Resource$Customers$Deployments$Devices$Createsigned
|
|
3638
|
-
extends StandardParameters {
|
|
3625
|
+
export interface Params$Resource$Customers$Deployments$Devices$Createsigned extends StandardParameters {
|
|
3639
3626
|
/**
|
|
3640
3627
|
* Required. The name of the parent resource.
|
|
3641
3628
|
*/
|
|
@@ -3646,8 +3633,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
3646
3633
|
*/
|
|
3647
3634
|
requestBody?: Schema$SasPortalCreateSignedDeviceRequest;
|
|
3648
3635
|
}
|
|
3649
|
-
export interface Params$Resource$Customers$Deployments$Devices$List
|
|
3650
|
-
extends StandardParameters {
|
|
3636
|
+
export interface Params$Resource$Customers$Deployments$Devices$List extends StandardParameters {
|
|
3651
3637
|
/**
|
|
3652
3638
|
* The filter expression. The filter should have one of the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds to serial number of the device. The filter is case insensitive.
|
|
3653
3639
|
*/
|
|
@@ -5059,8 +5045,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
5059
5045
|
}
|
|
5060
5046
|
}
|
|
5061
5047
|
|
|
5062
|
-
export interface Params$Resource$Customers$Devices$Create
|
|
5063
|
-
extends StandardParameters {
|
|
5048
|
+
export interface Params$Resource$Customers$Devices$Create extends StandardParameters {
|
|
5064
5049
|
/**
|
|
5065
5050
|
* Required. The name of the parent resource.
|
|
5066
5051
|
*/
|
|
@@ -5071,8 +5056,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
5071
5056
|
*/
|
|
5072
5057
|
requestBody?: Schema$SasPortalDevice;
|
|
5073
5058
|
}
|
|
5074
|
-
export interface Params$Resource$Customers$Devices$Createsigned
|
|
5075
|
-
extends StandardParameters {
|
|
5059
|
+
export interface Params$Resource$Customers$Devices$Createsigned extends StandardParameters {
|
|
5076
5060
|
/**
|
|
5077
5061
|
* Required. The name of the parent resource.
|
|
5078
5062
|
*/
|
|
@@ -5083,22 +5067,19 @@ export namespace sasportal_v1alpha1 {
|
|
|
5083
5067
|
*/
|
|
5084
5068
|
requestBody?: Schema$SasPortalCreateSignedDeviceRequest;
|
|
5085
5069
|
}
|
|
5086
|
-
export interface Params$Resource$Customers$Devices$Delete
|
|
5087
|
-
extends StandardParameters {
|
|
5070
|
+
export interface Params$Resource$Customers$Devices$Delete extends StandardParameters {
|
|
5088
5071
|
/**
|
|
5089
5072
|
* Required. The name of the device.
|
|
5090
5073
|
*/
|
|
5091
5074
|
name?: string;
|
|
5092
5075
|
}
|
|
5093
|
-
export interface Params$Resource$Customers$Devices$Get
|
|
5094
|
-
extends StandardParameters {
|
|
5076
|
+
export interface Params$Resource$Customers$Devices$Get extends StandardParameters {
|
|
5095
5077
|
/**
|
|
5096
5078
|
* Required. The name of the device.
|
|
5097
5079
|
*/
|
|
5098
5080
|
name?: string;
|
|
5099
5081
|
}
|
|
5100
|
-
export interface Params$Resource$Customers$Devices$List
|
|
5101
|
-
extends StandardParameters {
|
|
5082
|
+
export interface Params$Resource$Customers$Devices$List extends StandardParameters {
|
|
5102
5083
|
/**
|
|
5103
5084
|
* The filter expression. The filter should have one of the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds to serial number of the device. The filter is case insensitive.
|
|
5104
5085
|
*/
|
|
@@ -5116,8 +5097,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
5116
5097
|
*/
|
|
5117
5098
|
parent?: string;
|
|
5118
5099
|
}
|
|
5119
|
-
export interface Params$Resource$Customers$Devices$Move
|
|
5120
|
-
extends StandardParameters {
|
|
5100
|
+
export interface Params$Resource$Customers$Devices$Move extends StandardParameters {
|
|
5121
5101
|
/**
|
|
5122
5102
|
* Required. The name of the device to move.
|
|
5123
5103
|
*/
|
|
@@ -5128,8 +5108,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
5128
5108
|
*/
|
|
5129
5109
|
requestBody?: Schema$SasPortalMoveDeviceRequest;
|
|
5130
5110
|
}
|
|
5131
|
-
export interface Params$Resource$Customers$Devices$Patch
|
|
5132
|
-
extends StandardParameters {
|
|
5111
|
+
export interface Params$Resource$Customers$Devices$Patch extends StandardParameters {
|
|
5133
5112
|
/**
|
|
5134
5113
|
* Output only. The resource path name.
|
|
5135
5114
|
*/
|
|
@@ -5144,8 +5123,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
5144
5123
|
*/
|
|
5145
5124
|
requestBody?: Schema$SasPortalDevice;
|
|
5146
5125
|
}
|
|
5147
|
-
export interface Params$Resource$Customers$Devices$Signdevice
|
|
5148
|
-
extends StandardParameters {
|
|
5126
|
+
export interface Params$Resource$Customers$Devices$Signdevice extends StandardParameters {
|
|
5149
5127
|
/**
|
|
5150
5128
|
* Output only. The resource path name.
|
|
5151
5129
|
*/
|
|
@@ -5156,8 +5134,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
5156
5134
|
*/
|
|
5157
5135
|
requestBody?: Schema$SasPortalSignDeviceRequest;
|
|
5158
5136
|
}
|
|
5159
|
-
export interface Params$Resource$Customers$Devices$Updatesigned
|
|
5160
|
-
extends StandardParameters {
|
|
5137
|
+
export interface Params$Resource$Customers$Devices$Updatesigned extends StandardParameters {
|
|
5161
5138
|
/**
|
|
5162
5139
|
* Required. The name of the device to update.
|
|
5163
5140
|
*/
|
|
@@ -5687,8 +5664,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
5687
5664
|
list(
|
|
5688
5665
|
params: Params$Resource$Customers$Nodes$List,
|
|
5689
5666
|
options:
|
|
5690
|
-
|
|
|
5691
|
-
| BodyResponseCallback<Schema$SasPortalListNodesResponse>,
|
|
5667
|
+
MethodOptions | BodyResponseCallback<Schema$SasPortalListNodesResponse>,
|
|
5692
5668
|
callback: BodyResponseCallback<Schema$SasPortalListNodesResponse>
|
|
5693
5669
|
): void;
|
|
5694
5670
|
list(
|
|
@@ -6062,8 +6038,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
6062
6038
|
}
|
|
6063
6039
|
}
|
|
6064
6040
|
|
|
6065
|
-
export interface Params$Resource$Customers$Nodes$Create
|
|
6066
|
-
extends StandardParameters {
|
|
6041
|
+
export interface Params$Resource$Customers$Nodes$Create extends StandardParameters {
|
|
6067
6042
|
/**
|
|
6068
6043
|
* Required. The parent resource name where the node is to be created.
|
|
6069
6044
|
*/
|
|
@@ -6074,22 +6049,19 @@ export namespace sasportal_v1alpha1 {
|
|
|
6074
6049
|
*/
|
|
6075
6050
|
requestBody?: Schema$SasPortalNode;
|
|
6076
6051
|
}
|
|
6077
|
-
export interface Params$Resource$Customers$Nodes$Delete
|
|
6078
|
-
extends StandardParameters {
|
|
6052
|
+
export interface Params$Resource$Customers$Nodes$Delete extends StandardParameters {
|
|
6079
6053
|
/**
|
|
6080
6054
|
* Required. The name of the node.
|
|
6081
6055
|
*/
|
|
6082
6056
|
name?: string;
|
|
6083
6057
|
}
|
|
6084
|
-
export interface Params$Resource$Customers$Nodes$Get
|
|
6085
|
-
extends StandardParameters {
|
|
6058
|
+
export interface Params$Resource$Customers$Nodes$Get extends StandardParameters {
|
|
6086
6059
|
/**
|
|
6087
6060
|
* Required. The name of the node.
|
|
6088
6061
|
*/
|
|
6089
6062
|
name?: string;
|
|
6090
6063
|
}
|
|
6091
|
-
export interface Params$Resource$Customers$Nodes$List
|
|
6092
|
-
extends StandardParameters {
|
|
6064
|
+
export interface Params$Resource$Customers$Nodes$List extends StandardParameters {
|
|
6093
6065
|
/**
|
|
6094
6066
|
* The filter expression. The filter should have the following format: "DIRECT_CHILDREN" or format: "direct_children". The filter is case insensitive. If empty, then no nodes are filtered.
|
|
6095
6067
|
*/
|
|
@@ -6107,8 +6079,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
6107
6079
|
*/
|
|
6108
6080
|
parent?: string;
|
|
6109
6081
|
}
|
|
6110
|
-
export interface Params$Resource$Customers$Nodes$Move
|
|
6111
|
-
extends StandardParameters {
|
|
6082
|
+
export interface Params$Resource$Customers$Nodes$Move extends StandardParameters {
|
|
6112
6083
|
/**
|
|
6113
6084
|
* Required. The name of the node to move.
|
|
6114
6085
|
*/
|
|
@@ -6119,8 +6090,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
6119
6090
|
*/
|
|
6120
6091
|
requestBody?: Schema$SasPortalMoveNodeRequest;
|
|
6121
6092
|
}
|
|
6122
|
-
export interface Params$Resource$Customers$Nodes$Patch
|
|
6123
|
-
extends StandardParameters {
|
|
6093
|
+
export interface Params$Resource$Customers$Nodes$Patch extends StandardParameters {
|
|
6124
6094
|
/**
|
|
6125
6095
|
* Output only. Resource name.
|
|
6126
6096
|
*/
|
|
@@ -6454,8 +6424,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
6454
6424
|
}
|
|
6455
6425
|
}
|
|
6456
6426
|
|
|
6457
|
-
export interface Params$Resource$Customers$Nodes$Deployments$Create
|
|
6458
|
-
extends StandardParameters {
|
|
6427
|
+
export interface Params$Resource$Customers$Nodes$Deployments$Create extends StandardParameters {
|
|
6459
6428
|
/**
|
|
6460
6429
|
* Required. The parent resource name where the deployment is to be created.
|
|
6461
6430
|
*/
|
|
@@ -6466,8 +6435,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
6466
6435
|
*/
|
|
6467
6436
|
requestBody?: Schema$SasPortalDeployment;
|
|
6468
6437
|
}
|
|
6469
|
-
export interface Params$Resource$Customers$Nodes$Deployments$List
|
|
6470
|
-
extends StandardParameters {
|
|
6438
|
+
export interface Params$Resource$Customers$Nodes$Deployments$List extends StandardParameters {
|
|
6471
6439
|
/**
|
|
6472
6440
|
* The filter expression. The filter should have the following format: "DIRECT_CHILDREN" or format: "direct_children". The filter is case insensitive. If empty, then no deployments are filtered.
|
|
6473
6441
|
*/
|
|
@@ -6973,8 +6941,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
6973
6941
|
}
|
|
6974
6942
|
}
|
|
6975
6943
|
|
|
6976
|
-
export interface Params$Resource$Customers$Nodes$Devices$Create
|
|
6977
|
-
extends StandardParameters {
|
|
6944
|
+
export interface Params$Resource$Customers$Nodes$Devices$Create extends StandardParameters {
|
|
6978
6945
|
/**
|
|
6979
6946
|
* Required. The name of the parent resource.
|
|
6980
6947
|
*/
|
|
@@ -6985,8 +6952,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
6985
6952
|
*/
|
|
6986
6953
|
requestBody?: Schema$SasPortalDevice;
|
|
6987
6954
|
}
|
|
6988
|
-
export interface Params$Resource$Customers$Nodes$Devices$Createsigned
|
|
6989
|
-
extends StandardParameters {
|
|
6955
|
+
export interface Params$Resource$Customers$Nodes$Devices$Createsigned extends StandardParameters {
|
|
6990
6956
|
/**
|
|
6991
6957
|
* Required. The name of the parent resource.
|
|
6992
6958
|
*/
|
|
@@ -6997,8 +6963,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
6997
6963
|
*/
|
|
6998
6964
|
requestBody?: Schema$SasPortalCreateSignedDeviceRequest;
|
|
6999
6965
|
}
|
|
7000
|
-
export interface Params$Resource$Customers$Nodes$Devices$List
|
|
7001
|
-
extends StandardParameters {
|
|
6966
|
+
export interface Params$Resource$Customers$Nodes$Devices$List extends StandardParameters {
|
|
7002
6967
|
/**
|
|
7003
6968
|
* The filter expression. The filter should have one of the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds to serial number of the device. The filter is case insensitive.
|
|
7004
6969
|
*/
|
|
@@ -7255,8 +7220,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
7255
7220
|
list(
|
|
7256
7221
|
params: Params$Resource$Customers$Nodes$Nodes$List,
|
|
7257
7222
|
options:
|
|
7258
|
-
|
|
|
7259
|
-
| BodyResponseCallback<Schema$SasPortalListNodesResponse>,
|
|
7223
|
+
MethodOptions | BodyResponseCallback<Schema$SasPortalListNodesResponse>,
|
|
7260
7224
|
callback: BodyResponseCallback<Schema$SasPortalListNodesResponse>
|
|
7261
7225
|
): void;
|
|
7262
7226
|
list(
|
|
@@ -7327,8 +7291,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
7327
7291
|
}
|
|
7328
7292
|
}
|
|
7329
7293
|
|
|
7330
|
-
export interface Params$Resource$Customers$Nodes$Nodes$Create
|
|
7331
|
-
extends StandardParameters {
|
|
7294
|
+
export interface Params$Resource$Customers$Nodes$Nodes$Create extends StandardParameters {
|
|
7332
7295
|
/**
|
|
7333
7296
|
* Required. The parent resource name where the node is to be created.
|
|
7334
7297
|
*/
|
|
@@ -7339,8 +7302,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
7339
7302
|
*/
|
|
7340
7303
|
requestBody?: Schema$SasPortalNode;
|
|
7341
7304
|
}
|
|
7342
|
-
export interface Params$Resource$Customers$Nodes$Nodes$List
|
|
7343
|
-
extends StandardParameters {
|
|
7305
|
+
export interface Params$Resource$Customers$Nodes$Nodes$List extends StandardParameters {
|
|
7344
7306
|
/**
|
|
7345
7307
|
* The filter expression. The filter should have the following format: "DIRECT_CHILDREN" or format: "direct_children". The filter is case insensitive. If empty, then no nodes are filtered.
|
|
7346
7308
|
*/
|
|
@@ -8427,22 +8389,19 @@ export namespace sasportal_v1alpha1 {
|
|
|
8427
8389
|
}
|
|
8428
8390
|
}
|
|
8429
8391
|
|
|
8430
|
-
export interface Params$Resource$Deployments$Devices$Delete
|
|
8431
|
-
extends StandardParameters {
|
|
8392
|
+
export interface Params$Resource$Deployments$Devices$Delete extends StandardParameters {
|
|
8432
8393
|
/**
|
|
8433
8394
|
* Required. The name of the device.
|
|
8434
8395
|
*/
|
|
8435
8396
|
name?: string;
|
|
8436
8397
|
}
|
|
8437
|
-
export interface Params$Resource$Deployments$Devices$Get
|
|
8438
|
-
extends StandardParameters {
|
|
8398
|
+
export interface Params$Resource$Deployments$Devices$Get extends StandardParameters {
|
|
8439
8399
|
/**
|
|
8440
8400
|
* Required. The name of the device.
|
|
8441
8401
|
*/
|
|
8442
8402
|
name?: string;
|
|
8443
8403
|
}
|
|
8444
|
-
export interface Params$Resource$Deployments$Devices$Move
|
|
8445
|
-
extends StandardParameters {
|
|
8404
|
+
export interface Params$Resource$Deployments$Devices$Move extends StandardParameters {
|
|
8446
8405
|
/**
|
|
8447
8406
|
* Required. The name of the device to move.
|
|
8448
8407
|
*/
|
|
@@ -8453,8 +8412,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
8453
8412
|
*/
|
|
8454
8413
|
requestBody?: Schema$SasPortalMoveDeviceRequest;
|
|
8455
8414
|
}
|
|
8456
|
-
export interface Params$Resource$Deployments$Devices$Patch
|
|
8457
|
-
extends StandardParameters {
|
|
8415
|
+
export interface Params$Resource$Deployments$Devices$Patch extends StandardParameters {
|
|
8458
8416
|
/**
|
|
8459
8417
|
* Output only. The resource path name.
|
|
8460
8418
|
*/
|
|
@@ -8469,8 +8427,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
8469
8427
|
*/
|
|
8470
8428
|
requestBody?: Schema$SasPortalDevice;
|
|
8471
8429
|
}
|
|
8472
|
-
export interface Params$Resource$Deployments$Devices$Signdevice
|
|
8473
|
-
extends StandardParameters {
|
|
8430
|
+
export interface Params$Resource$Deployments$Devices$Signdevice extends StandardParameters {
|
|
8474
8431
|
/**
|
|
8475
8432
|
* Output only. The resource path name.
|
|
8476
8433
|
*/
|
|
@@ -8481,8 +8438,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
8481
8438
|
*/
|
|
8482
8439
|
requestBody?: Schema$SasPortalSignDeviceRequest;
|
|
8483
8440
|
}
|
|
8484
|
-
export interface Params$Resource$Deployments$Devices$Updatesigned
|
|
8485
|
-
extends StandardParameters {
|
|
8441
|
+
export interface Params$Resource$Deployments$Devices$Updatesigned extends StandardParameters {
|
|
8486
8442
|
/**
|
|
8487
8443
|
* Required. The name of the device to update.
|
|
8488
8444
|
*/
|
|
@@ -8805,15 +8761,13 @@ export namespace sasportal_v1alpha1 {
|
|
|
8805
8761
|
}
|
|
8806
8762
|
}
|
|
8807
8763
|
|
|
8808
|
-
export interface Params$Resource$Installer$Generatesecret
|
|
8809
|
-
extends StandardParameters {
|
|
8764
|
+
export interface Params$Resource$Installer$Generatesecret extends StandardParameters {
|
|
8810
8765
|
/**
|
|
8811
8766
|
* Request body metadata
|
|
8812
8767
|
*/
|
|
8813
8768
|
requestBody?: Schema$SasPortalGenerateSecretRequest;
|
|
8814
8769
|
}
|
|
8815
|
-
export interface Params$Resource$Installer$Validate
|
|
8816
|
-
extends StandardParameters {
|
|
8770
|
+
export interface Params$Resource$Installer$Validate extends StandardParameters {
|
|
8817
8771
|
/**
|
|
8818
8772
|
* Request body metadata
|
|
8819
8773
|
*/
|
|
@@ -9724,22 +9678,19 @@ export namespace sasportal_v1alpha1 {
|
|
|
9724
9678
|
}
|
|
9725
9679
|
}
|
|
9726
9680
|
|
|
9727
|
-
export interface Params$Resource$Nodes$Deployments$Delete
|
|
9728
|
-
extends StandardParameters {
|
|
9681
|
+
export interface Params$Resource$Nodes$Deployments$Delete extends StandardParameters {
|
|
9729
9682
|
/**
|
|
9730
9683
|
* Required. The name of the deployment.
|
|
9731
9684
|
*/
|
|
9732
9685
|
name?: string;
|
|
9733
9686
|
}
|
|
9734
|
-
export interface Params$Resource$Nodes$Deployments$Get
|
|
9735
|
-
extends StandardParameters {
|
|
9687
|
+
export interface Params$Resource$Nodes$Deployments$Get extends StandardParameters {
|
|
9736
9688
|
/**
|
|
9737
9689
|
* Required. The name of the deployment.
|
|
9738
9690
|
*/
|
|
9739
9691
|
name?: string;
|
|
9740
9692
|
}
|
|
9741
|
-
export interface Params$Resource$Nodes$Deployments$List
|
|
9742
|
-
extends StandardParameters {
|
|
9693
|
+
export interface Params$Resource$Nodes$Deployments$List extends StandardParameters {
|
|
9743
9694
|
/**
|
|
9744
9695
|
* The filter expression. The filter should have the following format: "DIRECT_CHILDREN" or format: "direct_children". The filter is case insensitive. If empty, then no deployments are filtered.
|
|
9745
9696
|
*/
|
|
@@ -9757,8 +9708,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
9757
9708
|
*/
|
|
9758
9709
|
parent?: string;
|
|
9759
9710
|
}
|
|
9760
|
-
export interface Params$Resource$Nodes$Deployments$Move
|
|
9761
|
-
extends StandardParameters {
|
|
9711
|
+
export interface Params$Resource$Nodes$Deployments$Move extends StandardParameters {
|
|
9762
9712
|
/**
|
|
9763
9713
|
* Required. The name of the deployment to move.
|
|
9764
9714
|
*/
|
|
@@ -9769,8 +9719,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
9769
9719
|
*/
|
|
9770
9720
|
requestBody?: Schema$SasPortalMoveDeploymentRequest;
|
|
9771
9721
|
}
|
|
9772
|
-
export interface Params$Resource$Nodes$Deployments$Patch
|
|
9773
|
-
extends StandardParameters {
|
|
9722
|
+
export interface Params$Resource$Nodes$Deployments$Patch extends StandardParameters {
|
|
9774
9723
|
/**
|
|
9775
9724
|
* Output only. Resource name.
|
|
9776
9725
|
*/
|
|
@@ -10273,8 +10222,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
10273
10222
|
}
|
|
10274
10223
|
}
|
|
10275
10224
|
|
|
10276
|
-
export interface Params$Resource$Nodes$Deployments$Devices$Create
|
|
10277
|
-
extends StandardParameters {
|
|
10225
|
+
export interface Params$Resource$Nodes$Deployments$Devices$Create extends StandardParameters {
|
|
10278
10226
|
/**
|
|
10279
10227
|
* Required. The name of the parent resource.
|
|
10280
10228
|
*/
|
|
@@ -10285,8 +10233,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
10285
10233
|
*/
|
|
10286
10234
|
requestBody?: Schema$SasPortalDevice;
|
|
10287
10235
|
}
|
|
10288
|
-
export interface Params$Resource$Nodes$Deployments$Devices$Createsigned
|
|
10289
|
-
extends StandardParameters {
|
|
10236
|
+
export interface Params$Resource$Nodes$Deployments$Devices$Createsigned extends StandardParameters {
|
|
10290
10237
|
/**
|
|
10291
10238
|
* Required. The name of the parent resource.
|
|
10292
10239
|
*/
|
|
@@ -10297,8 +10244,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
10297
10244
|
*/
|
|
10298
10245
|
requestBody?: Schema$SasPortalCreateSignedDeviceRequest;
|
|
10299
10246
|
}
|
|
10300
|
-
export interface Params$Resource$Nodes$Deployments$Devices$List
|
|
10301
|
-
extends StandardParameters {
|
|
10247
|
+
export interface Params$Resource$Nodes$Deployments$Devices$List extends StandardParameters {
|
|
10302
10248
|
/**
|
|
10303
10249
|
* The filter expression. The filter should have one of the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds to serial number of the device. The filter is case insensitive.
|
|
10304
10250
|
*/
|
|
@@ -11710,8 +11656,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
11710
11656
|
}
|
|
11711
11657
|
}
|
|
11712
11658
|
|
|
11713
|
-
export interface Params$Resource$Nodes$Devices$Create
|
|
11714
|
-
extends StandardParameters {
|
|
11659
|
+
export interface Params$Resource$Nodes$Devices$Create extends StandardParameters {
|
|
11715
11660
|
/**
|
|
11716
11661
|
* Required. The name of the parent resource.
|
|
11717
11662
|
*/
|
|
@@ -11722,8 +11667,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
11722
11667
|
*/
|
|
11723
11668
|
requestBody?: Schema$SasPortalDevice;
|
|
11724
11669
|
}
|
|
11725
|
-
export interface Params$Resource$Nodes$Devices$Createsigned
|
|
11726
|
-
extends StandardParameters {
|
|
11670
|
+
export interface Params$Resource$Nodes$Devices$Createsigned extends StandardParameters {
|
|
11727
11671
|
/**
|
|
11728
11672
|
* Required. The name of the parent resource.
|
|
11729
11673
|
*/
|
|
@@ -11734,22 +11678,19 @@ export namespace sasportal_v1alpha1 {
|
|
|
11734
11678
|
*/
|
|
11735
11679
|
requestBody?: Schema$SasPortalCreateSignedDeviceRequest;
|
|
11736
11680
|
}
|
|
11737
|
-
export interface Params$Resource$Nodes$Devices$Delete
|
|
11738
|
-
extends StandardParameters {
|
|
11681
|
+
export interface Params$Resource$Nodes$Devices$Delete extends StandardParameters {
|
|
11739
11682
|
/**
|
|
11740
11683
|
* Required. The name of the device.
|
|
11741
11684
|
*/
|
|
11742
11685
|
name?: string;
|
|
11743
11686
|
}
|
|
11744
|
-
export interface Params$Resource$Nodes$Devices$Get
|
|
11745
|
-
extends StandardParameters {
|
|
11687
|
+
export interface Params$Resource$Nodes$Devices$Get extends StandardParameters {
|
|
11746
11688
|
/**
|
|
11747
11689
|
* Required. The name of the device.
|
|
11748
11690
|
*/
|
|
11749
11691
|
name?: string;
|
|
11750
11692
|
}
|
|
11751
|
-
export interface Params$Resource$Nodes$Devices$List
|
|
11752
|
-
extends StandardParameters {
|
|
11693
|
+
export interface Params$Resource$Nodes$Devices$List extends StandardParameters {
|
|
11753
11694
|
/**
|
|
11754
11695
|
* The filter expression. The filter should have one of the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds to serial number of the device. The filter is case insensitive.
|
|
11755
11696
|
*/
|
|
@@ -11767,8 +11708,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
11767
11708
|
*/
|
|
11768
11709
|
parent?: string;
|
|
11769
11710
|
}
|
|
11770
|
-
export interface Params$Resource$Nodes$Devices$Move
|
|
11771
|
-
extends StandardParameters {
|
|
11711
|
+
export interface Params$Resource$Nodes$Devices$Move extends StandardParameters {
|
|
11772
11712
|
/**
|
|
11773
11713
|
* Required. The name of the device to move.
|
|
11774
11714
|
*/
|
|
@@ -11779,8 +11719,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
11779
11719
|
*/
|
|
11780
11720
|
requestBody?: Schema$SasPortalMoveDeviceRequest;
|
|
11781
11721
|
}
|
|
11782
|
-
export interface Params$Resource$Nodes$Devices$Patch
|
|
11783
|
-
extends StandardParameters {
|
|
11722
|
+
export interface Params$Resource$Nodes$Devices$Patch extends StandardParameters {
|
|
11784
11723
|
/**
|
|
11785
11724
|
* Output only. The resource path name.
|
|
11786
11725
|
*/
|
|
@@ -11795,8 +11734,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
11795
11734
|
*/
|
|
11796
11735
|
requestBody?: Schema$SasPortalDevice;
|
|
11797
11736
|
}
|
|
11798
|
-
export interface Params$Resource$Nodes$Devices$Signdevice
|
|
11799
|
-
extends StandardParameters {
|
|
11737
|
+
export interface Params$Resource$Nodes$Devices$Signdevice extends StandardParameters {
|
|
11800
11738
|
/**
|
|
11801
11739
|
* Output only. The resource path name.
|
|
11802
11740
|
*/
|
|
@@ -11807,8 +11745,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
11807
11745
|
*/
|
|
11808
11746
|
requestBody?: Schema$SasPortalSignDeviceRequest;
|
|
11809
11747
|
}
|
|
11810
|
-
export interface Params$Resource$Nodes$Devices$Updatesigned
|
|
11811
|
-
extends StandardParameters {
|
|
11748
|
+
export interface Params$Resource$Nodes$Devices$Updatesigned extends StandardParameters {
|
|
11812
11749
|
/**
|
|
11813
11750
|
* Required. The name of the device to update.
|
|
11814
11751
|
*/
|
|
@@ -12337,8 +12274,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
12337
12274
|
list(
|
|
12338
12275
|
params: Params$Resource$Nodes$Nodes$List,
|
|
12339
12276
|
options:
|
|
12340
|
-
|
|
|
12341
|
-
| BodyResponseCallback<Schema$SasPortalListNodesResponse>,
|
|
12277
|
+
MethodOptions | BodyResponseCallback<Schema$SasPortalListNodesResponse>,
|
|
12342
12278
|
callback: BodyResponseCallback<Schema$SasPortalListNodesResponse>
|
|
12343
12279
|
): void;
|
|
12344
12280
|
list(
|
|
@@ -12710,8 +12646,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
12710
12646
|
}
|
|
12711
12647
|
}
|
|
12712
12648
|
|
|
12713
|
-
export interface Params$Resource$Nodes$Nodes$Create
|
|
12714
|
-
extends StandardParameters {
|
|
12649
|
+
export interface Params$Resource$Nodes$Nodes$Create extends StandardParameters {
|
|
12715
12650
|
/**
|
|
12716
12651
|
* Required. The parent resource name where the node is to be created.
|
|
12717
12652
|
*/
|
|
@@ -12722,8 +12657,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
12722
12657
|
*/
|
|
12723
12658
|
requestBody?: Schema$SasPortalNode;
|
|
12724
12659
|
}
|
|
12725
|
-
export interface Params$Resource$Nodes$Nodes$Delete
|
|
12726
|
-
extends StandardParameters {
|
|
12660
|
+
export interface Params$Resource$Nodes$Nodes$Delete extends StandardParameters {
|
|
12727
12661
|
/**
|
|
12728
12662
|
* Required. The name of the node.
|
|
12729
12663
|
*/
|
|
@@ -12764,8 +12698,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
12764
12698
|
*/
|
|
12765
12699
|
requestBody?: Schema$SasPortalMoveNodeRequest;
|
|
12766
12700
|
}
|
|
12767
|
-
export interface Params$Resource$Nodes$Nodes$Patch
|
|
12768
|
-
extends StandardParameters {
|
|
12701
|
+
export interface Params$Resource$Nodes$Nodes$Patch extends StandardParameters {
|
|
12769
12702
|
/**
|
|
12770
12703
|
* Output only. Resource name.
|
|
12771
12704
|
*/
|
|
@@ -13099,8 +13032,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
13099
13032
|
}
|
|
13100
13033
|
}
|
|
13101
13034
|
|
|
13102
|
-
export interface Params$Resource$Nodes$Nodes$Deployments$Create
|
|
13103
|
-
extends StandardParameters {
|
|
13035
|
+
export interface Params$Resource$Nodes$Nodes$Deployments$Create extends StandardParameters {
|
|
13104
13036
|
/**
|
|
13105
13037
|
* Required. The parent resource name where the deployment is to be created.
|
|
13106
13038
|
*/
|
|
@@ -13111,8 +13043,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
13111
13043
|
*/
|
|
13112
13044
|
requestBody?: Schema$SasPortalDeployment;
|
|
13113
13045
|
}
|
|
13114
|
-
export interface Params$Resource$Nodes$Nodes$Deployments$List
|
|
13115
|
-
extends StandardParameters {
|
|
13046
|
+
export interface Params$Resource$Nodes$Nodes$Deployments$List extends StandardParameters {
|
|
13116
13047
|
/**
|
|
13117
13048
|
* The filter expression. The filter should have the following format: "DIRECT_CHILDREN" or format: "direct_children". The filter is case insensitive. If empty, then no deployments are filtered.
|
|
13118
13049
|
*/
|
|
@@ -13618,8 +13549,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
13618
13549
|
}
|
|
13619
13550
|
}
|
|
13620
13551
|
|
|
13621
|
-
export interface Params$Resource$Nodes$Nodes$Devices$Create
|
|
13622
|
-
extends StandardParameters {
|
|
13552
|
+
export interface Params$Resource$Nodes$Nodes$Devices$Create extends StandardParameters {
|
|
13623
13553
|
/**
|
|
13624
13554
|
* Required. The name of the parent resource.
|
|
13625
13555
|
*/
|
|
@@ -13630,8 +13560,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
13630
13560
|
*/
|
|
13631
13561
|
requestBody?: Schema$SasPortalDevice;
|
|
13632
13562
|
}
|
|
13633
|
-
export interface Params$Resource$Nodes$Nodes$Devices$Createsigned
|
|
13634
|
-
extends StandardParameters {
|
|
13563
|
+
export interface Params$Resource$Nodes$Nodes$Devices$Createsigned extends StandardParameters {
|
|
13635
13564
|
/**
|
|
13636
13565
|
* Required. The name of the parent resource.
|
|
13637
13566
|
*/
|
|
@@ -13642,8 +13571,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
13642
13571
|
*/
|
|
13643
13572
|
requestBody?: Schema$SasPortalCreateSignedDeviceRequest;
|
|
13644
13573
|
}
|
|
13645
|
-
export interface Params$Resource$Nodes$Nodes$Devices$List
|
|
13646
|
-
extends StandardParameters {
|
|
13574
|
+
export interface Params$Resource$Nodes$Nodes$Devices$List extends StandardParameters {
|
|
13647
13575
|
/**
|
|
13648
13576
|
* The filter expression. The filter should have one of the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds to serial number of the device. The filter is case insensitive.
|
|
13649
13577
|
*/
|
|
@@ -13900,8 +13828,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
13900
13828
|
list(
|
|
13901
13829
|
params: Params$Resource$Nodes$Nodes$Nodes$List,
|
|
13902
13830
|
options:
|
|
13903
|
-
|
|
|
13904
|
-
| BodyResponseCallback<Schema$SasPortalListNodesResponse>,
|
|
13831
|
+
MethodOptions | BodyResponseCallback<Schema$SasPortalListNodesResponse>,
|
|
13905
13832
|
callback: BodyResponseCallback<Schema$SasPortalListNodesResponse>
|
|
13906
13833
|
): void;
|
|
13907
13834
|
list(
|
|
@@ -13972,8 +13899,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
13972
13899
|
}
|
|
13973
13900
|
}
|
|
13974
13901
|
|
|
13975
|
-
export interface Params$Resource$Nodes$Nodes$Nodes$Create
|
|
13976
|
-
extends StandardParameters {
|
|
13902
|
+
export interface Params$Resource$Nodes$Nodes$Nodes$Create extends StandardParameters {
|
|
13977
13903
|
/**
|
|
13978
13904
|
* Required. The parent resource name where the node is to be created.
|
|
13979
13905
|
*/
|
|
@@ -13984,8 +13910,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
13984
13910
|
*/
|
|
13985
13911
|
requestBody?: Schema$SasPortalNode;
|
|
13986
13912
|
}
|
|
13987
|
-
export interface Params$Resource$Nodes$Nodes$Nodes$List
|
|
13988
|
-
extends StandardParameters {
|
|
13913
|
+
export interface Params$Resource$Nodes$Nodes$Nodes$List extends StandardParameters {
|
|
13989
13914
|
/**
|
|
13990
13915
|
* The filter expression. The filter should have the following format: "DIRECT_CHILDREN" or format: "direct_children". The filter is case insensitive. If empty, then no nodes are filtered.
|
|
13991
13916
|
*/
|