public static final class TransferTypes.TransferSpec extends com.google.protobuf.GeneratedMessageV3 implements TransferTypes.TransferSpecOrBuilder
Configuration for running a transfer.Protobuf type
google.storagetransfer.v1.TransferSpec| Modifier and Type | Class and Description |
|---|---|
static class |
TransferTypes.TransferSpec.Builder
Configuration for running a transfer.
|
static class |
TransferTypes.TransferSpec.DataSinkCase |
static class |
TransferTypes.TransferSpec.DataSourceCase |
static class |
TransferTypes.TransferSpec.IntermediateDataLocationCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
AWS_S3_COMPATIBLE_DATA_SOURCE_FIELD_NUMBER |
static int |
AWS_S3_DATA_SOURCE_FIELD_NUMBER |
static int |
AZURE_BLOB_STORAGE_DATA_SOURCE_FIELD_NUMBER |
static int |
GCS_DATA_SINK_FIELD_NUMBER |
static int |
GCS_DATA_SOURCE_FIELD_NUMBER |
static int |
GCS_INTERMEDIATE_DATA_LOCATION_FIELD_NUMBER |
static int |
HTTP_DATA_SOURCE_FIELD_NUMBER |
static int |
OBJECT_CONDITIONS_FIELD_NUMBER |
static int |
POSIX_DATA_SINK_FIELD_NUMBER |
static int |
POSIX_DATA_SOURCE_FIELD_NUMBER |
static int |
SINK_AGENT_POOL_NAME_FIELD_NUMBER |
static int |
SOURCE_AGENT_POOL_NAME_FIELD_NUMBER |
static int |
TRANSFER_MANIFEST_FIELD_NUMBER |
static int |
TRANSFER_OPTIONS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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() |
static TransferTypes.TransferSpec |
getDefaultInstance() |
TransferTypes.TransferSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<TransferTypes.TransferSpec> |
getParserForType() |
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.
|
int |
getSerializedSize() |
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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
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() |
static TransferTypes.TransferSpec.Builder |
newBuilder() |
static TransferTypes.TransferSpec.Builder |
newBuilder(TransferTypes.TransferSpec prototype) |
TransferTypes.TransferSpec.Builder |
newBuilderForType() |
protected TransferTypes.TransferSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TransferTypes.TransferSpec |
parseDelimitedFrom(InputStream input) |
static TransferTypes.TransferSpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferSpec |
parseFrom(byte[] data) |
static TransferTypes.TransferSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferSpec |
parseFrom(ByteBuffer data) |
static TransferTypes.TransferSpec |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferSpec |
parseFrom(com.google.protobuf.ByteString data) |
static TransferTypes.TransferSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransferTypes.TransferSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferSpec |
parseFrom(InputStream input) |
static TransferTypes.TransferSpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransferTypes.TransferSpec> |
parser() |
TransferTypes.TransferSpec.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int GCS_DATA_SINK_FIELD_NUMBER
public static final int POSIX_DATA_SINK_FIELD_NUMBER
public static final int GCS_DATA_SOURCE_FIELD_NUMBER
public static final int AWS_S3_DATA_SOURCE_FIELD_NUMBER
public static final int HTTP_DATA_SOURCE_FIELD_NUMBER
public static final int POSIX_DATA_SOURCE_FIELD_NUMBER
public static final int AZURE_BLOB_STORAGE_DATA_SOURCE_FIELD_NUMBER
public static final int AWS_S3_COMPATIBLE_DATA_SOURCE_FIELD_NUMBER
public static final int GCS_INTERMEDIATE_DATA_LOCATION_FIELD_NUMBER
public static final int OBJECT_CONDITIONS_FIELD_NUMBER
public static final int TRANSFER_OPTIONS_FIELD_NUMBER
public static final int TRANSFER_MANIFEST_FIELD_NUMBER
public static final int SOURCE_AGENT_POOL_NAME_FIELD_NUMBER
public static final int SINK_AGENT_POOL_NAME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public TransferTypes.TransferSpec.DataSinkCase getDataSinkCase()
getDataSinkCase in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.DataSourceCase getDataSourceCase()
getDataSourceCase in interface TransferTypes.TransferSpecOrBuilderpublic TransferTypes.TransferSpec.IntermediateDataLocationCase getIntermediateDataLocationCase()
getIntermediateDataLocationCase in interface TransferTypes.TransferSpecOrBuilderpublic 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.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.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.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.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.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.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.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.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.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.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.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.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 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TransferTypes.TransferSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferSpec parseFrom(InputStream input) throws IOException
IOExceptionpublic static TransferTypes.TransferSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransferTypes.TransferSpec parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TransferTypes.TransferSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransferTypes.TransferSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TransferTypes.TransferSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TransferTypes.TransferSpec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TransferTypes.TransferSpec.Builder newBuilder()
public static TransferTypes.TransferSpec.Builder newBuilder(TransferTypes.TransferSpec prototype)
public TransferTypes.TransferSpec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TransferTypes.TransferSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TransferTypes.TransferSpec getDefaultInstance()
public static com.google.protobuf.Parser<TransferTypes.TransferSpec> parser()
public com.google.protobuf.Parser<TransferTypes.TransferSpec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TransferTypes.TransferSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.