public static interface TransferTypes.TransferSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TransferTypes.AwsS3CompatibleData |
getAwsS3CompatibleDataSource()
An AWS S3 compatible data source.
|
TransferTypes.AwsS3CompatibleDataOrBuilder |
getAwsS3CompatibleDataSourceOrBuilder()
An AWS S3 compatible data source.
|
TransferTypes.AwsS3Data |
getAwsS3DataSource()
An AWS S3 data source.
|
TransferTypes.AwsS3DataOrBuilder |
getAwsS3DataSourceOrBuilder()
An AWS S3 data source.
|
TransferTypes.AzureBlobStorageData |
getAzureBlobStorageDataSource()
An Azure Blob Storage data source.
|
TransferTypes.AzureBlobStorageDataOrBuilder |
getAzureBlobStorageDataSourceOrBuilder()
An Azure Blob Storage data source.
|
TransferTypes.TransferSpec.DataSinkCase |
getDataSinkCase() |
TransferTypes.TransferSpec.DataSourceCase |
getDataSourceCase() |
TransferTypes.GcsData |
getGcsDataSink()
A Cloud Storage data sink.
|
TransferTypes.GcsDataOrBuilder |
getGcsDataSinkOrBuilder()
A Cloud Storage data sink.
|
TransferTypes.GcsData |
getGcsDataSource()
A Cloud Storage data source.
|
TransferTypes.GcsDataOrBuilder |
getGcsDataSourceOrBuilder()
A Cloud Storage data source.
|
TransferTypes.GcsData |
getGcsIntermediateDataLocation()
Cloud Storage intermediate data location.
|
TransferTypes.GcsDataOrBuilder |
getGcsIntermediateDataLocationOrBuilder()
Cloud Storage intermediate data location.
|
TransferTypes.HttpData |
getHttpDataSource()
An HTTP URL data source.
|
TransferTypes.HttpDataOrBuilder |
getHttpDataSourceOrBuilder()
An HTTP URL data source.
|
TransferTypes.TransferSpec.IntermediateDataLocationCase |
getIntermediateDataLocationCase() |
TransferTypes.ObjectConditions |
getObjectConditions()
Only objects that satisfy these object conditions are included in the set
of data source and data sink objects.
|
TransferTypes.ObjectConditionsOrBuilder |
getObjectConditionsOrBuilder()
Only objects that satisfy these object conditions are included in the set
of data source and data sink objects.
|
TransferTypes.PosixFilesystem |
getPosixDataSink()
A POSIX Filesystem data sink.
|
TransferTypes.PosixFilesystemOrBuilder |
getPosixDataSinkOrBuilder()
A POSIX Filesystem data sink.
|
TransferTypes.PosixFilesystem |
getPosixDataSource()
A POSIX Filesystem data source.
|
TransferTypes.PosixFilesystemOrBuilder |
getPosixDataSourceOrBuilder()
A POSIX Filesystem data source.
|
String |
getSinkAgentPoolName()
Specifies the agent pool name associated with the posix data sink.
|
com.google.protobuf.ByteString |
getSinkAgentPoolNameBytes()
Specifies the agent pool name associated with the posix data sink.
|
String |
getSourceAgentPoolName()
Specifies the agent pool name associated with the posix data source.
|
com.google.protobuf.ByteString |
getSourceAgentPoolNameBytes()
Specifies the agent pool name associated with the posix data source.
|
TransferTypes.TransferManifest |
getTransferManifest()
A manifest file provides a list of objects to be transferred from the data
source.
|
TransferTypes.TransferManifestOrBuilder |
getTransferManifestOrBuilder()
A manifest file provides a list of objects to be transferred from the data
source.
|
TransferTypes.TransferOptions |
getTransferOptions()
If the option
[delete_objects_unique_in_sink][google.storagetransfer.v1.TransferOptions.delete_objects_unique_in_sink]
is `true` and time-based object conditions such as 'last modification time'
are specified, the request fails with an
[INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error.
|
TransferTypes.TransferOptionsOrBuilder |
getTransferOptionsOrBuilder()
If the option
[delete_objects_unique_in_sink][google.storagetransfer.v1.TransferOptions.delete_objects_unique_in_sink]
is `true` and time-based object conditions such as 'last modification time'
are specified, the request fails with an
[INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error.
|
boolean |
hasAwsS3CompatibleDataSource()
An AWS S3 compatible data source.
|
boolean |
hasAwsS3DataSource()
An AWS S3 data source.
|
boolean |
hasAzureBlobStorageDataSource()
An Azure Blob Storage data source.
|
boolean |
hasGcsDataSink()
A Cloud Storage data sink.
|
boolean |
hasGcsDataSource()
A Cloud Storage data source.
|
boolean |
hasGcsIntermediateDataLocation()
Cloud Storage intermediate data location.
|
boolean |
hasHttpDataSource()
An HTTP URL data source.
|
boolean |
hasObjectConditions()
Only objects that satisfy these object conditions are included in the set
of data source and data sink objects.
|
boolean |
hasPosixDataSink()
A POSIX Filesystem data sink.
|
boolean |
hasPosixDataSource()
A POSIX Filesystem data source.
|
boolean |
hasTransferManifest()
A manifest file provides a list of objects to be transferred from the data
source.
|
boolean |
hasTransferOptions()
If the option
[delete_objects_unique_in_sink][google.storagetransfer.v1.TransferOptions.delete_objects_unique_in_sink]
is `true` and time-based object conditions such as 'last modification time'
are specified, the request fails with an
[INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsDataSink()
A Cloud Storage data sink.
.google.storagetransfer.v1.GcsData gcs_data_sink = 4;TransferTypes.GcsData getGcsDataSink()
A Cloud Storage data sink.
.google.storagetransfer.v1.GcsData gcs_data_sink = 4;TransferTypes.GcsDataOrBuilder getGcsDataSinkOrBuilder()
A Cloud Storage data sink.
.google.storagetransfer.v1.GcsData gcs_data_sink = 4;boolean hasPosixDataSink()
A POSIX Filesystem data sink.
.google.storagetransfer.v1.PosixFilesystem posix_data_sink = 13;TransferTypes.PosixFilesystem getPosixDataSink()
A POSIX Filesystem data sink.
.google.storagetransfer.v1.PosixFilesystem posix_data_sink = 13;TransferTypes.PosixFilesystemOrBuilder getPosixDataSinkOrBuilder()
A POSIX Filesystem data sink.
.google.storagetransfer.v1.PosixFilesystem posix_data_sink = 13;boolean hasGcsDataSource()
A Cloud Storage data source.
.google.storagetransfer.v1.GcsData gcs_data_source = 1;TransferTypes.GcsData getGcsDataSource()
A Cloud Storage data source.
.google.storagetransfer.v1.GcsData gcs_data_source = 1;TransferTypes.GcsDataOrBuilder getGcsDataSourceOrBuilder()
A Cloud Storage data source.
.google.storagetransfer.v1.GcsData gcs_data_source = 1;boolean hasAwsS3DataSource()
An AWS S3 data source.
.google.storagetransfer.v1.AwsS3Data aws_s3_data_source = 2;TransferTypes.AwsS3Data getAwsS3DataSource()
An AWS S3 data source.
.google.storagetransfer.v1.AwsS3Data aws_s3_data_source = 2;TransferTypes.AwsS3DataOrBuilder getAwsS3DataSourceOrBuilder()
An AWS S3 data source.
.google.storagetransfer.v1.AwsS3Data aws_s3_data_source = 2;boolean hasHttpDataSource()
An HTTP URL data source.
.google.storagetransfer.v1.HttpData http_data_source = 3;TransferTypes.HttpData getHttpDataSource()
An HTTP URL data source.
.google.storagetransfer.v1.HttpData http_data_source = 3;TransferTypes.HttpDataOrBuilder getHttpDataSourceOrBuilder()
An HTTP URL data source.
.google.storagetransfer.v1.HttpData http_data_source = 3;boolean hasPosixDataSource()
A POSIX Filesystem data source.
.google.storagetransfer.v1.PosixFilesystem posix_data_source = 14;TransferTypes.PosixFilesystem getPosixDataSource()
A POSIX Filesystem data source.
.google.storagetransfer.v1.PosixFilesystem posix_data_source = 14;TransferTypes.PosixFilesystemOrBuilder getPosixDataSourceOrBuilder()
A POSIX Filesystem data source.
.google.storagetransfer.v1.PosixFilesystem posix_data_source = 14;boolean hasAzureBlobStorageDataSource()
An Azure Blob Storage data source.
.google.storagetransfer.v1.AzureBlobStorageData azure_blob_storage_data_source = 8;
TransferTypes.AzureBlobStorageData getAzureBlobStorageDataSource()
An Azure Blob Storage data source.
.google.storagetransfer.v1.AzureBlobStorageData azure_blob_storage_data_source = 8;
TransferTypes.AzureBlobStorageDataOrBuilder getAzureBlobStorageDataSourceOrBuilder()
An Azure Blob Storage data source.
.google.storagetransfer.v1.AzureBlobStorageData azure_blob_storage_data_source = 8;
boolean hasAwsS3CompatibleDataSource()
An AWS S3 compatible data source.
.google.storagetransfer.v1.AwsS3CompatibleData aws_s3_compatible_data_source = 19;
TransferTypes.AwsS3CompatibleData getAwsS3CompatibleDataSource()
An AWS S3 compatible data source.
.google.storagetransfer.v1.AwsS3CompatibleData aws_s3_compatible_data_source = 19;
TransferTypes.AwsS3CompatibleDataOrBuilder getAwsS3CompatibleDataSourceOrBuilder()
An AWS S3 compatible data source.
.google.storagetransfer.v1.AwsS3CompatibleData aws_s3_compatible_data_source = 19;
boolean hasGcsIntermediateDataLocation()
Cloud Storage intermediate data location.
.google.storagetransfer.v1.GcsData gcs_intermediate_data_location = 16;TransferTypes.GcsData getGcsIntermediateDataLocation()
Cloud Storage intermediate data location.
.google.storagetransfer.v1.GcsData gcs_intermediate_data_location = 16;TransferTypes.GcsDataOrBuilder getGcsIntermediateDataLocationOrBuilder()
Cloud Storage intermediate data location.
.google.storagetransfer.v1.GcsData gcs_intermediate_data_location = 16;boolean hasObjectConditions()
Only objects that satisfy these object conditions are included in the set of data source and data sink objects. Object conditions based on objects' "last modification time" do not exclude objects in a data sink.
.google.storagetransfer.v1.ObjectConditions object_conditions = 5;TransferTypes.ObjectConditions getObjectConditions()
Only objects that satisfy these object conditions are included in the set of data source and data sink objects. Object conditions based on objects' "last modification time" do not exclude objects in a data sink.
.google.storagetransfer.v1.ObjectConditions object_conditions = 5;TransferTypes.ObjectConditionsOrBuilder getObjectConditionsOrBuilder()
Only objects that satisfy these object conditions are included in the set of data source and data sink objects. Object conditions based on objects' "last modification time" do not exclude objects in a data sink.
.google.storagetransfer.v1.ObjectConditions object_conditions = 5;boolean hasTransferOptions()
If the option [delete_objects_unique_in_sink][google.storagetransfer.v1.TransferOptions.delete_objects_unique_in_sink] is `true` and time-based object conditions such as 'last modification time' are specified, the request fails with an [INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error.
.google.storagetransfer.v1.TransferOptions transfer_options = 6;TransferTypes.TransferOptions getTransferOptions()
If the option [delete_objects_unique_in_sink][google.storagetransfer.v1.TransferOptions.delete_objects_unique_in_sink] is `true` and time-based object conditions such as 'last modification time' are specified, the request fails with an [INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error.
.google.storagetransfer.v1.TransferOptions transfer_options = 6;TransferTypes.TransferOptionsOrBuilder getTransferOptionsOrBuilder()
If the option [delete_objects_unique_in_sink][google.storagetransfer.v1.TransferOptions.delete_objects_unique_in_sink] is `true` and time-based object conditions such as 'last modification time' are specified, the request fails with an [INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error.
.google.storagetransfer.v1.TransferOptions transfer_options = 6;boolean hasTransferManifest()
A manifest file provides a list of objects to be transferred from the data source. This field points to the location of the manifest file. Otherwise, the entire source bucket is used. ObjectConditions still apply.
.google.storagetransfer.v1.TransferManifest transfer_manifest = 15;TransferTypes.TransferManifest getTransferManifest()
A manifest file provides a list of objects to be transferred from the data source. This field points to the location of the manifest file. Otherwise, the entire source bucket is used. ObjectConditions still apply.
.google.storagetransfer.v1.TransferManifest transfer_manifest = 15;TransferTypes.TransferManifestOrBuilder getTransferManifestOrBuilder()
A manifest file provides a list of objects to be transferred from the data source. This field points to the location of the manifest file. Otherwise, the entire source bucket is used. ObjectConditions still apply.
.google.storagetransfer.v1.TransferManifest transfer_manifest = 15;String getSourceAgentPoolName()
Specifies the agent pool name associated with the posix data source. When unspecified, the default name is used.
string source_agent_pool_name = 17;com.google.protobuf.ByteString getSourceAgentPoolNameBytes()
Specifies the agent pool name associated with the posix data source. When unspecified, the default name is used.
string source_agent_pool_name = 17;String getSinkAgentPoolName()
Specifies the agent pool name associated with the posix data sink. When unspecified, the default name is used.
string sink_agent_pool_name = 18;com.google.protobuf.ByteString getSinkAgentPoolNameBytes()
Specifies the agent pool name associated with the posix data sink. When unspecified, the default name is used.
string sink_agent_pool_name = 18;TransferTypes.TransferSpec.DataSinkCase getDataSinkCase()
TransferTypes.TransferSpec.DataSourceCase getDataSourceCase()
TransferTypes.TransferSpec.IntermediateDataLocationCase getIntermediateDataLocationCase()
Copyright © 2022 Google LLC. All rights reserved.