public static final class TransferTypes.TransferSpec.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TransferTypes.TransferSpec.Builder> implements TransferTypes.TransferSpecOrBuilder
Configuration for running a transfer.Protobuf type
google.storagetransfer.v1.TransferSpec| Modifier and Type | Method and Description |
|---|---|
TransferTypes.TransferSpec.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransferTypes.TransferSpec |
build() |
TransferTypes.TransferSpec |
buildPartial() |
TransferTypes.TransferSpec.Builder |
clear() |
TransferTypes.TransferSpec.Builder |
clearAwsS3CompatibleDataSource()
An AWS S3 compatible data source.
|
TransferTypes.TransferSpec.Builder |
clearAwsS3DataSource()
An AWS S3 data source.
|
TransferTypes.TransferSpec.Builder |
clearAzureBlobStorageDataSource()
An Azure Blob Storage data source.
|
TransferTypes.TransferSpec.Builder |
clearDataSink() |
TransferTypes.TransferSpec.Builder |
clearDataSource() |
TransferTypes.TransferSpec.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransferTypes.TransferSpec.Builder |
clearGcsDataSink()
A Cloud Storage data sink.
|
TransferTypes.TransferSpec.Builder |
clearGcsDataSource()
A Cloud Storage data source.
|
TransferTypes.TransferSpec.Builder |
clearGcsIntermediateDataLocation()
Cloud Storage intermediate data location.
|
TransferTypes.TransferSpec.Builder |
clearHttpDataSource()
An HTTP URL data source.
|
TransferTypes.TransferSpec.Builder |
clearIntermediateDataLocation() |
TransferTypes.TransferSpec.Builder |
clearObjectConditions()
Only objects that satisfy these object conditions are included in the set
of data source and data sink objects.
|
TransferTypes.TransferSpec.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransferTypes.TransferSpec.Builder |
clearPosixDataSink()
A POSIX Filesystem data sink.
|
TransferTypes.TransferSpec.Builder |
clearPosixDataSource()
A POSIX Filesystem data source.
|
TransferTypes.TransferSpec.Builder |
clearSinkAgentPoolName()
Specifies the agent pool name associated with the posix data sink.
|
TransferTypes.TransferSpec.Builder |
clearSourceAgentPoolName()
Specifies the agent pool name associated with the posix data source.
|
TransferTypes.TransferSpec.Builder |
clearTransferManifest()
A manifest file provides a list of objects to be transferred from the data
source.
|
TransferTypes.TransferSpec.Builder |
clearTransferOptions()
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.TransferSpec.Builder |
clone() |
TransferTypes.AwsS3CompatibleData |
getAwsS3CompatibleDataSource()
An AWS S3 compatible data source.
|
TransferTypes.AwsS3CompatibleData.Builder |
getAwsS3CompatibleDataSourceBuilder()
An AWS S3 compatible data source.
|
TransferTypes.AwsS3CompatibleDataOrBuilder |
getAwsS3CompatibleDataSourceOrBuilder()
An AWS S3 compatible data source.
|
TransferTypes.AwsS3Data |
getAwsS3DataSource()
An AWS S3 data source.
|
TransferTypes.AwsS3Data.Builder |
getAwsS3DataSourceBuilder()
An AWS S3 data source.
|
TransferTypes.AwsS3DataOrBuilder |
getAwsS3DataSourceOrBuilder()
An AWS S3 data source.
|
TransferTypes.AzureBlobStorageData |
getAzureBlobStorageDataSource()
An Azure Blob Storage data source.
|
TransferTypes.AzureBlobStorageData.Builder |
getAzureBlobStorageDataSourceBuilder()
An Azure Blob Storage data source.
|
TransferTypes.AzureBlobStorageDataOrBuilder |
getAzureBlobStorageDataSourceOrBuilder()
An Azure Blob Storage data source.
|
TransferTypes.TransferSpec.DataSinkCase |
getDataSinkCase() |
TransferTypes.TransferSpec.DataSourceCase |
getDataSourceCase() |
TransferTypes.TransferSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
TransferTypes.GcsData |
getGcsDataSink()
A Cloud Storage data sink.
|
TransferTypes.GcsData.Builder |
getGcsDataSinkBuilder()
A Cloud Storage data sink.
|
TransferTypes.GcsDataOrBuilder |
getGcsDataSinkOrBuilder()
A Cloud Storage data sink.
|
TransferTypes.GcsData |
getGcsDataSource()
A Cloud Storage data source.
|
TransferTypes.GcsData.Builder |
getGcsDataSourceBuilder()
A Cloud Storage data source.
|
TransferTypes.GcsDataOrBuilder |
getGcsDataSourceOrBuilder()
A Cloud Storage data source.
|
TransferTypes.GcsData |
getGcsIntermediateDataLocation()
Cloud Storage intermediate data location.
|
TransferTypes.GcsData.Builder |
getGcsIntermediateDataLocationBuilder()
Cloud Storage intermediate data location.
|
TransferTypes.GcsDataOrBuilder |
getGcsIntermediateDataLocationOrBuilder()
Cloud Storage intermediate data location.
|
TransferTypes.HttpData |
getHttpDataSource()
An HTTP URL data source.
|
TransferTypes.HttpData.Builder |
getHttpDataSourceBuilder()
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.ObjectConditions.Builder |
getObjectConditionsBuilder()
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.PosixFilesystem.Builder |
getPosixDataSinkBuilder()
A POSIX Filesystem data sink.
|
TransferTypes.PosixFilesystemOrBuilder |
getPosixDataSinkOrBuilder()
A POSIX Filesystem data sink.
|
TransferTypes.PosixFilesystem |
getPosixDataSource()
A POSIX Filesystem data source.
|
TransferTypes.PosixFilesystem.Builder |
getPosixDataSourceBuilder()
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.TransferManifest.Builder |
getTransferManifestBuilder()
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.TransferOptions.Builder |
getTransferOptionsBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TransferTypes.TransferSpec.Builder |
mergeAwsS3CompatibleDataSource(TransferTypes.AwsS3CompatibleData value)
An AWS S3 compatible data source.
|
TransferTypes.TransferSpec.Builder |
mergeAwsS3DataSource(TransferTypes.AwsS3Data value)
An AWS S3 data source.
|
TransferTypes.TransferSpec.Builder |
mergeAzureBlobStorageDataSource(TransferTypes.AzureBlobStorageData value)
An Azure Blob Storage data source.
|
TransferTypes.TransferSpec.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransferTypes.TransferSpec.Builder |
mergeFrom(com.google.protobuf.Message other) |
TransferTypes.TransferSpec.Builder |
mergeFrom(TransferTypes.TransferSpec other) |
TransferTypes.TransferSpec.Builder |
mergeGcsDataSink(TransferTypes.GcsData value)
A Cloud Storage data sink.
|
TransferTypes.TransferSpec.Builder |
mergeGcsDataSource(TransferTypes.GcsData value)
A Cloud Storage data source.
|
TransferTypes.TransferSpec.Builder |
mergeGcsIntermediateDataLocation(TransferTypes.GcsData value)
Cloud Storage intermediate data location.
|
TransferTypes.TransferSpec.Builder |
mergeHttpDataSource(TransferTypes.HttpData value)
An HTTP URL data source.
|
TransferTypes.TransferSpec.Builder |
mergeObjectConditions(TransferTypes.ObjectConditions value)
Only objects that satisfy these object conditions are included in the set
of data source and data sink objects.
|
TransferTypes.TransferSpec.Builder |
mergePosixDataSink(TransferTypes.PosixFilesystem value)
A POSIX Filesystem data sink.
|
TransferTypes.TransferSpec.Builder |
mergePosixDataSource(TransferTypes.PosixFilesystem value)
A POSIX Filesystem data source.
|
TransferTypes.TransferSpec.Builder |
mergeTransferManifest(TransferTypes.TransferManifest value)
A manifest file provides a list of objects to be transferred from the data
source.
|
TransferTypes.TransferSpec.Builder |
mergeTransferOptions(TransferTypes.TransferOptions value)
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.TransferSpec.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransferTypes.TransferSpec.Builder |
setAwsS3CompatibleDataSource(TransferTypes.AwsS3CompatibleData.Builder builderForValue)
An AWS S3 compatible data source.
|
TransferTypes.TransferSpec.Builder |
setAwsS3CompatibleDataSource(TransferTypes.AwsS3CompatibleData value)
An AWS S3 compatible data source.
|
TransferTypes.TransferSpec.Builder |
setAwsS3DataSource(TransferTypes.AwsS3Data.Builder builderForValue)
An AWS S3 data source.
|
TransferTypes.TransferSpec.Builder |
setAwsS3DataSource(TransferTypes.AwsS3Data value)
An AWS S3 data source.
|
TransferTypes.TransferSpec.Builder |
setAzureBlobStorageDataSource(TransferTypes.AzureBlobStorageData.Builder builderForValue)
An Azure Blob Storage data source.
|
TransferTypes.TransferSpec.Builder |
setAzureBlobStorageDataSource(TransferTypes.AzureBlobStorageData value)
An Azure Blob Storage data source.
|
TransferTypes.TransferSpec.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransferTypes.TransferSpec.Builder |
setGcsDataSink(TransferTypes.GcsData.Builder builderForValue)
A Cloud Storage data sink.
|
TransferTypes.TransferSpec.Builder |
setGcsDataSink(TransferTypes.GcsData value)
A Cloud Storage data sink.
|
TransferTypes.TransferSpec.Builder |
setGcsDataSource(TransferTypes.GcsData.Builder builderForValue)
A Cloud Storage data source.
|
TransferTypes.TransferSpec.Builder |
setGcsDataSource(TransferTypes.GcsData value)
A Cloud Storage data source.
|
TransferTypes.TransferSpec.Builder |
setGcsIntermediateDataLocation(TransferTypes.GcsData.Builder builderForValue)
Cloud Storage intermediate data location.
|
TransferTypes.TransferSpec.Builder |
setGcsIntermediateDataLocation(TransferTypes.GcsData value)
Cloud Storage intermediate data location.
|
TransferTypes.TransferSpec.Builder |
setHttpDataSource(TransferTypes.HttpData.Builder builderForValue)
An HTTP URL data source.
|
TransferTypes.TransferSpec.Builder |
setHttpDataSource(TransferTypes.HttpData value)
An HTTP URL data source.
|
TransferTypes.TransferSpec.Builder |
setObjectConditions(TransferTypes.ObjectConditions.Builder builderForValue)
Only objects that satisfy these object conditions are included in the set
of data source and data sink objects.
|
TransferTypes.TransferSpec.Builder |
setObjectConditions(TransferTypes.ObjectConditions value)
Only objects that satisfy these object conditions are included in the set
of data source and data sink objects.
|
TransferTypes.TransferSpec.Builder |
setPosixDataSink(TransferTypes.PosixFilesystem.Builder builderForValue)
A POSIX Filesystem data sink.
|
TransferTypes.TransferSpec.Builder |
setPosixDataSink(TransferTypes.PosixFilesystem value)
A POSIX Filesystem data sink.
|
TransferTypes.TransferSpec.Builder |
setPosixDataSource(TransferTypes.PosixFilesystem.Builder builderForValue)
A POSIX Filesystem data source.
|
TransferTypes.TransferSpec.Builder |
setPosixDataSource(TransferTypes.PosixFilesystem value)
A POSIX Filesystem data source.
|
TransferTypes.TransferSpec.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransferTypes.TransferSpec.Builder |
setSinkAgentPoolName(String value)
Specifies the agent pool name associated with the posix data sink.
|
TransferTypes.TransferSpec.Builder |
setSinkAgentPoolNameBytes(com.google.protobuf.ByteString value)
Specifies the agent pool name associated with the posix data sink.
|
TransferTypes.TransferSpec.Builder |
setSourceAgentPoolName(String value)
Specifies the agent pool name associated with the posix data source.
|
TransferTypes.TransferSpec.Builder |
setSourceAgentPoolNameBytes(com.google.protobuf.ByteString value)
Specifies the agent pool name associated with the posix data source.
|
TransferTypes.TransferSpec.Builder |
setTransferManifest(TransferTypes.TransferManifest.Builder builderForValue)
A manifest file provides a list of objects to be transferred from the data
source.
|
TransferTypes.TransferSpec.Builder |
setTransferManifest(TransferTypes.TransferManifest value)
A manifest file provides a list of objects to be transferred from the data
source.
|
TransferTypes.TransferSpec.Builder |
setTransferOptions(TransferTypes.TransferOptions.Builder builderForValue)
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.TransferSpec.Builder |
setTransferOptions(TransferTypes.TransferOptions value)
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.TransferSpec.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TransferTypes.TransferSpec.Builder>public TransferTypes.TransferSpec.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TransferTypes.TransferSpec.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TransferTypes.TransferSpec.Builder>public TransferTypes.TransferSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TransferTypes.TransferSpec build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TransferTypes.TransferSpec buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TransferTypes.TransferSpec.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TransferTypes.TransferSpec.Builder>public TransferTypes.TransferSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TransferTypes.TransferSpec.Builder>public TransferTypes.TransferSpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TransferTypes.TransferSpec.Builder>public TransferTypes.TransferSpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TransferTypes.TransferSpec.Builder>public TransferTypes.TransferSpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransferTypes.TransferSpec.Builder>public TransferTypes.TransferSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransferTypes.TransferSpec.Builder>public TransferTypes.TransferSpec.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransferTypes.TransferSpec.Builder>public TransferTypes.TransferSpec.Builder mergeFrom(TransferTypes.TransferSpec other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TransferTypes.TransferSpec.Builder>public TransferTypes.TransferSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransferTypes.TransferSpec.Builder>IOExceptionpublic TransferTypes.TransferSpec.DataSinkCase getDataSinkCase()
getDataSinkCase in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder clearDataSink()
public TransferTypes.TransferSpec.DataSourceCase getDataSourceCase()
getDataSourceCase in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder clearDataSource()
public TransferTypes.TransferSpec.IntermediateDataLocationCase getIntermediateDataLocationCase()
getIntermediateDataLocationCase in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder clearIntermediateDataLocation()
public boolean hasGcsDataSink()
A Cloud Storage data sink.
.google.storagetransfer.v1.GcsData gcs_data_sink = 4;hasGcsDataSink in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.GcsData getGcsDataSink()
A Cloud Storage data sink.
.google.storagetransfer.v1.GcsData gcs_data_sink = 4;getGcsDataSink in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder setGcsDataSink(TransferTypes.GcsData value)
A Cloud Storage data sink.
.google.storagetransfer.v1.GcsData gcs_data_sink = 4;public TransferTypes.TransferSpec.Builder setGcsDataSink(TransferTypes.GcsData.Builder builderForValue)
A Cloud Storage data sink.
.google.storagetransfer.v1.GcsData gcs_data_sink = 4;public TransferTypes.TransferSpec.Builder mergeGcsDataSink(TransferTypes.GcsData value)
A Cloud Storage data sink.
.google.storagetransfer.v1.GcsData gcs_data_sink = 4;public TransferTypes.TransferSpec.Builder clearGcsDataSink()
A Cloud Storage data sink.
.google.storagetransfer.v1.GcsData gcs_data_sink = 4;public TransferTypes.GcsData.Builder getGcsDataSinkBuilder()
A Cloud Storage data sink.
.google.storagetransfer.v1.GcsData gcs_data_sink = 4;public TransferTypes.GcsDataOrBuilder getGcsDataSinkOrBuilder()
A Cloud Storage data sink.
.google.storagetransfer.v1.GcsData gcs_data_sink = 4;getGcsDataSinkOrBuilder in interface TransferTypes.TransferSpecOrBuilderpublic boolean hasPosixDataSink()
A POSIX Filesystem data sink.
.google.storagetransfer.v1.PosixFilesystem posix_data_sink = 13;hasPosixDataSink in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.PosixFilesystem getPosixDataSink()
A POSIX Filesystem data sink.
.google.storagetransfer.v1.PosixFilesystem posix_data_sink = 13;getPosixDataSink in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder setPosixDataSink(TransferTypes.PosixFilesystem value)
A POSIX Filesystem data sink.
.google.storagetransfer.v1.PosixFilesystem posix_data_sink = 13;public TransferTypes.TransferSpec.Builder setPosixDataSink(TransferTypes.PosixFilesystem.Builder builderForValue)
A POSIX Filesystem data sink.
.google.storagetransfer.v1.PosixFilesystem posix_data_sink = 13;public TransferTypes.TransferSpec.Builder mergePosixDataSink(TransferTypes.PosixFilesystem value)
A POSIX Filesystem data sink.
.google.storagetransfer.v1.PosixFilesystem posix_data_sink = 13;public TransferTypes.TransferSpec.Builder clearPosixDataSink()
A POSIX Filesystem data sink.
.google.storagetransfer.v1.PosixFilesystem posix_data_sink = 13;public TransferTypes.PosixFilesystem.Builder getPosixDataSinkBuilder()
A POSIX Filesystem data sink.
.google.storagetransfer.v1.PosixFilesystem posix_data_sink = 13;public TransferTypes.PosixFilesystemOrBuilder getPosixDataSinkOrBuilder()
A POSIX Filesystem data sink.
.google.storagetransfer.v1.PosixFilesystem posix_data_sink = 13;getPosixDataSinkOrBuilder in interface TransferTypes.TransferSpecOrBuilderpublic boolean hasGcsDataSource()
A Cloud Storage data source.
.google.storagetransfer.v1.GcsData gcs_data_source = 1;hasGcsDataSource in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.GcsData getGcsDataSource()
A Cloud Storage data source.
.google.storagetransfer.v1.GcsData gcs_data_source = 1;getGcsDataSource in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder setGcsDataSource(TransferTypes.GcsData value)
A Cloud Storage data source.
.google.storagetransfer.v1.GcsData gcs_data_source = 1;public TransferTypes.TransferSpec.Builder setGcsDataSource(TransferTypes.GcsData.Builder builderForValue)
A Cloud Storage data source.
.google.storagetransfer.v1.GcsData gcs_data_source = 1;public TransferTypes.TransferSpec.Builder mergeGcsDataSource(TransferTypes.GcsData value)
A Cloud Storage data source.
.google.storagetransfer.v1.GcsData gcs_data_source = 1;public TransferTypes.TransferSpec.Builder clearGcsDataSource()
A Cloud Storage data source.
.google.storagetransfer.v1.GcsData gcs_data_source = 1;public TransferTypes.GcsData.Builder getGcsDataSourceBuilder()
A Cloud Storage data source.
.google.storagetransfer.v1.GcsData gcs_data_source = 1;public TransferTypes.GcsDataOrBuilder getGcsDataSourceOrBuilder()
A Cloud Storage data source.
.google.storagetransfer.v1.GcsData gcs_data_source = 1;getGcsDataSourceOrBuilder in interface TransferTypes.TransferSpecOrBuilderpublic boolean hasAwsS3DataSource()
An AWS S3 data source.
.google.storagetransfer.v1.AwsS3Data aws_s3_data_source = 2;hasAwsS3DataSource in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.AwsS3Data getAwsS3DataSource()
An AWS S3 data source.
.google.storagetransfer.v1.AwsS3Data aws_s3_data_source = 2;getAwsS3DataSource in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder setAwsS3DataSource(TransferTypes.AwsS3Data value)
An AWS S3 data source.
.google.storagetransfer.v1.AwsS3Data aws_s3_data_source = 2;public TransferTypes.TransferSpec.Builder setAwsS3DataSource(TransferTypes.AwsS3Data.Builder builderForValue)
An AWS S3 data source.
.google.storagetransfer.v1.AwsS3Data aws_s3_data_source = 2;public TransferTypes.TransferSpec.Builder mergeAwsS3DataSource(TransferTypes.AwsS3Data value)
An AWS S3 data source.
.google.storagetransfer.v1.AwsS3Data aws_s3_data_source = 2;public TransferTypes.TransferSpec.Builder clearAwsS3DataSource()
An AWS S3 data source.
.google.storagetransfer.v1.AwsS3Data aws_s3_data_source = 2;public TransferTypes.AwsS3Data.Builder getAwsS3DataSourceBuilder()
An AWS S3 data source.
.google.storagetransfer.v1.AwsS3Data aws_s3_data_source = 2;public TransferTypes.AwsS3DataOrBuilder getAwsS3DataSourceOrBuilder()
An AWS S3 data source.
.google.storagetransfer.v1.AwsS3Data aws_s3_data_source = 2;getAwsS3DataSourceOrBuilder in interface TransferTypes.TransferSpecOrBuilderpublic boolean hasHttpDataSource()
An HTTP URL data source.
.google.storagetransfer.v1.HttpData http_data_source = 3;hasHttpDataSource in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.HttpData getHttpDataSource()
An HTTP URL data source.
.google.storagetransfer.v1.HttpData http_data_source = 3;getHttpDataSource in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder setHttpDataSource(TransferTypes.HttpData value)
An HTTP URL data source.
.google.storagetransfer.v1.HttpData http_data_source = 3;public TransferTypes.TransferSpec.Builder setHttpDataSource(TransferTypes.HttpData.Builder builderForValue)
An HTTP URL data source.
.google.storagetransfer.v1.HttpData http_data_source = 3;public TransferTypes.TransferSpec.Builder mergeHttpDataSource(TransferTypes.HttpData value)
An HTTP URL data source.
.google.storagetransfer.v1.HttpData http_data_source = 3;public TransferTypes.TransferSpec.Builder clearHttpDataSource()
An HTTP URL data source.
.google.storagetransfer.v1.HttpData http_data_source = 3;public TransferTypes.HttpData.Builder getHttpDataSourceBuilder()
An HTTP URL data source.
.google.storagetransfer.v1.HttpData http_data_source = 3;public TransferTypes.HttpDataOrBuilder getHttpDataSourceOrBuilder()
An HTTP URL data source.
.google.storagetransfer.v1.HttpData http_data_source = 3;getHttpDataSourceOrBuilder in interface TransferTypes.TransferSpecOrBuilderpublic boolean hasPosixDataSource()
A POSIX Filesystem data source.
.google.storagetransfer.v1.PosixFilesystem posix_data_source = 14;hasPosixDataSource in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.PosixFilesystem getPosixDataSource()
A POSIX Filesystem data source.
.google.storagetransfer.v1.PosixFilesystem posix_data_source = 14;getPosixDataSource in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder setPosixDataSource(TransferTypes.PosixFilesystem value)
A POSIX Filesystem data source.
.google.storagetransfer.v1.PosixFilesystem posix_data_source = 14;public TransferTypes.TransferSpec.Builder setPosixDataSource(TransferTypes.PosixFilesystem.Builder builderForValue)
A POSIX Filesystem data source.
.google.storagetransfer.v1.PosixFilesystem posix_data_source = 14;public TransferTypes.TransferSpec.Builder mergePosixDataSource(TransferTypes.PosixFilesystem value)
A POSIX Filesystem data source.
.google.storagetransfer.v1.PosixFilesystem posix_data_source = 14;public TransferTypes.TransferSpec.Builder clearPosixDataSource()
A POSIX Filesystem data source.
.google.storagetransfer.v1.PosixFilesystem posix_data_source = 14;public TransferTypes.PosixFilesystem.Builder getPosixDataSourceBuilder()
A POSIX Filesystem data source.
.google.storagetransfer.v1.PosixFilesystem posix_data_source = 14;public TransferTypes.PosixFilesystemOrBuilder getPosixDataSourceOrBuilder()
A POSIX Filesystem data source.
.google.storagetransfer.v1.PosixFilesystem posix_data_source = 14;getPosixDataSourceOrBuilder in interface TransferTypes.TransferSpecOrBuilderpublic boolean hasAzureBlobStorageDataSource()
An Azure Blob Storage data source.
.google.storagetransfer.v1.AzureBlobStorageData azure_blob_storage_data_source = 8;
hasAzureBlobStorageDataSource in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.AzureBlobStorageData getAzureBlobStorageDataSource()
An Azure Blob Storage data source.
.google.storagetransfer.v1.AzureBlobStorageData azure_blob_storage_data_source = 8;
getAzureBlobStorageDataSource in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder setAzureBlobStorageDataSource(TransferTypes.AzureBlobStorageData value)
An Azure Blob Storage data source.
.google.storagetransfer.v1.AzureBlobStorageData azure_blob_storage_data_source = 8;
public TransferTypes.TransferSpec.Builder setAzureBlobStorageDataSource(TransferTypes.AzureBlobStorageData.Builder builderForValue)
An Azure Blob Storage data source.
.google.storagetransfer.v1.AzureBlobStorageData azure_blob_storage_data_source = 8;
public TransferTypes.TransferSpec.Builder mergeAzureBlobStorageDataSource(TransferTypes.AzureBlobStorageData value)
An Azure Blob Storage data source.
.google.storagetransfer.v1.AzureBlobStorageData azure_blob_storage_data_source = 8;
public TransferTypes.TransferSpec.Builder clearAzureBlobStorageDataSource()
An Azure Blob Storage data source.
.google.storagetransfer.v1.AzureBlobStorageData azure_blob_storage_data_source = 8;
public TransferTypes.AzureBlobStorageData.Builder getAzureBlobStorageDataSourceBuilder()
An Azure Blob Storage data source.
.google.storagetransfer.v1.AzureBlobStorageData azure_blob_storage_data_source = 8;
public TransferTypes.AzureBlobStorageDataOrBuilder getAzureBlobStorageDataSourceOrBuilder()
An Azure Blob Storage data source.
.google.storagetransfer.v1.AzureBlobStorageData azure_blob_storage_data_source = 8;
getAzureBlobStorageDataSourceOrBuilder in interface TransferTypes.TransferSpecOrBuilderpublic boolean hasAwsS3CompatibleDataSource()
An AWS S3 compatible data source.
.google.storagetransfer.v1.AwsS3CompatibleData aws_s3_compatible_data_source = 19;
hasAwsS3CompatibleDataSource in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.AwsS3CompatibleData getAwsS3CompatibleDataSource()
An AWS S3 compatible data source.
.google.storagetransfer.v1.AwsS3CompatibleData aws_s3_compatible_data_source = 19;
getAwsS3CompatibleDataSource in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder setAwsS3CompatibleDataSource(TransferTypes.AwsS3CompatibleData value)
An AWS S3 compatible data source.
.google.storagetransfer.v1.AwsS3CompatibleData aws_s3_compatible_data_source = 19;
public TransferTypes.TransferSpec.Builder setAwsS3CompatibleDataSource(TransferTypes.AwsS3CompatibleData.Builder builderForValue)
An AWS S3 compatible data source.
.google.storagetransfer.v1.AwsS3CompatibleData aws_s3_compatible_data_source = 19;
public TransferTypes.TransferSpec.Builder mergeAwsS3CompatibleDataSource(TransferTypes.AwsS3CompatibleData value)
An AWS S3 compatible data source.
.google.storagetransfer.v1.AwsS3CompatibleData aws_s3_compatible_data_source = 19;
public TransferTypes.TransferSpec.Builder clearAwsS3CompatibleDataSource()
An AWS S3 compatible data source.
.google.storagetransfer.v1.AwsS3CompatibleData aws_s3_compatible_data_source = 19;
public TransferTypes.AwsS3CompatibleData.Builder getAwsS3CompatibleDataSourceBuilder()
An AWS S3 compatible data source.
.google.storagetransfer.v1.AwsS3CompatibleData aws_s3_compatible_data_source = 19;
public TransferTypes.AwsS3CompatibleDataOrBuilder getAwsS3CompatibleDataSourceOrBuilder()
An AWS S3 compatible data source.
.google.storagetransfer.v1.AwsS3CompatibleData aws_s3_compatible_data_source = 19;
getAwsS3CompatibleDataSourceOrBuilder in interface TransferTypes.TransferSpecOrBuilderpublic boolean hasGcsIntermediateDataLocation()
Cloud Storage intermediate data location.
.google.storagetransfer.v1.GcsData gcs_intermediate_data_location = 16;hasGcsIntermediateDataLocation in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.GcsData getGcsIntermediateDataLocation()
Cloud Storage intermediate data location.
.google.storagetransfer.v1.GcsData gcs_intermediate_data_location = 16;getGcsIntermediateDataLocation in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder setGcsIntermediateDataLocation(TransferTypes.GcsData value)
Cloud Storage intermediate data location.
.google.storagetransfer.v1.GcsData gcs_intermediate_data_location = 16;public TransferTypes.TransferSpec.Builder setGcsIntermediateDataLocation(TransferTypes.GcsData.Builder builderForValue)
Cloud Storage intermediate data location.
.google.storagetransfer.v1.GcsData gcs_intermediate_data_location = 16;public TransferTypes.TransferSpec.Builder mergeGcsIntermediateDataLocation(TransferTypes.GcsData value)
Cloud Storage intermediate data location.
.google.storagetransfer.v1.GcsData gcs_intermediate_data_location = 16;public TransferTypes.TransferSpec.Builder clearGcsIntermediateDataLocation()
Cloud Storage intermediate data location.
.google.storagetransfer.v1.GcsData gcs_intermediate_data_location = 16;public TransferTypes.GcsData.Builder getGcsIntermediateDataLocationBuilder()
Cloud Storage intermediate data location.
.google.storagetransfer.v1.GcsData gcs_intermediate_data_location = 16;public TransferTypes.GcsDataOrBuilder getGcsIntermediateDataLocationOrBuilder()
Cloud Storage intermediate data location.
.google.storagetransfer.v1.GcsData gcs_intermediate_data_location = 16;getGcsIntermediateDataLocationOrBuilder in interface TransferTypes.TransferSpecOrBuilderpublic 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;hasObjectConditions in interface TransferTypes.TransferSpecOrBuilderpublic 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;getObjectConditions in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder setObjectConditions(TransferTypes.ObjectConditions value)
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;public TransferTypes.TransferSpec.Builder setObjectConditions(TransferTypes.ObjectConditions.Builder builderForValue)
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;public TransferTypes.TransferSpec.Builder mergeObjectConditions(TransferTypes.ObjectConditions value)
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;public TransferTypes.TransferSpec.Builder clearObjectConditions()
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;public TransferTypes.ObjectConditions.Builder getObjectConditionsBuilder()
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;public 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;getObjectConditionsOrBuilder in interface TransferTypes.TransferSpecOrBuilderpublic 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;hasTransferOptions in interface TransferTypes.TransferSpecOrBuilderpublic 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;getTransferOptions in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder setTransferOptions(TransferTypes.TransferOptions value)
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;public TransferTypes.TransferSpec.Builder setTransferOptions(TransferTypes.TransferOptions.Builder builderForValue)
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;public TransferTypes.TransferSpec.Builder mergeTransferOptions(TransferTypes.TransferOptions value)
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;public TransferTypes.TransferSpec.Builder clearTransferOptions()
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;public TransferTypes.TransferOptions.Builder getTransferOptionsBuilder()
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;public 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;getTransferOptionsOrBuilder in interface TransferTypes.TransferSpecOrBuilderpublic 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;hasTransferManifest in interface TransferTypes.TransferSpecOrBuilderpublic 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;getTransferManifest in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder setTransferManifest(TransferTypes.TransferManifest value)
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;public TransferTypes.TransferSpec.Builder setTransferManifest(TransferTypes.TransferManifest.Builder builderForValue)
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;public TransferTypes.TransferSpec.Builder mergeTransferManifest(TransferTypes.TransferManifest value)
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;public TransferTypes.TransferSpec.Builder clearTransferManifest()
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;public TransferTypes.TransferManifest.Builder getTransferManifestBuilder()
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;public 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;getTransferManifestOrBuilder in interface TransferTypes.TransferSpecOrBuilderpublic 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;getSourceAgentPoolName in interface TransferTypes.TransferSpecOrBuilderpublic 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;getSourceAgentPoolNameBytes in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder setSourceAgentPoolName(String value)
Specifies the agent pool name associated with the posix data source. When unspecified, the default name is used.
string source_agent_pool_name = 17;value - The sourceAgentPoolName to set.public TransferTypes.TransferSpec.Builder clearSourceAgentPoolName()
Specifies the agent pool name associated with the posix data source. When unspecified, the default name is used.
string source_agent_pool_name = 17;public TransferTypes.TransferSpec.Builder setSourceAgentPoolNameBytes(com.google.protobuf.ByteString value)
Specifies the agent pool name associated with the posix data source. When unspecified, the default name is used.
string source_agent_pool_name = 17;value - The bytes for sourceAgentPoolName to set.public 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;getSinkAgentPoolName in interface TransferTypes.TransferSpecOrBuilderpublic 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;getSinkAgentPoolNameBytes in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.Builder setSinkAgentPoolName(String value)
Specifies the agent pool name associated with the posix data sink. When unspecified, the default name is used.
string sink_agent_pool_name = 18;value - The sinkAgentPoolName to set.public TransferTypes.TransferSpec.Builder clearSinkAgentPoolName()
Specifies the agent pool name associated with the posix data sink. When unspecified, the default name is used.
string sink_agent_pool_name = 18;public TransferTypes.TransferSpec.Builder setSinkAgentPoolNameBytes(com.google.protobuf.ByteString value)
Specifies the agent pool name associated with the posix data sink. When unspecified, the default name is used.
string sink_agent_pool_name = 18;value - The bytes for sinkAgentPoolName to set.public final TransferTypes.TransferSpec.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransferTypes.TransferSpec.Builder>public final TransferTypes.TransferSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransferTypes.TransferSpec.Builder>Copyright © 2022 Google LLC. All rights reserved.