|
637 | 637 | } |
638 | 638 | } |
639 | 639 | }, |
640 | | - "revision": "20251010", |
| 640 | + "revision": "20251106", |
641 | 641 | "rootUrl": "https://storagetransfer.googleapis.com/", |
642 | 642 | "schemas": { |
643 | 643 | "AgentPool": { |
|
746 | 746 | "description": "Root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.", |
747 | 747 | "type": "string" |
748 | 748 | }, |
| 749 | + "privateNetworkService": { |
| 750 | + "description": "Service Directory Service to be used as the endpoint for transfers from a custom VPC. Format: `projects/{project_id}/locations/{location}/namespaces/{namespace}/services/{service}`", |
| 751 | + "type": "string" |
| 752 | + }, |
749 | 753 | "roleArn": { |
750 | 754 | "description": "The Amazon Resource Name (ARN) of the role to support temporary credentials via `AssumeRoleWithWebIdentity`. For more information about ARNs, see [IAM ARNs](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-arns). When a role ARN is provided, Transfer Service fetches temporary credentials for the session using a `AssumeRoleWithWebIdentity` call for the provided role using the GoogleServiceAccount for this project.", |
751 | 755 | "type": "string" |
|
777 | 781 | "description": "Root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.", |
778 | 782 | "type": "string" |
779 | 783 | }, |
| 784 | + "privateNetworkService": { |
| 785 | + "description": "Service Directory Service to be used as the endpoint for transfers from a custom VPC. Format: `projects/{project_id}/locations/{location}/namespaces/{namespace}/services/{service}`", |
| 786 | + "type": "string" |
| 787 | + }, |
780 | 788 | "storageAccount": { |
781 | 789 | "description": "Required. The name of the Azure Storage account.", |
782 | 790 | "type": "string" |
|
1336 | 1344 | "format": "google-datetime", |
1337 | 1345 | "type": "string" |
1338 | 1346 | }, |
| 1347 | + "matchGlob": { |
| 1348 | + "description": "Optional. If specified, only objects matching this glob are transferred.", |
| 1349 | + "type": "string" |
| 1350 | + }, |
1339 | 1351 | "maxTimeElapsedSinceLastModification": { |
1340 | 1352 | "description": "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.", |
1341 | 1353 | "format": "google-duration", |
|
0 commit comments