generated/google/apis/storagetransfer_v1/classes.rb in google-api-client-0.47.0 vs generated/google/apis/storagetransfer_v1/classes.rb in google-api-client-0.48.0
- old
+ new
@@ -21,11 +21,13 @@
module Google
module Apis
module StoragetransferV1
# AWS access key (see [AWS Security Credentials](https://docs.aws.amazon.com/
- # general/latest/gr/aws-security-credentials.html)).
+ # general/latest/gr/aws-security-credentials.html)). For information on our data
+ # retention policy for user credentials, see [User credentials](data-retention#
+ # user-credentials).
class AwsAccessKey
include Google::Apis::Core::Hashable
# Required. AWS access key ID.
# Corresponds to the JSON property `accessKeyId`
@@ -52,11 +54,13 @@
# AwsS3Data resource, an object's name is the S3 object's key name.
class AwsS3Data
include Google::Apis::Core::Hashable
# AWS access key (see [AWS Security Credentials](https://docs.aws.amazon.com/
- # general/latest/gr/aws-security-credentials.html)).
+ # general/latest/gr/aws-security-credentials.html)). For information on our data
+ # retention policy for user credentials, see [User credentials](data-retention#
+ # user-credentials).
# Corresponds to the JSON property `awsAccessKey`
# @return [Google::Apis::StoragetransferV1::AwsAccessKey]
attr_accessor :aws_access_key
# Required. S3 Bucket name (see [Creating a bucket](https://docs.aws.amazon.com/
@@ -84,11 +88,12 @@
# blob's key name](https://docs.microsoft.com/en-us/rest/api/storageservices/
# naming-and-referencing-containers--blobs--and-metadata#blob-names).
class AzureBlobStorageData
include Google::Apis::Core::Hashable
- # Azure credentials
+ # Azure credentials For information on our data retention policy for user
+ # credentials, see [User credentials](data-retention#user-credentials).
# Corresponds to the JSON property `azureCredentials`
# @return [Google::Apis::StoragetransferV1::AzureCredentials]
attr_accessor :azure_credentials
# Required. The container to transfer from the Azure Storage account.
@@ -111,11 +116,12 @@
@container = args[:container] if args.key?(:container)
@storage_account = args[:storage_account] if args.key?(:storage_account)
end
end
- # Azure credentials
+ # Azure credentials For information on our data retention policy for user
+ # credentials, see [User credentials](data-retention#user-credentials).
class AzureCredentials
include Google::Apis::Core::Hashable
# Required. Azure shared access signature. (see [Grant limited access to Azure
# Storage resources using shared access signatures (SAS)](https://docs.microsoft.
@@ -1056,10 +1062,13 @@
# Corresponds to the JSON property `deleteObjectsUniqueInSink`
# @return [Boolean]
attr_accessor :delete_objects_unique_in_sink
alias_method :delete_objects_unique_in_sink?, :delete_objects_unique_in_sink
- # Whether overwriting objects that already exist in the sink is allowed.
+ # 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 will be
+ # overwritten with the source object.
# Corresponds to the JSON property `overwriteObjectsAlreadyExistingInSink`
# @return [Boolean]
attr_accessor :overwrite_objects_already_existing_in_sink
alias_method :overwrite_objects_already_existing_in_sink?, :overwrite_objects_already_existing_in_sink