Package-level declarations

Types

Link copied to clipboard
enum LoggingConfigLogActionsItem : Enum<LoggingConfigLogActionsItem> , ConvertibleToJava<LoggingConfigLogActionsItem>
Link copied to clipboard
enum LoggingConfigLogActionStatesItem : Enum<LoggingConfigLogActionStatesItem> , ConvertibleToJava<LoggingConfigLogActionStatesItem>
Link copied to clipboard
enum MetadataOptionsAcl : Enum<MetadataOptionsAcl> , ConvertibleToJava<MetadataOptionsAcl>

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.

Link copied to clipboard
enum MetadataOptionsGid : Enum<MetadataOptionsGid> , ConvertibleToJava<MetadataOptionsGid>

Specifies how each file's POSIX group ID (GID) attribute should be handled by the transfer. By default, GID is not preserved. Only applicable to transfers involving POSIX file systems, and ignored for other transfers.

Link copied to clipboard
enum MetadataOptionsKmsKey : Enum<MetadataOptionsKmsKey> , ConvertibleToJava<MetadataOptionsKmsKey>

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.

Link copied to clipboard
enum MetadataOptionsMode : Enum<MetadataOptionsMode> , ConvertibleToJava<MetadataOptionsMode>

Specifies how each file's mode attribute should be handled by the transfer. By default, mode is not preserved. Only applicable to transfers involving POSIX file systems, and ignored for other transfers.

Link copied to clipboard
enum MetadataOptionsStorageClass : Enum<MetadataOptionsStorageClass> , ConvertibleToJava<MetadataOptionsStorageClass>

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.

Link copied to clipboard
enum MetadataOptionsSymlink : Enum<MetadataOptionsSymlink> , ConvertibleToJava<MetadataOptionsSymlink>

Specifies how symlinks should be handled by the transfer. By default, symlinks are not preserved. Only applicable to transfers involving POSIX file systems, and ignored for other transfers.

Link copied to clipboard
enum MetadataOptionsTemporaryHold : Enum<MetadataOptionsTemporaryHold> , ConvertibleToJava<MetadataOptionsTemporaryHold>

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.

Link copied to clipboard
enum MetadataOptionsTimeCreated : Enum<MetadataOptionsTimeCreated> , ConvertibleToJava<MetadataOptionsTimeCreated>

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.

Link copied to clipboard
enum MetadataOptionsUid : Enum<MetadataOptionsUid> , ConvertibleToJava<MetadataOptionsUid>

Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer. By default, UID is not preserved. Only applicable to transfers involving POSIX file systems, and ignored for other transfers.

Link copied to clipboard
enum NotificationConfigEventTypesItem : Enum<NotificationConfigEventTypesItem> , ConvertibleToJava<NotificationConfigEventTypesItem>
Link copied to clipboard
enum NotificationConfigPayloadFormat : Enum<NotificationConfigPayloadFormat> , ConvertibleToJava<NotificationConfigPayloadFormat>

Required. The desired format of the notification message payloads.

Link copied to clipboard
enum S3CompatibleMetadataAuthMethod : Enum<S3CompatibleMetadataAuthMethod> , ConvertibleToJava<S3CompatibleMetadataAuthMethod>

Specifies the authentication and authorization method used by the storage service. When not specified, Transfer Service will attempt to determine right auth method to use.

Link copied to clipboard
enum S3CompatibleMetadataListApi : Enum<S3CompatibleMetadataListApi> , ConvertibleToJava<S3CompatibleMetadataListApi>

The Listing API to use for discovering objects. When not specified, Transfer Service will attempt to determine the right API to use.

Link copied to clipboard
enum S3CompatibleMetadataProtocol : Enum<S3CompatibleMetadataProtocol> , ConvertibleToJava<S3CompatibleMetadataProtocol>

Specifies the network protocol of the agent. When not specified, the default value of NetworkProtocol NETWORK_PROTOCOL_HTTPS is used.

Link copied to clipboard
enum S3CompatibleMetadataRequestModel : Enum<S3CompatibleMetadataRequestModel> , ConvertibleToJava<S3CompatibleMetadataRequestModel>

Specifies the API request model used to call the storage service. When not specified, the default value of RequestModel REQUEST_MODEL_VIRTUAL_HOSTED_STYLE is used.

Link copied to clipboard
enum TransferJobStatus : Enum<TransferJobStatus> , ConvertibleToJava<TransferJobStatus>

Status of the job. This value MUST be specified for CreateTransferJobRequests. Note: The effect of the new job status takes place during a subsequent job run. For example, if you change the job status from ENABLED to DISABLED, and an operation spawned by the transfer is running, the status change would not affect the current operation.

Link copied to clipboard
enum TransferOptionsOverwriteWhen : Enum<TransferOptionsOverwriteWhen> , ConvertibleToJava<TransferOptionsOverwriteWhen>

When to overwrite objects that already exist in the sink. If not set, overwrite behavior is determined by overwrite_objects_already_existing_in_sink.