@googleapis/storagetransfer 2.1.0 → 2.6.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 +35 -0
- package/build/v1.d.ts +125 -43
- package/build/v1.js.map +1 -1
- package/package.json +2 -2
- package/v1.ts +125 -43
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.6.0](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v2.5.0...storagetransfer-v2.6.0) (2022-03-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **storagetransfer:** update the API ([2661b09](https://github.com/googleapis/google-api-nodejs-client/commit/2661b098d0cc71d89cddc022b6bd8ad673bd54cd))
|
|
9
|
+
|
|
10
|
+
## [2.5.0](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v2.4.0...storagetransfer-v2.5.0) (2022-02-04)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **storagetransfer:** update the API ([a82aedb](https://github.com/googleapis/google-api-nodejs-client/commit/a82aedb4d61f0cc513f104256a115e2960a0257d))
|
|
16
|
+
|
|
17
|
+
## [2.4.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v2.3.0...storagetransfer-v2.4.0) (2021-12-30)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **storagetransfer:** update the API ([c05ecc5](https://www.github.com/googleapis/google-api-nodejs-client/commit/c05ecc5f8dc5a7315f5554f24e2cd99054469627))
|
|
23
|
+
|
|
24
|
+
## [2.3.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v2.2.0...storagetransfer-v2.3.0) (2021-11-25)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* **storagetransfer:** update the API ([d4017b9](https://www.github.com/googleapis/google-api-nodejs-client/commit/d4017b9f7ec55c87653c3216112c3df0d757a601))
|
|
30
|
+
|
|
31
|
+
## [2.2.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v2.1.0...storagetransfer-v2.2.0) (2021-11-08)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* **storagetransfer:** update the API ([165fd7f](https://www.github.com/googleapis/google-api-nodejs-client/commit/165fd7ffeada649357e12f56c149b51f203da82e))
|
|
37
|
+
|
|
3
38
|
## [2.1.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v2.0.1...storagetransfer-v2.1.0) (2021-10-28)
|
|
4
39
|
|
|
5
40
|
|
package/build/v1.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
87
87
|
*/
|
|
88
88
|
displayName?: string | null;
|
|
89
89
|
/**
|
|
90
|
-
* Required. Specifies a unique string that identifies the agent pool. Format: projects/{project_id\}/agentPools/{agent_pool_id\}
|
|
90
|
+
* Required. Specifies a unique string that identifies the agent pool. Format: `projects/{project_id\}/agentPools/{agent_pool_id\}`
|
|
91
91
|
*/
|
|
92
92
|
name?: string | null;
|
|
93
93
|
/**
|
|
@@ -113,7 +113,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
113
113
|
*/
|
|
114
114
|
export interface Schema$AwsS3Data {
|
|
115
115
|
/**
|
|
116
|
-
* Input only. AWS access key used to sign the API requests to the AWS S3 bucket. Permissions on the bucket must be granted to the access ID of the AWS access key.
|
|
116
|
+
* Input only. AWS access key used to sign the API requests to the AWS S3 bucket. Permissions on the bucket must be granted to the access ID of the AWS access key. For information on our data retention policy for user credentials, see [User credentials](/storage-transfer/docs/data-retention#user-credentials).
|
|
117
117
|
*/
|
|
118
118
|
awsAccessKey?: Schema$AwsAccessKey;
|
|
119
119
|
/**
|
|
@@ -155,16 +155,16 @@ export declare namespace storagetransfer_v1 {
|
|
|
155
155
|
*/
|
|
156
156
|
export interface Schema$AzureCredentials {
|
|
157
157
|
/**
|
|
158
|
-
* Required. Azure shared access signature (SAS).
|
|
158
|
+
* Required. Azure shared access signature (SAS). For more information about SAS, see [Grant limited access to Azure Storage resources using shared access signatures (SAS)](https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview).
|
|
159
159
|
*/
|
|
160
160
|
sasToken?: string | null;
|
|
161
161
|
}
|
|
162
162
|
/**
|
|
163
|
-
* Specifies
|
|
163
|
+
* Specifies a bandwidth limit for an agent pool.
|
|
164
164
|
*/
|
|
165
165
|
export interface Schema$BandwidthLimit {
|
|
166
166
|
/**
|
|
167
|
-
*
|
|
167
|
+
* Bandwidth rate in megabytes per second, distributed across all the agents in the pool.
|
|
168
168
|
*/
|
|
169
169
|
limitMbps?: string | null;
|
|
170
170
|
}
|
|
@@ -174,7 +174,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
174
174
|
export interface Schema$CancelOperationRequest {
|
|
175
175
|
}
|
|
176
176
|
/**
|
|
177
|
-
* Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day
|
|
177
|
+
* Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day, with a zero year (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., a credit card expiration date) Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
178
178
|
*/
|
|
179
179
|
export interface Schema$Date {
|
|
180
180
|
/**
|
|
@@ -300,13 +300,62 @@ export declare namespace storagetransfer_v1 {
|
|
|
300
300
|
transferJobs?: Schema$TransferJob[];
|
|
301
301
|
}
|
|
302
302
|
/**
|
|
303
|
-
* Logging
|
|
303
|
+
* Specifies the logging behavior for transfer operations. For cloud-to-cloud transfers, logs are sent to Cloud Logging. See [Read transfer logs](https://cloud.google.com/storage-transfer/docs/read-transfer-logs) for details. For transfers to or from a POSIX file system, logs are stored in the Cloud Storage bucket that is the source or sink of the transfer. See [Managing Transfer for on-premises jobs] (https://cloud.google.com/storage-transfer/docs/managing-on-prem-jobs#viewing-logs) for details.
|
|
304
304
|
*/
|
|
305
305
|
export interface Schema$LoggingConfig {
|
|
306
306
|
/**
|
|
307
|
-
*
|
|
307
|
+
* For transfers with a PosixFilesystem source, this option enables the Cloud Storage transfer logs for this transfer.
|
|
308
308
|
*/
|
|
309
309
|
enableOnpremGcsTransferLogs?: boolean | null;
|
|
310
|
+
/**
|
|
311
|
+
* Specifies the actions to be logged. If empty, no logs are generated. Not supported for transfers with PosixFilesystem data sources; use enable_onprem_gcs_transfer_logs instead.
|
|
312
|
+
*/
|
|
313
|
+
logActions?: string[] | null;
|
|
314
|
+
/**
|
|
315
|
+
* States in which `log_actions` are logged. If empty, no logs are generated. Not supported for transfers with PosixFilesystem data sources; use enable_onprem_gcs_transfer_logs instead.
|
|
316
|
+
*/
|
|
317
|
+
logActionStates?: string[] | null;
|
|
318
|
+
}
|
|
319
|
+
/**
|
|
320
|
+
* Specifies the metadata options for running a transfer. These options only apply to transfers involving a POSIX filesystem and are ignored for other transfers.
|
|
321
|
+
*/
|
|
322
|
+
export interface Schema$MetadataOptions {
|
|
323
|
+
/**
|
|
324
|
+
* Specifies how each object's ACLs should be preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as ACL_DESTINATION_BUCKET_DEFAULT.
|
|
325
|
+
*/
|
|
326
|
+
acl?: string | null;
|
|
327
|
+
/**
|
|
328
|
+
* Specifies how each file's POSIX group ID (GID) attribute should be handled by the transfer. By default, GID is not preserved.
|
|
329
|
+
*/
|
|
330
|
+
gid?: string | null;
|
|
331
|
+
/**
|
|
332
|
+
* Specifies how each object's Cloud KMS customer-managed encryption key (CMEK) is preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as KMS_KEY_DESTINATION_BUCKET_DEFAULT.
|
|
333
|
+
*/
|
|
334
|
+
kmsKey?: string | null;
|
|
335
|
+
/**
|
|
336
|
+
* Specifies how each file's mode attribute should be handled by the transfer. By default, mode is not preserved.
|
|
337
|
+
*/
|
|
338
|
+
mode?: string | null;
|
|
339
|
+
/**
|
|
340
|
+
* Specifies the storage class to set on objects being transferred to Google Cloud Storage buckets. If unspecified, the default behavior is the same as STORAGE_CLASS_DESTINATION_BUCKET_DEFAULT.
|
|
341
|
+
*/
|
|
342
|
+
storageClass?: string | null;
|
|
343
|
+
/**
|
|
344
|
+
* Specifies how symlinks should be handled by the transfer. By default, symlinks are not preserved.
|
|
345
|
+
*/
|
|
346
|
+
symlink?: string | null;
|
|
347
|
+
/**
|
|
348
|
+
* Specifies how each object's temporary hold status should be preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as TEMPORARY_HOLD_PRESERVE.
|
|
349
|
+
*/
|
|
350
|
+
temporaryHold?: string | null;
|
|
351
|
+
/**
|
|
352
|
+
* Specifies how each object's `timeCreated` metadata is preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as TIME_CREATED_SKIP.
|
|
353
|
+
*/
|
|
354
|
+
timeCreated?: string | null;
|
|
355
|
+
/**
|
|
356
|
+
* Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer. By default, UID is not preserved.
|
|
357
|
+
*/
|
|
358
|
+
uid?: string | null;
|
|
310
359
|
}
|
|
311
360
|
/**
|
|
312
361
|
* Specification to configure notifications published to Pub/Sub. Notifications are published to the customer-provided topic using the following `PubsubMessage.attributes`: * `"eventType"`: one of the EventType values * `"payloadFormat"`: one of the PayloadFormat values * `"projectId"`: the project_id of the `TransferOperation` * `"transferJobName"`: the transfer_job_name of the `TransferOperation` * `"transferOperationName"`: the name of the `TransferOperation` The `PubsubMessage.data` contains a TransferOperation resource formatted according to the specified `PayloadFormat`.
|
|
@@ -326,7 +375,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
326
375
|
pubsubTopic?: string | null;
|
|
327
376
|
}
|
|
328
377
|
/**
|
|
329
|
-
* Conditions that determine which objects are transferred. Applies only to Cloud Data Sources such as S3, Azure, and Cloud Storage. The "last modification time" refers to the time of the last change to the object's content or metadata — specifically, this is the `updated` property of Cloud Storage objects, the `LastModified` field of S3 objects, and the `Last-Modified` header of Azure blobs. Transfers
|
|
378
|
+
* Conditions that determine which objects are transferred. Applies only to Cloud Data Sources such as S3, Azure, and Cloud Storage. The "last modification time" refers to the time of the last change to the object's content or metadata — specifically, this is the `updated` property of Cloud Storage objects, the `LastModified` field of S3 objects, and the `Last-Modified` header of Azure blobs. Transfers with a PosixFilesystem source or destination don't support `ObjectConditions`.
|
|
330
379
|
*/
|
|
331
380
|
export interface Schema$ObjectConditions {
|
|
332
381
|
/**
|
|
@@ -346,11 +395,11 @@ export declare namespace storagetransfer_v1 {
|
|
|
346
395
|
*/
|
|
347
396
|
lastModifiedSince?: string | null;
|
|
348
397
|
/**
|
|
349
|
-
*
|
|
398
|
+
* Ensures that objects are not transferred if a specific maximum time has elapsed since the "last modification time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the start_time of the `TransferOperation`and the "last modification time" of the object is less than the value of max_time_elapsed_since_last_modification`. Objects that do not have a "last modification time" are also transferred.
|
|
350
399
|
*/
|
|
351
400
|
maxTimeElapsedSinceLastModification?: string | null;
|
|
352
401
|
/**
|
|
353
|
-
*
|
|
402
|
+
* Ensures that objects are not transferred until a specific minimum time has elapsed after the "last modification time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the start_time of the `TransferOperation` and the "last modification time" of the object is equal to or greater than the value of min_time_elapsed_since_last_modification`. Objects that do not have a "last modification time" are also transferred.
|
|
354
403
|
*/
|
|
355
404
|
minTimeElapsedSinceLastModification?: string | null;
|
|
356
405
|
}
|
|
@@ -407,7 +456,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
407
456
|
*/
|
|
408
457
|
export interface Schema$RunTransferJobRequest {
|
|
409
458
|
/**
|
|
410
|
-
* Required. The ID of the Google Cloud
|
|
459
|
+
* Required. The ID of the Google Cloud project that owns the transfer job.
|
|
411
460
|
*/
|
|
412
461
|
projectId?: string | null;
|
|
413
462
|
}
|
|
@@ -602,7 +651,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
602
651
|
*/
|
|
603
652
|
notificationConfig?: Schema$NotificationConfig;
|
|
604
653
|
/**
|
|
605
|
-
* The ID of the Google Cloud
|
|
654
|
+
* The ID of the Google Cloud project that owns the job.
|
|
606
655
|
*/
|
|
607
656
|
projectId?: string | null;
|
|
608
657
|
/**
|
|
@@ -618,6 +667,15 @@ export declare namespace storagetransfer_v1 {
|
|
|
618
667
|
*/
|
|
619
668
|
transferSpec?: Schema$TransferSpec;
|
|
620
669
|
}
|
|
670
|
+
/**
|
|
671
|
+
* Specifies where the manifest is located.
|
|
672
|
+
*/
|
|
673
|
+
export interface Schema$TransferManifest {
|
|
674
|
+
/**
|
|
675
|
+
* Specifies the path to the manifest in Cloud Storage. The Google-managed service account for the transfer must have `storage.objects.get` permission for this object. An example path is `gs://bucket_name/path/manifest.csv`.
|
|
676
|
+
*/
|
|
677
|
+
location?: string | null;
|
|
678
|
+
}
|
|
621
679
|
/**
|
|
622
680
|
* A description of the execution of a transfer.
|
|
623
681
|
*/
|
|
@@ -643,7 +701,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
643
701
|
*/
|
|
644
702
|
notificationConfig?: Schema$NotificationConfig;
|
|
645
703
|
/**
|
|
646
|
-
* The ID of the Google Cloud
|
|
704
|
+
* The ID of the Google Cloud project that owns the operation.
|
|
647
705
|
*/
|
|
648
706
|
projectId?: string | null;
|
|
649
707
|
/**
|
|
@@ -675,6 +733,10 @@ export declare namespace storagetransfer_v1 {
|
|
|
675
733
|
* Whether objects that exist only in the sink should be deleted. **Note:** This option and delete_objects_from_source_after_transfer are mutually exclusive.
|
|
676
734
|
*/
|
|
677
735
|
deleteObjectsUniqueInSink?: boolean | null;
|
|
736
|
+
/**
|
|
737
|
+
* Represents the selected metadata options for a transfer job. This feature is in Preview.
|
|
738
|
+
*/
|
|
739
|
+
metadataOptions?: Schema$MetadataOptions;
|
|
678
740
|
/**
|
|
679
741
|
* When to overwrite objects that already exist in the sink. The default is that only objects that are different from the source are ovewritten. If true, all objects in the sink whose name matches an object in the source are overwritten with the source object.
|
|
680
742
|
*/
|
|
@@ -700,6 +762,10 @@ export declare namespace storagetransfer_v1 {
|
|
|
700
762
|
* A Cloud Storage data source.
|
|
701
763
|
*/
|
|
702
764
|
gcsDataSource?: Schema$GcsData;
|
|
765
|
+
/**
|
|
766
|
+
* Cloud Storage intermediate data location.
|
|
767
|
+
*/
|
|
768
|
+
gcsIntermediateDataLocation?: Schema$GcsData;
|
|
703
769
|
/**
|
|
704
770
|
* An HTTP URL data source.
|
|
705
771
|
*/
|
|
@@ -708,10 +774,26 @@ export declare namespace storagetransfer_v1 {
|
|
|
708
774
|
* Only objects that satisfy these object conditions are included in the set of data source and data sink objects. Object conditions based on objects' "last modification time" do not exclude objects in a data sink.
|
|
709
775
|
*/
|
|
710
776
|
objectConditions?: Schema$ObjectConditions;
|
|
777
|
+
/**
|
|
778
|
+
* A POSIX Filesystem data sink.
|
|
779
|
+
*/
|
|
780
|
+
posixDataSink?: Schema$PosixFilesystem;
|
|
711
781
|
/**
|
|
712
782
|
* A POSIX Filesystem data source.
|
|
713
783
|
*/
|
|
714
784
|
posixDataSource?: Schema$PosixFilesystem;
|
|
785
|
+
/**
|
|
786
|
+
* Specifies the agent pool name associated with the posix data sink. When unspecified, the default name is used.
|
|
787
|
+
*/
|
|
788
|
+
sinkAgentPoolName?: string | null;
|
|
789
|
+
/**
|
|
790
|
+
* Specifies the agent pool name associated with the posix data source. When unspecified, the default name is used.
|
|
791
|
+
*/
|
|
792
|
+
sourceAgentPoolName?: string | null;
|
|
793
|
+
/**
|
|
794
|
+
* A manifest file provides a list of objects to be transferred from the data source. This field points to the location of the manifest file. Otherwise, the entire source bucket is used. ObjectConditions still apply.
|
|
795
|
+
*/
|
|
796
|
+
transferManifest?: Schema$TransferManifest;
|
|
715
797
|
/**
|
|
716
798
|
* If the option delete_objects_unique_in_sink is `true` and time-based object conditions such as 'last modification time' are specified, the request fails with an INVALID_ARGUMENT error.
|
|
717
799
|
*/
|
|
@@ -722,15 +804,15 @@ export declare namespace storagetransfer_v1 {
|
|
|
722
804
|
*/
|
|
723
805
|
export interface Schema$UpdateTransferJobRequest {
|
|
724
806
|
/**
|
|
725
|
-
* Required. The ID of the Google Cloud
|
|
807
|
+
* Required. The ID of the Google Cloud project that owns the job.
|
|
726
808
|
*/
|
|
727
809
|
projectId?: string | null;
|
|
728
810
|
/**
|
|
729
|
-
* Required. The job to update. `transferJob` is expected to specify
|
|
811
|
+
* Required. The job to update. `transferJob` is expected to specify one or more of five fields: description, transfer_spec, notification_config, logging_config, and status. An `UpdateTransferJobRequest` that specifies other fields are rejected with the error INVALID_ARGUMENT. Updating a job status to DELETED requires `storagetransfer.jobs.delete` permissions.
|
|
730
812
|
*/
|
|
731
813
|
transferJob?: Schema$TransferJob;
|
|
732
814
|
/**
|
|
733
|
-
* The field mask of the fields in `transferJob` that are to be updated in this request. Fields in `transferJob` that can be updated are: description, transfer_spec, notification_config, and status. To update the `transfer_spec` of the job, a complete transfer specification must be provided. An incomplete specification missing any required fields is rejected with the error INVALID_ARGUMENT.
|
|
815
|
+
* The field mask of the fields in `transferJob` that are to be updated in this request. Fields in `transferJob` that can be updated are: description, transfer_spec, notification_config, logging_config, and status. To update the `transfer_spec` of the job, a complete transfer specification must be provided. An incomplete specification missing any required fields is rejected with the error INVALID_ARGUMENT.
|
|
734
816
|
*/
|
|
735
817
|
updateTransferJobFieldMask?: string | null;
|
|
736
818
|
}
|
|
@@ -738,7 +820,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
738
820
|
context: APIRequestContext;
|
|
739
821
|
constructor(context: APIRequestContext);
|
|
740
822
|
/**
|
|
741
|
-
* Returns the Google service account that is used by Storage Transfer Service to access buckets in the project where transfers run or in other projects. Each Google service account is associated with one Google Cloud
|
|
823
|
+
* Returns the Google service account that is used by Storage Transfer Service to access buckets in the project where transfers run or in other projects. Each Google service account is associated with one Google Cloud project. Users should add this service account to the Google Cloud Storage bucket ACLs to grant access to Storage Transfer Service. This service account is created and owned by Storage Transfer Service and can only be used by Storage Transfer Service.
|
|
742
824
|
* @example
|
|
743
825
|
* ```js
|
|
744
826
|
* // Before running the sample:
|
|
@@ -764,7 +846,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
764
846
|
*
|
|
765
847
|
* // Do the magic
|
|
766
848
|
* const res = await storagetransfer.googleServiceAccounts.get({
|
|
767
|
-
* // Required. The ID of the Google Cloud
|
|
849
|
+
* // Required. The ID of the Google Cloud project that the Google service account is associated with.
|
|
768
850
|
* projectId: 'placeholder-value',
|
|
769
851
|
* });
|
|
770
852
|
* console.log(res.data);
|
|
@@ -797,7 +879,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
797
879
|
}
|
|
798
880
|
export interface Params$Resource$Googleserviceaccounts$Get extends StandardParameters {
|
|
799
881
|
/**
|
|
800
|
-
* Required. The ID of the Google Cloud
|
|
882
|
+
* Required. The ID of the Google Cloud project that the Google service account is associated with.
|
|
801
883
|
*/
|
|
802
884
|
projectId?: string;
|
|
803
885
|
}
|
|
@@ -836,9 +918,9 @@ export declare namespace storagetransfer_v1 {
|
|
|
836
918
|
*
|
|
837
919
|
* // Do the magic
|
|
838
920
|
* const res = await storagetransfer.projects.agentPools.create({
|
|
839
|
-
* // Required. The
|
|
921
|
+
* // Required. The ID of the agent pool to create. The `agent_pool_id` must meet the following requirements: * Length of 128 characters or less. * Not start with the string `goog`. * Start with a lowercase ASCII character, followed by: * Zero or more: lowercase Latin alphabet characters, numerals, hyphens (`-`), periods (`.`), underscores (`_`), or tildes (`~`). * One or more numerals or lowercase ASCII characters. As expressed by the regular expression: `^(?!goog)[a-z]([a-z0-9-._~]*[a-z0-9])?$`.
|
|
840
922
|
* agentPoolId: 'placeholder-value',
|
|
841
|
-
* // Required. The ID of the Google Cloud
|
|
923
|
+
* // Required. The ID of the Google Cloud project that owns the agent pool.
|
|
842
924
|
* projectId: '[^/]+',
|
|
843
925
|
*
|
|
844
926
|
* // Request body metadata
|
|
@@ -908,7 +990,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
908
990
|
*
|
|
909
991
|
* // Do the magic
|
|
910
992
|
* const res = await storagetransfer.projects.agentPools.delete({
|
|
911
|
-
* // Required. The agent pool
|
|
993
|
+
* // Required. The name of the agent pool to delete.
|
|
912
994
|
* name: 'projects/my-project/agentPools/my-agentPool',
|
|
913
995
|
* });
|
|
914
996
|
* console.log(res.data);
|
|
@@ -962,7 +1044,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
962
1044
|
*
|
|
963
1045
|
* // Do the magic
|
|
964
1046
|
* const res = await storagetransfer.projects.agentPools.get({
|
|
965
|
-
* // Required. The agent pool to get.
|
|
1047
|
+
* // Required. The name of the agent pool to get.
|
|
966
1048
|
* name: 'projects/my-project/agentPools/my-agentPool',
|
|
967
1049
|
* });
|
|
968
1050
|
* console.log(res.data);
|
|
@@ -1021,13 +1103,13 @@ export declare namespace storagetransfer_v1 {
|
|
|
1021
1103
|
*
|
|
1022
1104
|
* // Do the magic
|
|
1023
1105
|
* const res = await storagetransfer.projects.agentPools.list({
|
|
1024
|
-
* //
|
|
1106
|
+
* // An optional list of query parameters specified as JSON text in the form of: `{"agentPoolNames":["agentpool1","agentpool2",...]\}` Since `agentPoolNames` support multiple values, its values must be specified with array notation. When the filter is either empty or not provided, the list returns all agent pools for the project.
|
|
1025
1107
|
* filter: 'placeholder-value',
|
|
1026
|
-
* // The list page size. The max allowed value is 256
|
|
1108
|
+
* // The list page size. The max allowed value is `256`.
|
|
1027
1109
|
* pageSize: 'placeholder-value',
|
|
1028
1110
|
* // The list page token.
|
|
1029
1111
|
* pageToken: 'placeholder-value',
|
|
1030
|
-
* // Required. The ID of the Google Cloud
|
|
1112
|
+
* // Required. The ID of the Google Cloud project that owns the job.
|
|
1031
1113
|
* projectId: '[^/]+',
|
|
1032
1114
|
* });
|
|
1033
1115
|
* console.log(res.data);
|
|
@@ -1084,9 +1166,9 @@ export declare namespace storagetransfer_v1 {
|
|
|
1084
1166
|
*
|
|
1085
1167
|
* // Do the magic
|
|
1086
1168
|
* const res = await storagetransfer.projects.agentPools.patch({
|
|
1087
|
-
* // Required. Specifies a unique string that identifies the agent pool. Format: projects/{project_id\}/agentPools/{agent_pool_id\}
|
|
1169
|
+
* // Required. Specifies a unique string that identifies the agent pool. Format: `projects/{project_id\}/agentPools/{agent_pool_id\}`
|
|
1088
1170
|
* name: 'projects/my-project/agentPools/my-agentPool',
|
|
1089
|
-
* // The field mask of the fields in `agentPool`
|
|
1171
|
+
* // The [field mask] (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf) of the fields in `agentPool` to update in this request. The following `agentPool` fields can be updated: * display_name * bandwidth_limit
|
|
1090
1172
|
* updateMask: 'placeholder-value',
|
|
1091
1173
|
*
|
|
1092
1174
|
* // Request body metadata
|
|
@@ -1132,11 +1214,11 @@ export declare namespace storagetransfer_v1 {
|
|
|
1132
1214
|
}
|
|
1133
1215
|
export interface Params$Resource$Projects$Agentpools$Create extends StandardParameters {
|
|
1134
1216
|
/**
|
|
1135
|
-
* Required. The
|
|
1217
|
+
* Required. The ID of the agent pool to create. The `agent_pool_id` must meet the following requirements: * Length of 128 characters or less. * Not start with the string `goog`. * Start with a lowercase ASCII character, followed by: * Zero or more: lowercase Latin alphabet characters, numerals, hyphens (`-`), periods (`.`), underscores (`_`), or tildes (`~`). * One or more numerals or lowercase ASCII characters. As expressed by the regular expression: `^(?!goog)[a-z]([a-z0-9-._~]*[a-z0-9])?$`.
|
|
1136
1218
|
*/
|
|
1137
1219
|
agentPoolId?: string;
|
|
1138
1220
|
/**
|
|
1139
|
-
* Required. The ID of the Google Cloud
|
|
1221
|
+
* Required. The ID of the Google Cloud project that owns the agent pool.
|
|
1140
1222
|
*/
|
|
1141
1223
|
projectId?: string;
|
|
1142
1224
|
/**
|
|
@@ -1146,23 +1228,23 @@ export declare namespace storagetransfer_v1 {
|
|
|
1146
1228
|
}
|
|
1147
1229
|
export interface Params$Resource$Projects$Agentpools$Delete extends StandardParameters {
|
|
1148
1230
|
/**
|
|
1149
|
-
* Required. The agent pool
|
|
1231
|
+
* Required. The name of the agent pool to delete.
|
|
1150
1232
|
*/
|
|
1151
1233
|
name?: string;
|
|
1152
1234
|
}
|
|
1153
1235
|
export interface Params$Resource$Projects$Agentpools$Get extends StandardParameters {
|
|
1154
1236
|
/**
|
|
1155
|
-
* Required. The agent pool to get.
|
|
1237
|
+
* Required. The name of the agent pool to get.
|
|
1156
1238
|
*/
|
|
1157
1239
|
name?: string;
|
|
1158
1240
|
}
|
|
1159
1241
|
export interface Params$Resource$Projects$Agentpools$List extends StandardParameters {
|
|
1160
1242
|
/**
|
|
1161
|
-
*
|
|
1243
|
+
* An optional list of query parameters specified as JSON text in the form of: `{"agentPoolNames":["agentpool1","agentpool2",...]\}` Since `agentPoolNames` support multiple values, its values must be specified with array notation. When the filter is either empty or not provided, the list returns all agent pools for the project.
|
|
1162
1244
|
*/
|
|
1163
1245
|
filter?: string;
|
|
1164
1246
|
/**
|
|
1165
|
-
* The list page size. The max allowed value is 256
|
|
1247
|
+
* The list page size. The max allowed value is `256`.
|
|
1166
1248
|
*/
|
|
1167
1249
|
pageSize?: number;
|
|
1168
1250
|
/**
|
|
@@ -1170,17 +1252,17 @@ export declare namespace storagetransfer_v1 {
|
|
|
1170
1252
|
*/
|
|
1171
1253
|
pageToken?: string;
|
|
1172
1254
|
/**
|
|
1173
|
-
* Required. The ID of the Google Cloud
|
|
1255
|
+
* Required. The ID of the Google Cloud project that owns the job.
|
|
1174
1256
|
*/
|
|
1175
1257
|
projectId?: string;
|
|
1176
1258
|
}
|
|
1177
1259
|
export interface Params$Resource$Projects$Agentpools$Patch extends StandardParameters {
|
|
1178
1260
|
/**
|
|
1179
|
-
* Required. Specifies a unique string that identifies the agent pool. Format: projects/{project_id\}/agentPools/{agent_pool_id\}
|
|
1261
|
+
* Required. Specifies a unique string that identifies the agent pool. Format: `projects/{project_id\}/agentPools/{agent_pool_id\}`
|
|
1180
1262
|
*/
|
|
1181
1263
|
name?: string;
|
|
1182
1264
|
/**
|
|
1183
|
-
* The field mask of the fields in `agentPool`
|
|
1265
|
+
* The [field mask] (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf) of the fields in `agentPool` to update in this request. The following `agentPool` fields can be updated: * display_name * bandwidth_limit
|
|
1184
1266
|
*/
|
|
1185
1267
|
updateMask?: string;
|
|
1186
1268
|
/**
|
|
@@ -1303,7 +1385,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
1303
1385
|
* const res = await storagetransfer.transferJobs.get({
|
|
1304
1386
|
* // Required. The job to get.
|
|
1305
1387
|
* jobName: 'transferJobs/.*',
|
|
1306
|
-
* // Required. The ID of the Google Cloud
|
|
1388
|
+
* // Required. The ID of the Google Cloud project that owns the job.
|
|
1307
1389
|
* projectId: 'placeholder-value',
|
|
1308
1390
|
* });
|
|
1309
1391
|
* console.log(res.data);
|
|
@@ -1482,7 +1564,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
1482
1564
|
patch(params: Params$Resource$Transferjobs$Patch, callback: BodyResponseCallback<Schema$TransferJob>): void;
|
|
1483
1565
|
patch(callback: BodyResponseCallback<Schema$TransferJob>): void;
|
|
1484
1566
|
/**
|
|
1485
|
-
* Attempts to start a new TransferOperation for the current TransferJob. A TransferJob has a maximum of one active TransferOperation. If this method is called while a TransferOperation is active, an error
|
|
1567
|
+
* Attempts to start a new TransferOperation for the current TransferJob. A TransferJob has a maximum of one active TransferOperation. If this method is called while a TransferOperation is active, an error will be returned.
|
|
1486
1568
|
* @example
|
|
1487
1569
|
* ```js
|
|
1488
1570
|
* // Before running the sample:
|
|
@@ -1562,7 +1644,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
1562
1644
|
*/
|
|
1563
1645
|
jobName?: string;
|
|
1564
1646
|
/**
|
|
1565
|
-
* Required. The ID of the Google Cloud
|
|
1647
|
+
* Required. The ID of the Google Cloud project that owns the job.
|
|
1566
1648
|
*/
|
|
1567
1649
|
projectId?: string;
|
|
1568
1650
|
}
|
|
@@ -1752,7 +1834,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
1752
1834
|
* const res = await storagetransfer.transferOperations.list({
|
|
1753
1835
|
* // Required. A list of query parameters specified as JSON text in the form of: `{"projectId":"my_project_id", "jobNames":["jobid1","jobid2",...], "operationNames":["opid1","opid2",...], "transferStatuses":["status1","status2",...]\}` Since `jobNames`, `operationNames`, and `transferStatuses` support multiple values, they must be specified with array notation. `projectId` is required. `jobNames`, `operationNames`, and `transferStatuses` are optional. The valid values for `transferStatuses` are case-insensitive: IN_PROGRESS, PAUSED, SUCCESS, FAILED, and ABORTED.
|
|
1754
1836
|
* filter: 'placeholder-value',
|
|
1755
|
-
* //
|
|
1837
|
+
* // Required. The name of the type being listed; must be `transferOperations`.
|
|
1756
1838
|
* name: 'transferOperations',
|
|
1757
1839
|
* // The list page size. The max allowed value is 256.
|
|
1758
1840
|
* pageSize: 'placeholder-value',
|
|
@@ -1929,7 +2011,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
1929
2011
|
*/
|
|
1930
2012
|
filter?: string;
|
|
1931
2013
|
/**
|
|
1932
|
-
*
|
|
2014
|
+
* Required. The name of the type being listed; must be `transferOperations`.
|
|
1933
2015
|
*/
|
|
1934
2016
|
name?: string;
|
|
1935
2017
|
/**
|
package/build/v1.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1.js","sourceRoot":"","sources":["../v1.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,gDAAgD;AAChD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;AAEjC,uDAAuD;AACvD,yDAAyD;AACzD,sDAAsD;AACtD,0DAA0D;AAC1D,oDAAoD;AACpD,4CAA4C;AAE5C,yDAe2B;AAG3B,IAAiB,kBAAkB,CA0mGlC;AA1mGD,WAAiB,kBAAkB;IAgEjC;;;;;;;;;;OAUG;IACH,MAAa,eAAe;QAO1B,YAAY,OAAsB,EAAE,MAA2B;YAC7D,IAAI,CAAC,OAAO,GAAG;gBACb,QAAQ,EAAE,OAAO,IAAI,EAAE;gBACvB,MAAM;aACP,CAAC;YAEF,IAAI,CAAC,qBAAqB,GAAG,IAAI,8BAA8B,CAC7D,IAAI,CAAC,OAAO,CACb,CAAC;YACF,IAAI,CAAC,QAAQ,GAAG,IAAI,iBAAiB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;YACpD,IAAI,CAAC,YAAY,GAAG,IAAI,qBAAqB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;YAC5D,IAAI,CAAC,kBAAkB,GAAG,IAAI,2BAA2B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC1E,CAAC;KACF;IApBY,kCAAe,kBAoB3B,CAAA;IA6oBD,MAAa,8BAA8B;QAEzC,YAAY,OAA0B;YACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACzB,CAAC;QA8ED,GAAG,CACD,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA8C,CAAC;YACnD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA+C,CAAC;gBACzD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,uCAAuC,CAAC,CAAC,OAAO,CAC9D,cAAc,EACd,IAAI,CACL;oBACD,MAAM,EAAE,KAAK;iBACd,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,WAAW,CAAC;gBAC7B,UAAU,EAAE,CAAC,WAAW,CAAC;gBACzB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAA8B,UAAU,CAAC,CAAC;aAClE;QACH,CAAC;KACF;IA7IY,iDAA8B,iCA6I1C,CAAA;IAUD,MAAa,iBAAiB;QAG5B,YAAY,OAA0B;YACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;YACvB,IAAI,CAAC,UAAU,GAAG,IAAI,4BAA4B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,CAAC;KACF;IAPY,oCAAiB,oBAO7B,CAAA;IAED,MAAa,4BAA4B;QAEvC,YAAY,OAA0B;YACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACzB,CAAC;QA2FD,MAAM,CACJ,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA+C,CAAC;YACpD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAgD,CAAC;gBAC1D,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,sCAAsC,CAAC,CAAC,OAAO,CAC7D,cAAc,EACd,IAAI,CACL;oBACD,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,WAAW,CAAC;gBAC7B,UAAU,EAAE,CAAC,WAAW,CAAC;gBACzB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAmB,UAAU,CAAC,CAAC;aACvD;QACH,CAAC;QAyED,MAAM,CACJ,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA+C,CAAC;YACpD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAgD,CAAC;gBAC1D,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,aAAa,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC5D,MAAM,EAAE,QAAQ;iBACjB,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,MAAM,CAAC;gBACxB,UAAU,EAAE,CAAC,MAAM,CAAC;gBACpB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAe,UAAU,CAAC,CAAC;aACnD;QACH,CAAC;QA8ED,GAAG,CACD,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA4C,CAAC;YACjD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA6C,CAAC;gBACvD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,aAAa,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC5D,MAAM,EAAE,KAAK;iBACd,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,MAAM,CAAC;gBACxB,UAAU,EAAE,CAAC,MAAM,CAAC;gBACpB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAmB,UAAU,CAAC,CAAC;aACvD;QACH,CAAC;QAoFD,IAAI,CACF,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA6C,CAAC;YAClD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA8C,CAAC;gBACxD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,sCAAsC,CAAC,CAAC,OAAO,CAC7D,cAAc,EACd,IAAI,CACL;oBACD,MAAM,EAAE,KAAK;iBACd,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,WAAW,CAAC;gBAC7B,UAAU,EAAE,CAAC,WAAW,CAAC;gBACzB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAgC,UAAU,CAAC,CAAC;aACpE;QACH,CAAC;QA2FD,KAAK,CACH,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA8C,CAAC;YACnD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA+C,CAAC;gBACzD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,aAAa,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC5D,MAAM,EAAE,OAAO;iBAChB,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,MAAM,CAAC;gBACxB,UAAU,EAAE,CAAC,MAAM,CAAC;gBACpB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAmB,UAAU,CAAC,CAAC;aACvD;QACH,CAAC;KACF;IAnrBY,+CAA4B,+BAmrBxC,CAAA;IAoED,MAAa,qBAAqB;QAEhC,YAAY,OAA0B;YACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACzB,CAAC;QAsGD,MAAM,CACJ,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAAwC,CAAC;YAC7C,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAyC,CAAC;gBACnD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,kBAAkB,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBACjE,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,EAAE;gBAClB,UAAU,EAAE,EAAE;gBACd,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAqB,UAAU,CAAC,CAAC;aACzD;QACH,CAAC;QAwFD,GAAG,CACD,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB,IAAI,EAAE,CAAqC,CAAC;YAC1E,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAsC,CAAC;gBAChD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,gBAAgB,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/D,MAAM,EAAE,KAAK;iBACd,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC;gBACxC,UAAU,EAAE,CAAC,SAAS,CAAC;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAqB,UAAU,CAAC,CAAC;aACzD;QACH,CAAC;QAkFD,IAAI,CACF,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAAsC,CAAC;YAC3C,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAuC,CAAC;gBACjD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,kBAAkB,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBACjE,MAAM,EAAE,KAAK;iBACd,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,QAAQ,CAAC;gBAC1B,UAAU,EAAE,EAAE;gBACd,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAkC,UAAU,CAAC,CAAC;aACtE;QACH,CAAC;QAgGD,KAAK,CACH,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAAuC,CAAC;YAC5C,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAwC,CAAC;gBAClD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,gBAAgB,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC/D,MAAM,EAAE,OAAO;iBAChB,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,SAAS,CAAC;gBAC3B,UAAU,EAAE,CAAC,SAAS,CAAC;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAqB,UAAU,CAAC,CAAC;aACzD;QACH,CAAC;QAuFD,GAAG,CACD,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB,IAAI,EAAE,CAAqC,CAAC;YAC1E,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAAsC,CAAC;gBAChD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,oBAAoB,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBACnE,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,SAAS,CAAC;gBAC3B,UAAU,EAAE,CAAC,SAAS,CAAC;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAmB,UAAU,CAAC,CAAC;aACvD;QACH,CAAC;KACF;IAjtBY,wCAAqB,wBAitBjC,CAAA;IA0DD,MAAa,2BAA2B;QAEtC,YAAY,OAA0B;YACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACzB,CAAC;QA+ED,MAAM,CACJ,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA8C,CAAC;YACnD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA+C,CAAC;gBACzD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,oBAAoB,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBACnE,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,MAAM,CAAC;gBACxB,UAAU,EAAE,CAAC,MAAM,CAAC;gBACpB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAe,UAAU,CAAC,CAAC;aACnD;QACH,CAAC;QA+ED,GAAG,CACD,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA2C,CAAC;YAChD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA4C,CAAC;gBACtD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,aAAa,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC5D,MAAM,EAAE,KAAK;iBACd,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,MAAM,CAAC;gBACxB,UAAU,EAAE,CAAC,MAAM,CAAC;gBACpB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAmB,UAAU,CAAC,CAAC;aACvD;QACH,CAAC;QAoFD,IAAI,CACF,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAKlC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA4C,CAAC;YACjD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA6C,CAAC;gBACvD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,aAAa,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAC5D,MAAM,EAAE,KAAK;iBACd,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,MAAM,EAAE,QAAQ,CAAC;gBAClC,UAAU,EAAE,CAAC,MAAM,CAAC;gBACpB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAgC,UAAU,CAAC,CAAC;aACpE;QACH,CAAC;QA+ED,KAAK,CACH,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA6C,CAAC;YAClD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA8C,CAAC;gBACxD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,mBAAmB,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBAClE,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,MAAM,CAAC;gBACxB,UAAU,EAAE,CAAC,MAAM,CAAC;gBACpB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAe,UAAU,CAAC,CAAC;aACnD;QACH,CAAC;QA+ED,MAAM,CACJ,gBAGkC,EAClC,iBAIkC,EAClC,QAEkC;YAElC,IAAI,MAAM,GAAG,CAAC,gBAAgB;gBAC5B,EAAE,CAA8C,CAAC;YACnD,IAAI,OAAO,GAAG,CAAC,iBAAiB,IAAI,EAAE,CAAkB,CAAC;YAEzD,IAAI,OAAO,gBAAgB,KAAK,UAAU,EAAE;gBAC1C,QAAQ,GAAG,gBAAgB,CAAC;gBAC5B,MAAM,GAAG,EAA+C,CAAC;gBACzD,OAAO,GAAG,EAAE,CAAC;aACd;YAED,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;gBAC3C,QAAQ,GAAG,iBAAiB,CAAC;gBAC7B,OAAO,GAAG,EAAE,CAAC;aACd;YAED,MAAM,OAAO,GACX,OAAO,CAAC,OAAO,IAAI,yCAAyC,CAAC;YAC/D,MAAM,UAAU,GAAG;gBACjB,OAAO,EAAE,MAAM,CAAC,MAAM,CACpB;oBACE,GAAG,EAAE,CAAC,OAAO,GAAG,oBAAoB,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC;oBACnE,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,CACR;gBACD,MAAM;gBACN,cAAc,EAAE,CAAC,MAAM,CAAC;gBACxB,UAAU,EAAE,CAAC,MAAM,CAAC;gBACpB,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAC;YACF,IAAI,QAAQ,EAAE;gBACZ,oCAAgB,CACd,UAAU,EACV,QAAyC,CAC1C,CAAC;aACH;iBAAM;gBACL,OAAO,oCAAgB,CAAe,UAAU,CAAC,CAAC;aACnD;QACH,CAAC;KACF;IA5pBY,8CAA2B,8BA4pBvC,CAAA;AAgEH,CAAC,EA1mGgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA0mGlC"}
|
|
1
|
+
{"version":3,"file":"v1.js","sourceRoot":"","sources":["../v1.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@googleapis/storagetransfer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"description": "storagetransfer",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@microsoft/api-extractor": "^7.8.10",
|
|
36
36
|
"gts": "^2.0.0",
|
|
37
37
|
"null-loader": "^4.0.0",
|
|
38
|
-
"ts-loader": "^
|
|
38
|
+
"ts-loader": "^9.0.0",
|
|
39
39
|
"typescript": "~3.7.0",
|
|
40
40
|
"webpack": "^5.0.0",
|
|
41
41
|
"webpack-cli": "^4.0.0"
|
package/v1.ts
CHANGED
|
@@ -146,7 +146,7 @@ export namespace storagetransfer_v1 {
|
|
|
146
146
|
*/
|
|
147
147
|
displayName?: string | null;
|
|
148
148
|
/**
|
|
149
|
-
* Required. Specifies a unique string that identifies the agent pool. Format: projects/{project_id\}/agentPools/{agent_pool_id\}
|
|
149
|
+
* Required. Specifies a unique string that identifies the agent pool. Format: `projects/{project_id\}/agentPools/{agent_pool_id\}`
|
|
150
150
|
*/
|
|
151
151
|
name?: string | null;
|
|
152
152
|
/**
|
|
@@ -172,7 +172,7 @@ export namespace storagetransfer_v1 {
|
|
|
172
172
|
*/
|
|
173
173
|
export interface Schema$AwsS3Data {
|
|
174
174
|
/**
|
|
175
|
-
* Input only. AWS access key used to sign the API requests to the AWS S3 bucket. Permissions on the bucket must be granted to the access ID of the AWS access key.
|
|
175
|
+
* Input only. AWS access key used to sign the API requests to the AWS S3 bucket. Permissions on the bucket must be granted to the access ID of the AWS access key. For information on our data retention policy for user credentials, see [User credentials](/storage-transfer/docs/data-retention#user-credentials).
|
|
176
176
|
*/
|
|
177
177
|
awsAccessKey?: Schema$AwsAccessKey;
|
|
178
178
|
/**
|
|
@@ -214,16 +214,16 @@ export namespace storagetransfer_v1 {
|
|
|
214
214
|
*/
|
|
215
215
|
export interface Schema$AzureCredentials {
|
|
216
216
|
/**
|
|
217
|
-
* Required. Azure shared access signature (SAS).
|
|
217
|
+
* Required. Azure shared access signature (SAS). For more information about SAS, see [Grant limited access to Azure Storage resources using shared access signatures (SAS)](https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview).
|
|
218
218
|
*/
|
|
219
219
|
sasToken?: string | null;
|
|
220
220
|
}
|
|
221
221
|
/**
|
|
222
|
-
* Specifies
|
|
222
|
+
* Specifies a bandwidth limit for an agent pool.
|
|
223
223
|
*/
|
|
224
224
|
export interface Schema$BandwidthLimit {
|
|
225
225
|
/**
|
|
226
|
-
*
|
|
226
|
+
* Bandwidth rate in megabytes per second, distributed across all the agents in the pool.
|
|
227
227
|
*/
|
|
228
228
|
limitMbps?: string | null;
|
|
229
229
|
}
|
|
@@ -232,7 +232,7 @@ export namespace storagetransfer_v1 {
|
|
|
232
232
|
*/
|
|
233
233
|
export interface Schema$CancelOperationRequest {}
|
|
234
234
|
/**
|
|
235
|
-
* Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day
|
|
235
|
+
* Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day, with a zero year (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., a credit card expiration date) Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
236
236
|
*/
|
|
237
237
|
export interface Schema$Date {
|
|
238
238
|
/**
|
|
@@ -357,13 +357,62 @@ export namespace storagetransfer_v1 {
|
|
|
357
357
|
transferJobs?: Schema$TransferJob[];
|
|
358
358
|
}
|
|
359
359
|
/**
|
|
360
|
-
* Logging
|
|
360
|
+
* Specifies the logging behavior for transfer operations. For cloud-to-cloud transfers, logs are sent to Cloud Logging. See [Read transfer logs](https://cloud.google.com/storage-transfer/docs/read-transfer-logs) for details. For transfers to or from a POSIX file system, logs are stored in the Cloud Storage bucket that is the source or sink of the transfer. See [Managing Transfer for on-premises jobs] (https://cloud.google.com/storage-transfer/docs/managing-on-prem-jobs#viewing-logs) for details.
|
|
361
361
|
*/
|
|
362
362
|
export interface Schema$LoggingConfig {
|
|
363
363
|
/**
|
|
364
|
-
*
|
|
364
|
+
* For transfers with a PosixFilesystem source, this option enables the Cloud Storage transfer logs for this transfer.
|
|
365
365
|
*/
|
|
366
366
|
enableOnpremGcsTransferLogs?: boolean | null;
|
|
367
|
+
/**
|
|
368
|
+
* Specifies the actions to be logged. If empty, no logs are generated. Not supported for transfers with PosixFilesystem data sources; use enable_onprem_gcs_transfer_logs instead.
|
|
369
|
+
*/
|
|
370
|
+
logActions?: string[] | null;
|
|
371
|
+
/**
|
|
372
|
+
* States in which `log_actions` are logged. If empty, no logs are generated. Not supported for transfers with PosixFilesystem data sources; use enable_onprem_gcs_transfer_logs instead.
|
|
373
|
+
*/
|
|
374
|
+
logActionStates?: string[] | null;
|
|
375
|
+
}
|
|
376
|
+
/**
|
|
377
|
+
* Specifies the metadata options for running a transfer. These options only apply to transfers involving a POSIX filesystem and are ignored for other transfers.
|
|
378
|
+
*/
|
|
379
|
+
export interface Schema$MetadataOptions {
|
|
380
|
+
/**
|
|
381
|
+
* Specifies how each object's ACLs should be preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as ACL_DESTINATION_BUCKET_DEFAULT.
|
|
382
|
+
*/
|
|
383
|
+
acl?: string | null;
|
|
384
|
+
/**
|
|
385
|
+
* Specifies how each file's POSIX group ID (GID) attribute should be handled by the transfer. By default, GID is not preserved.
|
|
386
|
+
*/
|
|
387
|
+
gid?: string | null;
|
|
388
|
+
/**
|
|
389
|
+
* Specifies how each object's Cloud KMS customer-managed encryption key (CMEK) is preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as KMS_KEY_DESTINATION_BUCKET_DEFAULT.
|
|
390
|
+
*/
|
|
391
|
+
kmsKey?: string | null;
|
|
392
|
+
/**
|
|
393
|
+
* Specifies how each file's mode attribute should be handled by the transfer. By default, mode is not preserved.
|
|
394
|
+
*/
|
|
395
|
+
mode?: string | null;
|
|
396
|
+
/**
|
|
397
|
+
* Specifies the storage class to set on objects being transferred to Google Cloud Storage buckets. If unspecified, the default behavior is the same as STORAGE_CLASS_DESTINATION_BUCKET_DEFAULT.
|
|
398
|
+
*/
|
|
399
|
+
storageClass?: string | null;
|
|
400
|
+
/**
|
|
401
|
+
* Specifies how symlinks should be handled by the transfer. By default, symlinks are not preserved.
|
|
402
|
+
*/
|
|
403
|
+
symlink?: string | null;
|
|
404
|
+
/**
|
|
405
|
+
* Specifies how each object's temporary hold status should be preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as TEMPORARY_HOLD_PRESERVE.
|
|
406
|
+
*/
|
|
407
|
+
temporaryHold?: string | null;
|
|
408
|
+
/**
|
|
409
|
+
* Specifies how each object's `timeCreated` metadata is preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as TIME_CREATED_SKIP.
|
|
410
|
+
*/
|
|
411
|
+
timeCreated?: string | null;
|
|
412
|
+
/**
|
|
413
|
+
* Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer. By default, UID is not preserved.
|
|
414
|
+
*/
|
|
415
|
+
uid?: string | null;
|
|
367
416
|
}
|
|
368
417
|
/**
|
|
369
418
|
* Specification to configure notifications published to Pub/Sub. Notifications are published to the customer-provided topic using the following `PubsubMessage.attributes`: * `"eventType"`: one of the EventType values * `"payloadFormat"`: one of the PayloadFormat values * `"projectId"`: the project_id of the `TransferOperation` * `"transferJobName"`: the transfer_job_name of the `TransferOperation` * `"transferOperationName"`: the name of the `TransferOperation` The `PubsubMessage.data` contains a TransferOperation resource formatted according to the specified `PayloadFormat`.
|
|
@@ -383,7 +432,7 @@ export namespace storagetransfer_v1 {
|
|
|
383
432
|
pubsubTopic?: string | null;
|
|
384
433
|
}
|
|
385
434
|
/**
|
|
386
|
-
* Conditions that determine which objects are transferred. Applies only to Cloud Data Sources such as S3, Azure, and Cloud Storage. The "last modification time" refers to the time of the last change to the object's content or metadata — specifically, this is the `updated` property of Cloud Storage objects, the `LastModified` field of S3 objects, and the `Last-Modified` header of Azure blobs. Transfers
|
|
435
|
+
* Conditions that determine which objects are transferred. Applies only to Cloud Data Sources such as S3, Azure, and Cloud Storage. The "last modification time" refers to the time of the last change to the object's content or metadata — specifically, this is the `updated` property of Cloud Storage objects, the `LastModified` field of S3 objects, and the `Last-Modified` header of Azure blobs. Transfers with a PosixFilesystem source or destination don't support `ObjectConditions`.
|
|
387
436
|
*/
|
|
388
437
|
export interface Schema$ObjectConditions {
|
|
389
438
|
/**
|
|
@@ -403,11 +452,11 @@ export namespace storagetransfer_v1 {
|
|
|
403
452
|
*/
|
|
404
453
|
lastModifiedSince?: string | null;
|
|
405
454
|
/**
|
|
406
|
-
*
|
|
455
|
+
* Ensures that objects are not transferred if a specific maximum time has elapsed since the "last modification time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the start_time of the `TransferOperation`and the "last modification time" of the object is less than the value of max_time_elapsed_since_last_modification`. Objects that do not have a "last modification time" are also transferred.
|
|
407
456
|
*/
|
|
408
457
|
maxTimeElapsedSinceLastModification?: string | null;
|
|
409
458
|
/**
|
|
410
|
-
*
|
|
459
|
+
* Ensures that objects are not transferred until a specific minimum time has elapsed after the "last modification time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the start_time of the `TransferOperation` and the "last modification time" of the object is equal to or greater than the value of min_time_elapsed_since_last_modification`. Objects that do not have a "last modification time" are also transferred.
|
|
411
460
|
*/
|
|
412
461
|
minTimeElapsedSinceLastModification?: string | null;
|
|
413
462
|
}
|
|
@@ -458,7 +507,7 @@ export namespace storagetransfer_v1 {
|
|
|
458
507
|
*/
|
|
459
508
|
export interface Schema$RunTransferJobRequest {
|
|
460
509
|
/**
|
|
461
|
-
* Required. The ID of the Google Cloud
|
|
510
|
+
* Required. The ID of the Google Cloud project that owns the transfer job.
|
|
462
511
|
*/
|
|
463
512
|
projectId?: string | null;
|
|
464
513
|
}
|
|
@@ -651,7 +700,7 @@ export namespace storagetransfer_v1 {
|
|
|
651
700
|
*/
|
|
652
701
|
notificationConfig?: Schema$NotificationConfig;
|
|
653
702
|
/**
|
|
654
|
-
* The ID of the Google Cloud
|
|
703
|
+
* The ID of the Google Cloud project that owns the job.
|
|
655
704
|
*/
|
|
656
705
|
projectId?: string | null;
|
|
657
706
|
/**
|
|
@@ -667,6 +716,15 @@ export namespace storagetransfer_v1 {
|
|
|
667
716
|
*/
|
|
668
717
|
transferSpec?: Schema$TransferSpec;
|
|
669
718
|
}
|
|
719
|
+
/**
|
|
720
|
+
* Specifies where the manifest is located.
|
|
721
|
+
*/
|
|
722
|
+
export interface Schema$TransferManifest {
|
|
723
|
+
/**
|
|
724
|
+
* Specifies the path to the manifest in Cloud Storage. The Google-managed service account for the transfer must have `storage.objects.get` permission for this object. An example path is `gs://bucket_name/path/manifest.csv`.
|
|
725
|
+
*/
|
|
726
|
+
location?: string | null;
|
|
727
|
+
}
|
|
670
728
|
/**
|
|
671
729
|
* A description of the execution of a transfer.
|
|
672
730
|
*/
|
|
@@ -692,7 +750,7 @@ export namespace storagetransfer_v1 {
|
|
|
692
750
|
*/
|
|
693
751
|
notificationConfig?: Schema$NotificationConfig;
|
|
694
752
|
/**
|
|
695
|
-
* The ID of the Google Cloud
|
|
753
|
+
* The ID of the Google Cloud project that owns the operation.
|
|
696
754
|
*/
|
|
697
755
|
projectId?: string | null;
|
|
698
756
|
/**
|
|
@@ -724,6 +782,10 @@ export namespace storagetransfer_v1 {
|
|
|
724
782
|
* Whether objects that exist only in the sink should be deleted. **Note:** This option and delete_objects_from_source_after_transfer are mutually exclusive.
|
|
725
783
|
*/
|
|
726
784
|
deleteObjectsUniqueInSink?: boolean | null;
|
|
785
|
+
/**
|
|
786
|
+
* Represents the selected metadata options for a transfer job. This feature is in Preview.
|
|
787
|
+
*/
|
|
788
|
+
metadataOptions?: Schema$MetadataOptions;
|
|
727
789
|
/**
|
|
728
790
|
* When to overwrite objects that already exist in the sink. The default is that only objects that are different from the source are ovewritten. If true, all objects in the sink whose name matches an object in the source are overwritten with the source object.
|
|
729
791
|
*/
|
|
@@ -749,6 +811,10 @@ export namespace storagetransfer_v1 {
|
|
|
749
811
|
* A Cloud Storage data source.
|
|
750
812
|
*/
|
|
751
813
|
gcsDataSource?: Schema$GcsData;
|
|
814
|
+
/**
|
|
815
|
+
* Cloud Storage intermediate data location.
|
|
816
|
+
*/
|
|
817
|
+
gcsIntermediateDataLocation?: Schema$GcsData;
|
|
752
818
|
/**
|
|
753
819
|
* An HTTP URL data source.
|
|
754
820
|
*/
|
|
@@ -757,10 +823,26 @@ export namespace storagetransfer_v1 {
|
|
|
757
823
|
* Only objects that satisfy these object conditions are included in the set of data source and data sink objects. Object conditions based on objects' "last modification time" do not exclude objects in a data sink.
|
|
758
824
|
*/
|
|
759
825
|
objectConditions?: Schema$ObjectConditions;
|
|
826
|
+
/**
|
|
827
|
+
* A POSIX Filesystem data sink.
|
|
828
|
+
*/
|
|
829
|
+
posixDataSink?: Schema$PosixFilesystem;
|
|
760
830
|
/**
|
|
761
831
|
* A POSIX Filesystem data source.
|
|
762
832
|
*/
|
|
763
833
|
posixDataSource?: Schema$PosixFilesystem;
|
|
834
|
+
/**
|
|
835
|
+
* Specifies the agent pool name associated with the posix data sink. When unspecified, the default name is used.
|
|
836
|
+
*/
|
|
837
|
+
sinkAgentPoolName?: string | null;
|
|
838
|
+
/**
|
|
839
|
+
* Specifies the agent pool name associated with the posix data source. When unspecified, the default name is used.
|
|
840
|
+
*/
|
|
841
|
+
sourceAgentPoolName?: string | null;
|
|
842
|
+
/**
|
|
843
|
+
* A manifest file provides a list of objects to be transferred from the data source. This field points to the location of the manifest file. Otherwise, the entire source bucket is used. ObjectConditions still apply.
|
|
844
|
+
*/
|
|
845
|
+
transferManifest?: Schema$TransferManifest;
|
|
764
846
|
/**
|
|
765
847
|
* If the option delete_objects_unique_in_sink is `true` and time-based object conditions such as 'last modification time' are specified, the request fails with an INVALID_ARGUMENT error.
|
|
766
848
|
*/
|
|
@@ -771,15 +853,15 @@ export namespace storagetransfer_v1 {
|
|
|
771
853
|
*/
|
|
772
854
|
export interface Schema$UpdateTransferJobRequest {
|
|
773
855
|
/**
|
|
774
|
-
* Required. The ID of the Google Cloud
|
|
856
|
+
* Required. The ID of the Google Cloud project that owns the job.
|
|
775
857
|
*/
|
|
776
858
|
projectId?: string | null;
|
|
777
859
|
/**
|
|
778
|
-
* Required. The job to update. `transferJob` is expected to specify
|
|
860
|
+
* Required. The job to update. `transferJob` is expected to specify one or more of five fields: description, transfer_spec, notification_config, logging_config, and status. An `UpdateTransferJobRequest` that specifies other fields are rejected with the error INVALID_ARGUMENT. Updating a job status to DELETED requires `storagetransfer.jobs.delete` permissions.
|
|
779
861
|
*/
|
|
780
862
|
transferJob?: Schema$TransferJob;
|
|
781
863
|
/**
|
|
782
|
-
* The field mask of the fields in `transferJob` that are to be updated in this request. Fields in `transferJob` that can be updated are: description, transfer_spec, notification_config, and status. To update the `transfer_spec` of the job, a complete transfer specification must be provided. An incomplete specification missing any required fields is rejected with the error INVALID_ARGUMENT.
|
|
864
|
+
* The field mask of the fields in `transferJob` that are to be updated in this request. Fields in `transferJob` that can be updated are: description, transfer_spec, notification_config, logging_config, and status. To update the `transfer_spec` of the job, a complete transfer specification must be provided. An incomplete specification missing any required fields is rejected with the error INVALID_ARGUMENT.
|
|
783
865
|
*/
|
|
784
866
|
updateTransferJobFieldMask?: string | null;
|
|
785
867
|
}
|
|
@@ -791,7 +873,7 @@ export namespace storagetransfer_v1 {
|
|
|
791
873
|
}
|
|
792
874
|
|
|
793
875
|
/**
|
|
794
|
-
* Returns the Google service account that is used by Storage Transfer Service to access buckets in the project where transfers run or in other projects. Each Google service account is associated with one Google Cloud
|
|
876
|
+
* Returns the Google service account that is used by Storage Transfer Service to access buckets in the project where transfers run or in other projects. Each Google service account is associated with one Google Cloud project. Users should add this service account to the Google Cloud Storage bucket ACLs to grant access to Storage Transfer Service. This service account is created and owned by Storage Transfer Service and can only be used by Storage Transfer Service.
|
|
795
877
|
* @example
|
|
796
878
|
* ```js
|
|
797
879
|
* // Before running the sample:
|
|
@@ -817,7 +899,7 @@ export namespace storagetransfer_v1 {
|
|
|
817
899
|
*
|
|
818
900
|
* // Do the magic
|
|
819
901
|
* const res = await storagetransfer.googleServiceAccounts.get({
|
|
820
|
-
* // Required. The ID of the Google Cloud
|
|
902
|
+
* // Required. The ID of the Google Cloud project that the Google service account is associated with.
|
|
821
903
|
* projectId: 'placeholder-value',
|
|
822
904
|
* });
|
|
823
905
|
* console.log(res.data);
|
|
@@ -930,7 +1012,7 @@ export namespace storagetransfer_v1 {
|
|
|
930
1012
|
export interface Params$Resource$Googleserviceaccounts$Get
|
|
931
1013
|
extends StandardParameters {
|
|
932
1014
|
/**
|
|
933
|
-
* Required. The ID of the Google Cloud
|
|
1015
|
+
* Required. The ID of the Google Cloud project that the Google service account is associated with.
|
|
934
1016
|
*/
|
|
935
1017
|
projectId?: string;
|
|
936
1018
|
}
|
|
@@ -977,9 +1059,9 @@ export namespace storagetransfer_v1 {
|
|
|
977
1059
|
*
|
|
978
1060
|
* // Do the magic
|
|
979
1061
|
* const res = await storagetransfer.projects.agentPools.create({
|
|
980
|
-
* // Required. The
|
|
1062
|
+
* // Required. The ID of the agent pool to create. The `agent_pool_id` must meet the following requirements: * Length of 128 characters or less. * Not start with the string `goog`. * Start with a lowercase ASCII character, followed by: * Zero or more: lowercase Latin alphabet characters, numerals, hyphens (`-`), periods (`.`), underscores (`_`), or tildes (`~`). * One or more numerals or lowercase ASCII characters. As expressed by the regular expression: `^(?!goog)[a-z]([a-z0-9-._~]*[a-z0-9])?$`.
|
|
981
1063
|
* agentPoolId: 'placeholder-value',
|
|
982
|
-
* // Required. The ID of the Google Cloud
|
|
1064
|
+
* // Required. The ID of the Google Cloud project that owns the agent pool.
|
|
983
1065
|
* projectId: '[^/]+',
|
|
984
1066
|
*
|
|
985
1067
|
* // Request body metadata
|
|
@@ -1123,7 +1205,7 @@ export namespace storagetransfer_v1 {
|
|
|
1123
1205
|
*
|
|
1124
1206
|
* // Do the magic
|
|
1125
1207
|
* const res = await storagetransfer.projects.agentPools.delete({
|
|
1126
|
-
* // Required. The agent pool
|
|
1208
|
+
* // Required. The name of the agent pool to delete.
|
|
1127
1209
|
* name: 'projects/my-project/agentPools/my-agentPool',
|
|
1128
1210
|
* });
|
|
1129
1211
|
* console.log(res.data);
|
|
@@ -1248,7 +1330,7 @@ export namespace storagetransfer_v1 {
|
|
|
1248
1330
|
*
|
|
1249
1331
|
* // Do the magic
|
|
1250
1332
|
* const res = await storagetransfer.projects.agentPools.get({
|
|
1251
|
-
* // Required. The agent pool to get.
|
|
1333
|
+
* // Required. The name of the agent pool to get.
|
|
1252
1334
|
* name: 'projects/my-project/agentPools/my-agentPool',
|
|
1253
1335
|
* });
|
|
1254
1336
|
* console.log(res.data);
|
|
@@ -1378,13 +1460,13 @@ export namespace storagetransfer_v1 {
|
|
|
1378
1460
|
*
|
|
1379
1461
|
* // Do the magic
|
|
1380
1462
|
* const res = await storagetransfer.projects.agentPools.list({
|
|
1381
|
-
* //
|
|
1463
|
+
* // An optional list of query parameters specified as JSON text in the form of: `{"agentPoolNames":["agentpool1","agentpool2",...]\}` Since `agentPoolNames` support multiple values, its values must be specified with array notation. When the filter is either empty or not provided, the list returns all agent pools for the project.
|
|
1382
1464
|
* filter: 'placeholder-value',
|
|
1383
|
-
* // The list page size. The max allowed value is 256
|
|
1465
|
+
* // The list page size. The max allowed value is `256`.
|
|
1384
1466
|
* pageSize: 'placeholder-value',
|
|
1385
1467
|
* // The list page token.
|
|
1386
1468
|
* pageToken: 'placeholder-value',
|
|
1387
|
-
* // Required. The ID of the Google Cloud
|
|
1469
|
+
* // Required. The ID of the Google Cloud project that owns the job.
|
|
1388
1470
|
* projectId: '[^/]+',
|
|
1389
1471
|
* });
|
|
1390
1472
|
* console.log(res.data);
|
|
@@ -1520,9 +1602,9 @@ export namespace storagetransfer_v1 {
|
|
|
1520
1602
|
*
|
|
1521
1603
|
* // Do the magic
|
|
1522
1604
|
* const res = await storagetransfer.projects.agentPools.patch({
|
|
1523
|
-
* // Required. Specifies a unique string that identifies the agent pool. Format: projects/{project_id\}/agentPools/{agent_pool_id\}
|
|
1605
|
+
* // Required. Specifies a unique string that identifies the agent pool. Format: `projects/{project_id\}/agentPools/{agent_pool_id\}`
|
|
1524
1606
|
* name: 'projects/my-project/agentPools/my-agentPool',
|
|
1525
|
-
* // The field mask of the fields in `agentPool`
|
|
1607
|
+
* // The [field mask] (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf) of the fields in `agentPool` to update in this request. The following `agentPool` fields can be updated: * display_name * bandwidth_limit
|
|
1526
1608
|
* updateMask: 'placeholder-value',
|
|
1527
1609
|
*
|
|
1528
1610
|
* // Request body metadata
|
|
@@ -1640,11 +1722,11 @@ export namespace storagetransfer_v1 {
|
|
|
1640
1722
|
export interface Params$Resource$Projects$Agentpools$Create
|
|
1641
1723
|
extends StandardParameters {
|
|
1642
1724
|
/**
|
|
1643
|
-
* Required. The
|
|
1725
|
+
* Required. The ID of the agent pool to create. The `agent_pool_id` must meet the following requirements: * Length of 128 characters or less. * Not start with the string `goog`. * Start with a lowercase ASCII character, followed by: * Zero or more: lowercase Latin alphabet characters, numerals, hyphens (`-`), periods (`.`), underscores (`_`), or tildes (`~`). * One or more numerals or lowercase ASCII characters. As expressed by the regular expression: `^(?!goog)[a-z]([a-z0-9-._~]*[a-z0-9])?$`.
|
|
1644
1726
|
*/
|
|
1645
1727
|
agentPoolId?: string;
|
|
1646
1728
|
/**
|
|
1647
|
-
* Required. The ID of the Google Cloud
|
|
1729
|
+
* Required. The ID of the Google Cloud project that owns the agent pool.
|
|
1648
1730
|
*/
|
|
1649
1731
|
projectId?: string;
|
|
1650
1732
|
|
|
@@ -1656,25 +1738,25 @@ export namespace storagetransfer_v1 {
|
|
|
1656
1738
|
export interface Params$Resource$Projects$Agentpools$Delete
|
|
1657
1739
|
extends StandardParameters {
|
|
1658
1740
|
/**
|
|
1659
|
-
* Required. The agent pool
|
|
1741
|
+
* Required. The name of the agent pool to delete.
|
|
1660
1742
|
*/
|
|
1661
1743
|
name?: string;
|
|
1662
1744
|
}
|
|
1663
1745
|
export interface Params$Resource$Projects$Agentpools$Get
|
|
1664
1746
|
extends StandardParameters {
|
|
1665
1747
|
/**
|
|
1666
|
-
* Required. The agent pool to get.
|
|
1748
|
+
* Required. The name of the agent pool to get.
|
|
1667
1749
|
*/
|
|
1668
1750
|
name?: string;
|
|
1669
1751
|
}
|
|
1670
1752
|
export interface Params$Resource$Projects$Agentpools$List
|
|
1671
1753
|
extends StandardParameters {
|
|
1672
1754
|
/**
|
|
1673
|
-
*
|
|
1755
|
+
* An optional list of query parameters specified as JSON text in the form of: `{"agentPoolNames":["agentpool1","agentpool2",...]\}` Since `agentPoolNames` support multiple values, its values must be specified with array notation. When the filter is either empty or not provided, the list returns all agent pools for the project.
|
|
1674
1756
|
*/
|
|
1675
1757
|
filter?: string;
|
|
1676
1758
|
/**
|
|
1677
|
-
* The list page size. The max allowed value is 256
|
|
1759
|
+
* The list page size. The max allowed value is `256`.
|
|
1678
1760
|
*/
|
|
1679
1761
|
pageSize?: number;
|
|
1680
1762
|
/**
|
|
@@ -1682,18 +1764,18 @@ export namespace storagetransfer_v1 {
|
|
|
1682
1764
|
*/
|
|
1683
1765
|
pageToken?: string;
|
|
1684
1766
|
/**
|
|
1685
|
-
* Required. The ID of the Google Cloud
|
|
1767
|
+
* Required. The ID of the Google Cloud project that owns the job.
|
|
1686
1768
|
*/
|
|
1687
1769
|
projectId?: string;
|
|
1688
1770
|
}
|
|
1689
1771
|
export interface Params$Resource$Projects$Agentpools$Patch
|
|
1690
1772
|
extends StandardParameters {
|
|
1691
1773
|
/**
|
|
1692
|
-
* Required. Specifies a unique string that identifies the agent pool. Format: projects/{project_id\}/agentPools/{agent_pool_id\}
|
|
1774
|
+
* Required. Specifies a unique string that identifies the agent pool. Format: `projects/{project_id\}/agentPools/{agent_pool_id\}`
|
|
1693
1775
|
*/
|
|
1694
1776
|
name?: string;
|
|
1695
1777
|
/**
|
|
1696
|
-
* The field mask of the fields in `agentPool`
|
|
1778
|
+
* The [field mask] (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf) of the fields in `agentPool` to update in this request. The following `agentPool` fields can be updated: * display_name * bandwidth_limit
|
|
1697
1779
|
*/
|
|
1698
1780
|
updateMask?: string;
|
|
1699
1781
|
|
|
@@ -1892,7 +1974,7 @@ export namespace storagetransfer_v1 {
|
|
|
1892
1974
|
* const res = await storagetransfer.transferJobs.get({
|
|
1893
1975
|
* // Required. The job to get.
|
|
1894
1976
|
* jobName: 'transferJobs/.*',
|
|
1895
|
-
* // Required. The ID of the Google Cloud
|
|
1977
|
+
* // Required. The ID of the Google Cloud project that owns the job.
|
|
1896
1978
|
* projectId: 'placeholder-value',
|
|
1897
1979
|
* });
|
|
1898
1980
|
* console.log(res.data);
|
|
@@ -2288,7 +2370,7 @@ export namespace storagetransfer_v1 {
|
|
|
2288
2370
|
}
|
|
2289
2371
|
|
|
2290
2372
|
/**
|
|
2291
|
-
* Attempts to start a new TransferOperation for the current TransferJob. A TransferJob has a maximum of one active TransferOperation. If this method is called while a TransferOperation is active, an error
|
|
2373
|
+
* Attempts to start a new TransferOperation for the current TransferJob. A TransferJob has a maximum of one active TransferOperation. If this method is called while a TransferOperation is active, an error will be returned.
|
|
2292
2374
|
* @example
|
|
2293
2375
|
* ```js
|
|
2294
2376
|
* // Before running the sample:
|
|
@@ -2439,7 +2521,7 @@ export namespace storagetransfer_v1 {
|
|
|
2439
2521
|
*/
|
|
2440
2522
|
jobName?: string;
|
|
2441
2523
|
/**
|
|
2442
|
-
* Required. The ID of the Google Cloud
|
|
2524
|
+
* Required. The ID of the Google Cloud project that owns the job.
|
|
2443
2525
|
*/
|
|
2444
2526
|
projectId?: string;
|
|
2445
2527
|
}
|
|
@@ -2779,7 +2861,7 @@ export namespace storagetransfer_v1 {
|
|
|
2779
2861
|
* const res = await storagetransfer.transferOperations.list({
|
|
2780
2862
|
* // Required. A list of query parameters specified as JSON text in the form of: `{"projectId":"my_project_id", "jobNames":["jobid1","jobid2",...], "operationNames":["opid1","opid2",...], "transferStatuses":["status1","status2",...]\}` Since `jobNames`, `operationNames`, and `transferStatuses` support multiple values, they must be specified with array notation. `projectId` is required. `jobNames`, `operationNames`, and `transferStatuses` are optional. The valid values for `transferStatuses` are case-insensitive: IN_PROGRESS, PAUSED, SUCCESS, FAILED, and ABORTED.
|
|
2781
2863
|
* filter: 'placeholder-value',
|
|
2782
|
-
* //
|
|
2864
|
+
* // Required. The name of the type being listed; must be `transferOperations`.
|
|
2783
2865
|
* name: 'transferOperations',
|
|
2784
2866
|
* // The list page size. The max allowed value is 256.
|
|
2785
2867
|
* pageSize: 'placeholder-value',
|
|
@@ -3178,7 +3260,7 @@ export namespace storagetransfer_v1 {
|
|
|
3178
3260
|
*/
|
|
3179
3261
|
filter?: string;
|
|
3180
3262
|
/**
|
|
3181
|
-
*
|
|
3263
|
+
* Required. The name of the type being listed; must be `transferOperations`.
|
|
3182
3264
|
*/
|
|
3183
3265
|
name?: string;
|
|
3184
3266
|
/**
|