Skip to content

Commit 9cab425

Browse files
feat(storagetransfer): update the api
#### storagetransfer:v1 The following keys were added: - schemas.AwsS3Data.properties.managedPrivateNetwork.type (Total Keys: 1)
1 parent 8a41e8c commit 9cab425

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

googleapiclient/discovery_cache/documents/storagetransfer.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@
632632
}
633633
}
634634
},
635-
"revision": "20240429",
635+
"revision": "20240507",
636636
"rootUrl": "https://storagetransfer.googleapis.com/",
637637
"schemas": {
638638
"AgentPool": {
@@ -733,6 +733,10 @@
733733
"description": "Optional. The Resource name of a secret in Secret Manager. AWS credentials must be stored in Secret Manager in JSON format: { \"access_key_id\": \"ACCESS_KEY_ID\", \"secret_access_key\": \"SECRET_ACCESS_KEY\" } GoogleServiceAccount must be granted `roles/secretmanager.secretAccessor` for the resource. See [Configure access to a source: Amazon S3] (https://cloud.google.com/storage-transfer/docs/source-amazon-s3#secret_manager) for more information. If `credentials_secret` is specified, do not specify role_arn or aws_access_key. Format: `projects/{project_number}/secrets/{secret_name}`",
734734
"type": "string"
735735
},
736+
"managedPrivateNetwork": {
737+
"description": "Egress bytes over a Google-managed private network. This network is shared between other users of Storage Transfer Service.",
738+
"type": "boolean"
739+
},
736740
"path": {
737741
"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 '/'.",
738742
"type": "string"

0 commit comments

Comments
 (0)