@googleapis/storagetransfer 2.3.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 +21 -0
- package/build/v1.d.ts +94 -45
- package/build/v1.js.map +1 -1
- package/package.json +2 -2
- package/v1.ts +94 -45
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
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
|
+
|
|
3
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)
|
|
4
25
|
|
|
5
26
|
|
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,22 +300,63 @@ 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
310
|
/**
|
|
311
|
-
*
|
|
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
312
|
*/
|
|
313
313
|
logActions?: string[] | null;
|
|
314
314
|
/**
|
|
315
|
-
* States in which `log_actions` are logged. If empty, no logs are generated.
|
|
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
316
|
*/
|
|
317
317
|
logActionStates?: string[] | null;
|
|
318
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;
|
|
359
|
+
}
|
|
319
360
|
/**
|
|
320
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`.
|
|
321
362
|
*/
|
|
@@ -354,11 +395,11 @@ export declare namespace storagetransfer_v1 {
|
|
|
354
395
|
*/
|
|
355
396
|
lastModifiedSince?: string | null;
|
|
356
397
|
/**
|
|
357
|
-
*
|
|
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.
|
|
358
399
|
*/
|
|
359
400
|
maxTimeElapsedSinceLastModification?: string | null;
|
|
360
401
|
/**
|
|
361
|
-
*
|
|
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.
|
|
362
403
|
*/
|
|
363
404
|
minTimeElapsedSinceLastModification?: string | null;
|
|
364
405
|
}
|
|
@@ -415,7 +456,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
415
456
|
*/
|
|
416
457
|
export interface Schema$RunTransferJobRequest {
|
|
417
458
|
/**
|
|
418
|
-
* Required. The ID of the Google Cloud
|
|
459
|
+
* Required. The ID of the Google Cloud project that owns the transfer job.
|
|
419
460
|
*/
|
|
420
461
|
projectId?: string | null;
|
|
421
462
|
}
|
|
@@ -610,7 +651,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
610
651
|
*/
|
|
611
652
|
notificationConfig?: Schema$NotificationConfig;
|
|
612
653
|
/**
|
|
613
|
-
* The ID of the Google Cloud
|
|
654
|
+
* The ID of the Google Cloud project that owns the job.
|
|
614
655
|
*/
|
|
615
656
|
projectId?: string | null;
|
|
616
657
|
/**
|
|
@@ -631,7 +672,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
631
672
|
*/
|
|
632
673
|
export interface Schema$TransferManifest {
|
|
633
674
|
/**
|
|
634
|
-
*
|
|
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`.
|
|
635
676
|
*/
|
|
636
677
|
location?: string | null;
|
|
637
678
|
}
|
|
@@ -660,7 +701,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
660
701
|
*/
|
|
661
702
|
notificationConfig?: Schema$NotificationConfig;
|
|
662
703
|
/**
|
|
663
|
-
* The ID of the Google Cloud
|
|
704
|
+
* The ID of the Google Cloud project that owns the operation.
|
|
664
705
|
*/
|
|
665
706
|
projectId?: string | null;
|
|
666
707
|
/**
|
|
@@ -692,6 +733,10 @@ export declare namespace storagetransfer_v1 {
|
|
|
692
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.
|
|
693
734
|
*/
|
|
694
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;
|
|
695
740
|
/**
|
|
696
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.
|
|
697
742
|
*/
|
|
@@ -717,6 +762,10 @@ export declare namespace storagetransfer_v1 {
|
|
|
717
762
|
* A Cloud Storage data source.
|
|
718
763
|
*/
|
|
719
764
|
gcsDataSource?: Schema$GcsData;
|
|
765
|
+
/**
|
|
766
|
+
* Cloud Storage intermediate data location.
|
|
767
|
+
*/
|
|
768
|
+
gcsIntermediateDataLocation?: Schema$GcsData;
|
|
720
769
|
/**
|
|
721
770
|
* An HTTP URL data source.
|
|
722
771
|
*/
|
|
@@ -755,15 +804,15 @@ export declare namespace storagetransfer_v1 {
|
|
|
755
804
|
*/
|
|
756
805
|
export interface Schema$UpdateTransferJobRequest {
|
|
757
806
|
/**
|
|
758
|
-
* Required. The ID of the Google Cloud
|
|
807
|
+
* Required. The ID of the Google Cloud project that owns the job.
|
|
759
808
|
*/
|
|
760
809
|
projectId?: string | null;
|
|
761
810
|
/**
|
|
762
|
-
* 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.
|
|
763
812
|
*/
|
|
764
813
|
transferJob?: Schema$TransferJob;
|
|
765
814
|
/**
|
|
766
|
-
* 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.
|
|
767
816
|
*/
|
|
768
817
|
updateTransferJobFieldMask?: string | null;
|
|
769
818
|
}
|
|
@@ -771,7 +820,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
771
820
|
context: APIRequestContext;
|
|
772
821
|
constructor(context: APIRequestContext);
|
|
773
822
|
/**
|
|
774
|
-
* 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.
|
|
775
824
|
* @example
|
|
776
825
|
* ```js
|
|
777
826
|
* // Before running the sample:
|
|
@@ -797,7 +846,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
797
846
|
*
|
|
798
847
|
* // Do the magic
|
|
799
848
|
* const res = await storagetransfer.googleServiceAccounts.get({
|
|
800
|
-
* // Required. The ID of the Google Cloud
|
|
849
|
+
* // Required. The ID of the Google Cloud project that the Google service account is associated with.
|
|
801
850
|
* projectId: 'placeholder-value',
|
|
802
851
|
* });
|
|
803
852
|
* console.log(res.data);
|
|
@@ -830,7 +879,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
830
879
|
}
|
|
831
880
|
export interface Params$Resource$Googleserviceaccounts$Get extends StandardParameters {
|
|
832
881
|
/**
|
|
833
|
-
* Required. The ID of the Google Cloud
|
|
882
|
+
* Required. The ID of the Google Cloud project that the Google service account is associated with.
|
|
834
883
|
*/
|
|
835
884
|
projectId?: string;
|
|
836
885
|
}
|
|
@@ -869,9 +918,9 @@ export declare namespace storagetransfer_v1 {
|
|
|
869
918
|
*
|
|
870
919
|
* // Do the magic
|
|
871
920
|
* const res = await storagetransfer.projects.agentPools.create({
|
|
872
|
-
* // 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])?$`.
|
|
873
922
|
* agentPoolId: 'placeholder-value',
|
|
874
|
-
* // Required. The ID of the Google Cloud
|
|
923
|
+
* // Required. The ID of the Google Cloud project that owns the agent pool.
|
|
875
924
|
* projectId: '[^/]+',
|
|
876
925
|
*
|
|
877
926
|
* // Request body metadata
|
|
@@ -941,7 +990,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
941
990
|
*
|
|
942
991
|
* // Do the magic
|
|
943
992
|
* const res = await storagetransfer.projects.agentPools.delete({
|
|
944
|
-
* // Required. The agent pool
|
|
993
|
+
* // Required. The name of the agent pool to delete.
|
|
945
994
|
* name: 'projects/my-project/agentPools/my-agentPool',
|
|
946
995
|
* });
|
|
947
996
|
* console.log(res.data);
|
|
@@ -995,7 +1044,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
995
1044
|
*
|
|
996
1045
|
* // Do the magic
|
|
997
1046
|
* const res = await storagetransfer.projects.agentPools.get({
|
|
998
|
-
* // Required. The agent pool to get.
|
|
1047
|
+
* // Required. The name of the agent pool to get.
|
|
999
1048
|
* name: 'projects/my-project/agentPools/my-agentPool',
|
|
1000
1049
|
* });
|
|
1001
1050
|
* console.log(res.data);
|
|
@@ -1054,13 +1103,13 @@ export declare namespace storagetransfer_v1 {
|
|
|
1054
1103
|
*
|
|
1055
1104
|
* // Do the magic
|
|
1056
1105
|
* const res = await storagetransfer.projects.agentPools.list({
|
|
1057
|
-
* //
|
|
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.
|
|
1058
1107
|
* filter: 'placeholder-value',
|
|
1059
|
-
* // The list page size. The max allowed value is 256
|
|
1108
|
+
* // The list page size. The max allowed value is `256`.
|
|
1060
1109
|
* pageSize: 'placeholder-value',
|
|
1061
1110
|
* // The list page token.
|
|
1062
1111
|
* pageToken: 'placeholder-value',
|
|
1063
|
-
* // Required. The ID of the Google Cloud
|
|
1112
|
+
* // Required. The ID of the Google Cloud project that owns the job.
|
|
1064
1113
|
* projectId: '[^/]+',
|
|
1065
1114
|
* });
|
|
1066
1115
|
* console.log(res.data);
|
|
@@ -1117,9 +1166,9 @@ export declare namespace storagetransfer_v1 {
|
|
|
1117
1166
|
*
|
|
1118
1167
|
* // Do the magic
|
|
1119
1168
|
* const res = await storagetransfer.projects.agentPools.patch({
|
|
1120
|
-
* // 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\}`
|
|
1121
1170
|
* name: 'projects/my-project/agentPools/my-agentPool',
|
|
1122
|
-
* // 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
|
|
1123
1172
|
* updateMask: 'placeholder-value',
|
|
1124
1173
|
*
|
|
1125
1174
|
* // Request body metadata
|
|
@@ -1165,11 +1214,11 @@ export declare namespace storagetransfer_v1 {
|
|
|
1165
1214
|
}
|
|
1166
1215
|
export interface Params$Resource$Projects$Agentpools$Create extends StandardParameters {
|
|
1167
1216
|
/**
|
|
1168
|
-
* 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])?$`.
|
|
1169
1218
|
*/
|
|
1170
1219
|
agentPoolId?: string;
|
|
1171
1220
|
/**
|
|
1172
|
-
* Required. The ID of the Google Cloud
|
|
1221
|
+
* Required. The ID of the Google Cloud project that owns the agent pool.
|
|
1173
1222
|
*/
|
|
1174
1223
|
projectId?: string;
|
|
1175
1224
|
/**
|
|
@@ -1179,23 +1228,23 @@ export declare namespace storagetransfer_v1 {
|
|
|
1179
1228
|
}
|
|
1180
1229
|
export interface Params$Resource$Projects$Agentpools$Delete extends StandardParameters {
|
|
1181
1230
|
/**
|
|
1182
|
-
* Required. The agent pool
|
|
1231
|
+
* Required. The name of the agent pool to delete.
|
|
1183
1232
|
*/
|
|
1184
1233
|
name?: string;
|
|
1185
1234
|
}
|
|
1186
1235
|
export interface Params$Resource$Projects$Agentpools$Get extends StandardParameters {
|
|
1187
1236
|
/**
|
|
1188
|
-
* Required. The agent pool to get.
|
|
1237
|
+
* Required. The name of the agent pool to get.
|
|
1189
1238
|
*/
|
|
1190
1239
|
name?: string;
|
|
1191
1240
|
}
|
|
1192
1241
|
export interface Params$Resource$Projects$Agentpools$List extends StandardParameters {
|
|
1193
1242
|
/**
|
|
1194
|
-
*
|
|
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.
|
|
1195
1244
|
*/
|
|
1196
1245
|
filter?: string;
|
|
1197
1246
|
/**
|
|
1198
|
-
* The list page size. The max allowed value is 256
|
|
1247
|
+
* The list page size. The max allowed value is `256`.
|
|
1199
1248
|
*/
|
|
1200
1249
|
pageSize?: number;
|
|
1201
1250
|
/**
|
|
@@ -1203,17 +1252,17 @@ export declare namespace storagetransfer_v1 {
|
|
|
1203
1252
|
*/
|
|
1204
1253
|
pageToken?: string;
|
|
1205
1254
|
/**
|
|
1206
|
-
* Required. The ID of the Google Cloud
|
|
1255
|
+
* Required. The ID of the Google Cloud project that owns the job.
|
|
1207
1256
|
*/
|
|
1208
1257
|
projectId?: string;
|
|
1209
1258
|
}
|
|
1210
1259
|
export interface Params$Resource$Projects$Agentpools$Patch extends StandardParameters {
|
|
1211
1260
|
/**
|
|
1212
|
-
* 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\}`
|
|
1213
1262
|
*/
|
|
1214
1263
|
name?: string;
|
|
1215
1264
|
/**
|
|
1216
|
-
* 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
|
|
1217
1266
|
*/
|
|
1218
1267
|
updateMask?: string;
|
|
1219
1268
|
/**
|
|
@@ -1336,7 +1385,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
1336
1385
|
* const res = await storagetransfer.transferJobs.get({
|
|
1337
1386
|
* // Required. The job to get.
|
|
1338
1387
|
* jobName: 'transferJobs/.*',
|
|
1339
|
-
* // Required. The ID of the Google Cloud
|
|
1388
|
+
* // Required. The ID of the Google Cloud project that owns the job.
|
|
1340
1389
|
* projectId: 'placeholder-value',
|
|
1341
1390
|
* });
|
|
1342
1391
|
* console.log(res.data);
|
|
@@ -1515,7 +1564,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
1515
1564
|
patch(params: Params$Resource$Transferjobs$Patch, callback: BodyResponseCallback<Schema$TransferJob>): void;
|
|
1516
1565
|
patch(callback: BodyResponseCallback<Schema$TransferJob>): void;
|
|
1517
1566
|
/**
|
|
1518
|
-
* 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.
|
|
1519
1568
|
* @example
|
|
1520
1569
|
* ```js
|
|
1521
1570
|
* // Before running the sample:
|
|
@@ -1595,7 +1644,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
1595
1644
|
*/
|
|
1596
1645
|
jobName?: string;
|
|
1597
1646
|
/**
|
|
1598
|
-
* Required. The ID of the Google Cloud
|
|
1647
|
+
* Required. The ID of the Google Cloud project that owns the job.
|
|
1599
1648
|
*/
|
|
1600
1649
|
projectId?: string;
|
|
1601
1650
|
}
|
|
@@ -1785,7 +1834,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
1785
1834
|
* const res = await storagetransfer.transferOperations.list({
|
|
1786
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.
|
|
1787
1836
|
* filter: 'placeholder-value',
|
|
1788
|
-
* //
|
|
1837
|
+
* // Required. The name of the type being listed; must be `transferOperations`.
|
|
1789
1838
|
* name: 'transferOperations',
|
|
1790
1839
|
* // The list page size. The max allowed value is 256.
|
|
1791
1840
|
* pageSize: 'placeholder-value',
|
|
@@ -1962,7 +2011,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
1962
2011
|
*/
|
|
1963
2012
|
filter?: string;
|
|
1964
2013
|
/**
|
|
1965
|
-
*
|
|
2014
|
+
* Required. The name of the type being listed; must be `transferOperations`.
|
|
1966
2015
|
*/
|
|
1967
2016
|
name?: string;
|
|
1968
2017
|
/**
|
package/build/v1.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1.js","sourceRoot":"","sources":["../v1.ts"],"names":[],"mappings":"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"}
|
|
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,22 +357,63 @@ 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
367
|
/**
|
|
368
|
-
*
|
|
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
369
|
*/
|
|
370
370
|
logActions?: string[] | null;
|
|
371
371
|
/**
|
|
372
|
-
* States in which `log_actions` are logged. If empty, no logs are generated.
|
|
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
373
|
*/
|
|
374
374
|
logActionStates?: string[] | null;
|
|
375
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;
|
|
416
|
+
}
|
|
376
417
|
/**
|
|
377
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`.
|
|
378
419
|
*/
|
|
@@ -411,11 +452,11 @@ export namespace storagetransfer_v1 {
|
|
|
411
452
|
*/
|
|
412
453
|
lastModifiedSince?: string | null;
|
|
413
454
|
/**
|
|
414
|
-
*
|
|
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.
|
|
415
456
|
*/
|
|
416
457
|
maxTimeElapsedSinceLastModification?: string | null;
|
|
417
458
|
/**
|
|
418
|
-
*
|
|
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.
|
|
419
460
|
*/
|
|
420
461
|
minTimeElapsedSinceLastModification?: string | null;
|
|
421
462
|
}
|
|
@@ -466,7 +507,7 @@ export namespace storagetransfer_v1 {
|
|
|
466
507
|
*/
|
|
467
508
|
export interface Schema$RunTransferJobRequest {
|
|
468
509
|
/**
|
|
469
|
-
* Required. The ID of the Google Cloud
|
|
510
|
+
* Required. The ID of the Google Cloud project that owns the transfer job.
|
|
470
511
|
*/
|
|
471
512
|
projectId?: string | null;
|
|
472
513
|
}
|
|
@@ -659,7 +700,7 @@ export namespace storagetransfer_v1 {
|
|
|
659
700
|
*/
|
|
660
701
|
notificationConfig?: Schema$NotificationConfig;
|
|
661
702
|
/**
|
|
662
|
-
* The ID of the Google Cloud
|
|
703
|
+
* The ID of the Google Cloud project that owns the job.
|
|
663
704
|
*/
|
|
664
705
|
projectId?: string | null;
|
|
665
706
|
/**
|
|
@@ -680,7 +721,7 @@ export namespace storagetransfer_v1 {
|
|
|
680
721
|
*/
|
|
681
722
|
export interface Schema$TransferManifest {
|
|
682
723
|
/**
|
|
683
|
-
*
|
|
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`.
|
|
684
725
|
*/
|
|
685
726
|
location?: string | null;
|
|
686
727
|
}
|
|
@@ -709,7 +750,7 @@ export namespace storagetransfer_v1 {
|
|
|
709
750
|
*/
|
|
710
751
|
notificationConfig?: Schema$NotificationConfig;
|
|
711
752
|
/**
|
|
712
|
-
* The ID of the Google Cloud
|
|
753
|
+
* The ID of the Google Cloud project that owns the operation.
|
|
713
754
|
*/
|
|
714
755
|
projectId?: string | null;
|
|
715
756
|
/**
|
|
@@ -741,6 +782,10 @@ export namespace storagetransfer_v1 {
|
|
|
741
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.
|
|
742
783
|
*/
|
|
743
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;
|
|
744
789
|
/**
|
|
745
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.
|
|
746
791
|
*/
|
|
@@ -766,6 +811,10 @@ export namespace storagetransfer_v1 {
|
|
|
766
811
|
* A Cloud Storage data source.
|
|
767
812
|
*/
|
|
768
813
|
gcsDataSource?: Schema$GcsData;
|
|
814
|
+
/**
|
|
815
|
+
* Cloud Storage intermediate data location.
|
|
816
|
+
*/
|
|
817
|
+
gcsIntermediateDataLocation?: Schema$GcsData;
|
|
769
818
|
/**
|
|
770
819
|
* An HTTP URL data source.
|
|
771
820
|
*/
|
|
@@ -804,15 +853,15 @@ export namespace storagetransfer_v1 {
|
|
|
804
853
|
*/
|
|
805
854
|
export interface Schema$UpdateTransferJobRequest {
|
|
806
855
|
/**
|
|
807
|
-
* Required. The ID of the Google Cloud
|
|
856
|
+
* Required. The ID of the Google Cloud project that owns the job.
|
|
808
857
|
*/
|
|
809
858
|
projectId?: string | null;
|
|
810
859
|
/**
|
|
811
|
-
* 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.
|
|
812
861
|
*/
|
|
813
862
|
transferJob?: Schema$TransferJob;
|
|
814
863
|
/**
|
|
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, 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.
|
|
816
865
|
*/
|
|
817
866
|
updateTransferJobFieldMask?: string | null;
|
|
818
867
|
}
|
|
@@ -824,7 +873,7 @@ export namespace storagetransfer_v1 {
|
|
|
824
873
|
}
|
|
825
874
|
|
|
826
875
|
/**
|
|
827
|
-
* 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.
|
|
828
877
|
* @example
|
|
829
878
|
* ```js
|
|
830
879
|
* // Before running the sample:
|
|
@@ -850,7 +899,7 @@ export namespace storagetransfer_v1 {
|
|
|
850
899
|
*
|
|
851
900
|
* // Do the magic
|
|
852
901
|
* const res = await storagetransfer.googleServiceAccounts.get({
|
|
853
|
-
* // Required. The ID of the Google Cloud
|
|
902
|
+
* // Required. The ID of the Google Cloud project that the Google service account is associated with.
|
|
854
903
|
* projectId: 'placeholder-value',
|
|
855
904
|
* });
|
|
856
905
|
* console.log(res.data);
|
|
@@ -963,7 +1012,7 @@ export namespace storagetransfer_v1 {
|
|
|
963
1012
|
export interface Params$Resource$Googleserviceaccounts$Get
|
|
964
1013
|
extends StandardParameters {
|
|
965
1014
|
/**
|
|
966
|
-
* Required. The ID of the Google Cloud
|
|
1015
|
+
* Required. The ID of the Google Cloud project that the Google service account is associated with.
|
|
967
1016
|
*/
|
|
968
1017
|
projectId?: string;
|
|
969
1018
|
}
|
|
@@ -1010,9 +1059,9 @@ export namespace storagetransfer_v1 {
|
|
|
1010
1059
|
*
|
|
1011
1060
|
* // Do the magic
|
|
1012
1061
|
* const res = await storagetransfer.projects.agentPools.create({
|
|
1013
|
-
* // 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])?$`.
|
|
1014
1063
|
* agentPoolId: 'placeholder-value',
|
|
1015
|
-
* // Required. The ID of the Google Cloud
|
|
1064
|
+
* // Required. The ID of the Google Cloud project that owns the agent pool.
|
|
1016
1065
|
* projectId: '[^/]+',
|
|
1017
1066
|
*
|
|
1018
1067
|
* // Request body metadata
|
|
@@ -1156,7 +1205,7 @@ export namespace storagetransfer_v1 {
|
|
|
1156
1205
|
*
|
|
1157
1206
|
* // Do the magic
|
|
1158
1207
|
* const res = await storagetransfer.projects.agentPools.delete({
|
|
1159
|
-
* // Required. The agent pool
|
|
1208
|
+
* // Required. The name of the agent pool to delete.
|
|
1160
1209
|
* name: 'projects/my-project/agentPools/my-agentPool',
|
|
1161
1210
|
* });
|
|
1162
1211
|
* console.log(res.data);
|
|
@@ -1281,7 +1330,7 @@ export namespace storagetransfer_v1 {
|
|
|
1281
1330
|
*
|
|
1282
1331
|
* // Do the magic
|
|
1283
1332
|
* const res = await storagetransfer.projects.agentPools.get({
|
|
1284
|
-
* // Required. The agent pool to get.
|
|
1333
|
+
* // Required. The name of the agent pool to get.
|
|
1285
1334
|
* name: 'projects/my-project/agentPools/my-agentPool',
|
|
1286
1335
|
* });
|
|
1287
1336
|
* console.log(res.data);
|
|
@@ -1411,13 +1460,13 @@ export namespace storagetransfer_v1 {
|
|
|
1411
1460
|
*
|
|
1412
1461
|
* // Do the magic
|
|
1413
1462
|
* const res = await storagetransfer.projects.agentPools.list({
|
|
1414
|
-
* //
|
|
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.
|
|
1415
1464
|
* filter: 'placeholder-value',
|
|
1416
|
-
* // The list page size. The max allowed value is 256
|
|
1465
|
+
* // The list page size. The max allowed value is `256`.
|
|
1417
1466
|
* pageSize: 'placeholder-value',
|
|
1418
1467
|
* // The list page token.
|
|
1419
1468
|
* pageToken: 'placeholder-value',
|
|
1420
|
-
* // Required. The ID of the Google Cloud
|
|
1469
|
+
* // Required. The ID of the Google Cloud project that owns the job.
|
|
1421
1470
|
* projectId: '[^/]+',
|
|
1422
1471
|
* });
|
|
1423
1472
|
* console.log(res.data);
|
|
@@ -1553,9 +1602,9 @@ export namespace storagetransfer_v1 {
|
|
|
1553
1602
|
*
|
|
1554
1603
|
* // Do the magic
|
|
1555
1604
|
* const res = await storagetransfer.projects.agentPools.patch({
|
|
1556
|
-
* // 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\}`
|
|
1557
1606
|
* name: 'projects/my-project/agentPools/my-agentPool',
|
|
1558
|
-
* // 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
|
|
1559
1608
|
* updateMask: 'placeholder-value',
|
|
1560
1609
|
*
|
|
1561
1610
|
* // Request body metadata
|
|
@@ -1673,11 +1722,11 @@ export namespace storagetransfer_v1 {
|
|
|
1673
1722
|
export interface Params$Resource$Projects$Agentpools$Create
|
|
1674
1723
|
extends StandardParameters {
|
|
1675
1724
|
/**
|
|
1676
|
-
* 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])?$`.
|
|
1677
1726
|
*/
|
|
1678
1727
|
agentPoolId?: string;
|
|
1679
1728
|
/**
|
|
1680
|
-
* Required. The ID of the Google Cloud
|
|
1729
|
+
* Required. The ID of the Google Cloud project that owns the agent pool.
|
|
1681
1730
|
*/
|
|
1682
1731
|
projectId?: string;
|
|
1683
1732
|
|
|
@@ -1689,25 +1738,25 @@ export namespace storagetransfer_v1 {
|
|
|
1689
1738
|
export interface Params$Resource$Projects$Agentpools$Delete
|
|
1690
1739
|
extends StandardParameters {
|
|
1691
1740
|
/**
|
|
1692
|
-
* Required. The agent pool
|
|
1741
|
+
* Required. The name of the agent pool to delete.
|
|
1693
1742
|
*/
|
|
1694
1743
|
name?: string;
|
|
1695
1744
|
}
|
|
1696
1745
|
export interface Params$Resource$Projects$Agentpools$Get
|
|
1697
1746
|
extends StandardParameters {
|
|
1698
1747
|
/**
|
|
1699
|
-
* Required. The agent pool to get.
|
|
1748
|
+
* Required. The name of the agent pool to get.
|
|
1700
1749
|
*/
|
|
1701
1750
|
name?: string;
|
|
1702
1751
|
}
|
|
1703
1752
|
export interface Params$Resource$Projects$Agentpools$List
|
|
1704
1753
|
extends StandardParameters {
|
|
1705
1754
|
/**
|
|
1706
|
-
*
|
|
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.
|
|
1707
1756
|
*/
|
|
1708
1757
|
filter?: string;
|
|
1709
1758
|
/**
|
|
1710
|
-
* The list page size. The max allowed value is 256
|
|
1759
|
+
* The list page size. The max allowed value is `256`.
|
|
1711
1760
|
*/
|
|
1712
1761
|
pageSize?: number;
|
|
1713
1762
|
/**
|
|
@@ -1715,18 +1764,18 @@ export namespace storagetransfer_v1 {
|
|
|
1715
1764
|
*/
|
|
1716
1765
|
pageToken?: string;
|
|
1717
1766
|
/**
|
|
1718
|
-
* Required. The ID of the Google Cloud
|
|
1767
|
+
* Required. The ID of the Google Cloud project that owns the job.
|
|
1719
1768
|
*/
|
|
1720
1769
|
projectId?: string;
|
|
1721
1770
|
}
|
|
1722
1771
|
export interface Params$Resource$Projects$Agentpools$Patch
|
|
1723
1772
|
extends StandardParameters {
|
|
1724
1773
|
/**
|
|
1725
|
-
* 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\}`
|
|
1726
1775
|
*/
|
|
1727
1776
|
name?: string;
|
|
1728
1777
|
/**
|
|
1729
|
-
* 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
|
|
1730
1779
|
*/
|
|
1731
1780
|
updateMask?: string;
|
|
1732
1781
|
|
|
@@ -1925,7 +1974,7 @@ export namespace storagetransfer_v1 {
|
|
|
1925
1974
|
* const res = await storagetransfer.transferJobs.get({
|
|
1926
1975
|
* // Required. The job to get.
|
|
1927
1976
|
* jobName: 'transferJobs/.*',
|
|
1928
|
-
* // Required. The ID of the Google Cloud
|
|
1977
|
+
* // Required. The ID of the Google Cloud project that owns the job.
|
|
1929
1978
|
* projectId: 'placeholder-value',
|
|
1930
1979
|
* });
|
|
1931
1980
|
* console.log(res.data);
|
|
@@ -2321,7 +2370,7 @@ export namespace storagetransfer_v1 {
|
|
|
2321
2370
|
}
|
|
2322
2371
|
|
|
2323
2372
|
/**
|
|
2324
|
-
* 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.
|
|
2325
2374
|
* @example
|
|
2326
2375
|
* ```js
|
|
2327
2376
|
* // Before running the sample:
|
|
@@ -2472,7 +2521,7 @@ export namespace storagetransfer_v1 {
|
|
|
2472
2521
|
*/
|
|
2473
2522
|
jobName?: string;
|
|
2474
2523
|
/**
|
|
2475
|
-
* Required. The ID of the Google Cloud
|
|
2524
|
+
* Required. The ID of the Google Cloud project that owns the job.
|
|
2476
2525
|
*/
|
|
2477
2526
|
projectId?: string;
|
|
2478
2527
|
}
|
|
@@ -2812,7 +2861,7 @@ export namespace storagetransfer_v1 {
|
|
|
2812
2861
|
* const res = await storagetransfer.transferOperations.list({
|
|
2813
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.
|
|
2814
2863
|
* filter: 'placeholder-value',
|
|
2815
|
-
* //
|
|
2864
|
+
* // Required. The name of the type being listed; must be `transferOperations`.
|
|
2816
2865
|
* name: 'transferOperations',
|
|
2817
2866
|
* // The list page size. The max allowed value is 256.
|
|
2818
2867
|
* pageSize: 'placeholder-value',
|
|
@@ -3211,7 +3260,7 @@ export namespace storagetransfer_v1 {
|
|
|
3211
3260
|
*/
|
|
3212
3261
|
filter?: string;
|
|
3213
3262
|
/**
|
|
3214
|
-
*
|
|
3263
|
+
* Required. The name of the type being listed; must be `transferOperations`.
|
|
3215
3264
|
*/
|
|
3216
3265
|
name?: string;
|
|
3217
3266
|
/**
|