- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.0.4
public static final class TransferTypes.TransferSpec extends GeneratedMessageV3 implements TransferTypes.TransferSpecOrBuilder
Configuration for running a transfer.
Protobuf type google.storagetransfer.v1.TransferSpec
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TransferTypes.TransferSpecImplements
TransferTypes.TransferSpecOrBuilderStatic Fields
AWS_S3_COMPATIBLE_DATA_SOURCE_FIELD_NUMBER
public static final int AWS_S3_COMPATIBLE_DATA_SOURCE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
AWS_S3_DATA_SOURCE_FIELD_NUMBER
public static final int AWS_S3_DATA_SOURCE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
AZURE_BLOB_STORAGE_DATA_SOURCE_FIELD_NUMBER
public static final int AZURE_BLOB_STORAGE_DATA_SOURCE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
GCS_DATA_SINK_FIELD_NUMBER
public static final int GCS_DATA_SINK_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
GCS_DATA_SOURCE_FIELD_NUMBER
public static final int GCS_DATA_SOURCE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
GCS_INTERMEDIATE_DATA_LOCATION_FIELD_NUMBER
public static final int GCS_INTERMEDIATE_DATA_LOCATION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
HDFS_DATA_SOURCE_FIELD_NUMBER
public static final int HDFS_DATA_SOURCE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
HTTP_DATA_SOURCE_FIELD_NUMBER
public static final int HTTP_DATA_SOURCE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
OBJECT_CONDITIONS_FIELD_NUMBER
public static final int OBJECT_CONDITIONS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
POSIX_DATA_SINK_FIELD_NUMBER
public static final int POSIX_DATA_SINK_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
POSIX_DATA_SOURCE_FIELD_NUMBER
public static final int POSIX_DATA_SOURCE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SINK_AGENT_POOL_NAME_FIELD_NUMBER
public static final int SINK_AGENT_POOL_NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SOURCE_AGENT_POOL_NAME_FIELD_NUMBER
public static final int SOURCE_AGENT_POOL_NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TRANSFER_MANIFEST_FIELD_NUMBER
public static final int TRANSFER_MANIFEST_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TRANSFER_OPTIONS_FIELD_NUMBER
public static final int TRANSFER_OPTIONS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static TransferTypes.TransferSpec getDefaultInstance()
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static TransferTypes.TransferSpec.Builder newBuilder()
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec.Builder |
newBuilder(TransferTypes.TransferSpec prototype)
public static TransferTypes.TransferSpec.Builder newBuilder(TransferTypes.TransferSpec prototype)
Parameter | |
---|---|
Name | Description |
prototype |
TransferTypes.TransferSpec |
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec.Builder |
parseDelimitedFrom(InputStream input)
public static TransferTypes.TransferSpec parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TransferTypes.TransferSpec parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static TransferTypes.TransferSpec parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TransferTypes.TransferSpec parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static TransferTypes.TransferSpec parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TransferTypes.TransferSpec parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static TransferTypes.TransferSpec parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TransferTypes.TransferSpec parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static TransferTypes.TransferSpec parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TransferTypes.TransferSpec parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static TransferTypes.TransferSpec parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TransferTypes.TransferSpec parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<TransferTypes.TransferSpec> parser()
Returns | |
---|---|
Type | Description |
Parser<TransferSpec> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getAwsS3CompatibleDataSource()
public TransferTypes.AwsS3CompatibleData getAwsS3CompatibleDataSource()
An AWS S3 compatible data source.
.google.storagetransfer.v1.AwsS3CompatibleData aws_s3_compatible_data_source = 19;
Returns | |
---|---|
Type | Description |
TransferTypes.AwsS3CompatibleData |
The awsS3CompatibleDataSource. |
getAwsS3CompatibleDataSourceOrBuilder()
public TransferTypes.AwsS3CompatibleDataOrBuilder getAwsS3CompatibleDataSourceOrBuilder()
An AWS S3 compatible data source.
.google.storagetransfer.v1.AwsS3CompatibleData aws_s3_compatible_data_source = 19;
Returns | |
---|---|
Type | Description |
TransferTypes.AwsS3CompatibleDataOrBuilder |
getAwsS3DataSource()
public TransferTypes.AwsS3Data getAwsS3DataSource()
An AWS S3 data source.
.google.storagetransfer.v1.AwsS3Data aws_s3_data_source = 2;
Returns | |
---|---|
Type | Description |
TransferTypes.AwsS3Data |
The awsS3DataSource. |
getAwsS3DataSourceOrBuilder()
public TransferTypes.AwsS3DataOrBuilder getAwsS3DataSourceOrBuilder()
An AWS S3 data source.
.google.storagetransfer.v1.AwsS3Data aws_s3_data_source = 2;
Returns | |
---|---|
Type | Description |
TransferTypes.AwsS3DataOrBuilder |
getAzureBlobStorageDataSource()
public TransferTypes.AzureBlobStorageData getAzureBlobStorageDataSource()
An Azure Blob Storage data source.
.google.storagetransfer.v1.AzureBlobStorageData azure_blob_storage_data_source = 8;
Returns | |
---|---|
Type | Description |
TransferTypes.AzureBlobStorageData |
The azureBlobStorageDataSource. |
getAzureBlobStorageDataSourceOrBuilder()
public TransferTypes.AzureBlobStorageDataOrBuilder getAzureBlobStorageDataSourceOrBuilder()
An Azure Blob Storage data source.
.google.storagetransfer.v1.AzureBlobStorageData azure_blob_storage_data_source = 8;
Returns | |
---|---|
Type | Description |
TransferTypes.AzureBlobStorageDataOrBuilder |
getDataSinkCase()
public TransferTypes.TransferSpec.DataSinkCase getDataSinkCase()
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec.DataSinkCase |
getDataSourceCase()
public TransferTypes.TransferSpec.DataSourceCase getDataSourceCase()
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec.DataSourceCase |
getDefaultInstanceForType()
public TransferTypes.TransferSpec getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec |
getGcsDataSink()
public TransferTypes.GcsData getGcsDataSink()
A Cloud Storage data sink.
.google.storagetransfer.v1.GcsData gcs_data_sink = 4;
Returns | |
---|---|
Type | Description |
TransferTypes.GcsData |
The gcsDataSink. |
getGcsDataSinkOrBuilder()
public TransferTypes.GcsDataOrBuilder getGcsDataSinkOrBuilder()
A Cloud Storage data sink.
.google.storagetransfer.v1.GcsData gcs_data_sink = 4;
Returns | |
---|---|
Type | Description |
TransferTypes.GcsDataOrBuilder |
getGcsDataSource()
public TransferTypes.GcsData getGcsDataSource()
A Cloud Storage data source.
.google.storagetransfer.v1.GcsData gcs_data_source = 1;
Returns | |
---|---|
Type | Description |
TransferTypes.GcsData |
The gcsDataSource. |
getGcsDataSourceOrBuilder()
public TransferTypes.GcsDataOrBuilder getGcsDataSourceOrBuilder()
A Cloud Storage data source.
.google.storagetransfer.v1.GcsData gcs_data_source = 1;
Returns | |
---|---|
Type | Description |
TransferTypes.GcsDataOrBuilder |
getGcsIntermediateDataLocation()
public TransferTypes.GcsData getGcsIntermediateDataLocation()
For transfers between file systems, specifies a Cloud Storage bucket to be used as an intermediate location through which to transfer data.
See Transfer data between file systems for more information.
.google.storagetransfer.v1.GcsData gcs_intermediate_data_location = 16;
Returns | |
---|---|
Type | Description |
TransferTypes.GcsData |
The gcsIntermediateDataLocation. |
getGcsIntermediateDataLocationOrBuilder()
public TransferTypes.GcsDataOrBuilder getGcsIntermediateDataLocationOrBuilder()
For transfers between file systems, specifies a Cloud Storage bucket to be used as an intermediate location through which to transfer data.
See Transfer data between file systems for more information.
.google.storagetransfer.v1.GcsData gcs_intermediate_data_location = 16;
Returns | |
---|---|
Type | Description |
TransferTypes.GcsDataOrBuilder |
getHdfsDataSource()
public TransferTypes.HdfsData getHdfsDataSource()
An HDFS cluster data source.
.google.storagetransfer.v1.HdfsData hdfs_data_source = 20;
Returns | |
---|---|
Type | Description |
TransferTypes.HdfsData |
The hdfsDataSource. |
getHdfsDataSourceOrBuilder()
public TransferTypes.HdfsDataOrBuilder getHdfsDataSourceOrBuilder()
An HDFS cluster data source.
.google.storagetransfer.v1.HdfsData hdfs_data_source = 20;
Returns | |
---|---|
Type | Description |
TransferTypes.HdfsDataOrBuilder |
getHttpDataSource()
public TransferTypes.HttpData getHttpDataSource()
An HTTP URL data source.
.google.storagetransfer.v1.HttpData http_data_source = 3;
Returns | |
---|---|
Type | Description |
TransferTypes.HttpData |
The httpDataSource. |
getHttpDataSourceOrBuilder()
public TransferTypes.HttpDataOrBuilder getHttpDataSourceOrBuilder()
An HTTP URL data source.
.google.storagetransfer.v1.HttpData http_data_source = 3;
Returns | |
---|---|
Type | Description |
TransferTypes.HttpDataOrBuilder |
getIntermediateDataLocationCase()
public TransferTypes.TransferSpec.IntermediateDataLocationCase getIntermediateDataLocationCase()
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec.IntermediateDataLocationCase |
getObjectConditions()
public 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;
Returns | |
---|---|
Type | Description |
TransferTypes.ObjectConditions |
The objectConditions. |
getObjectConditionsOrBuilder()
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;
Returns | |
---|---|
Type | Description |
TransferTypes.ObjectConditionsOrBuilder |
getParserForType()
public Parser<TransferTypes.TransferSpec> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<TransferSpec> |
getPosixDataSink()
public TransferTypes.PosixFilesystem getPosixDataSink()
A POSIX Filesystem data sink.
.google.storagetransfer.v1.PosixFilesystem posix_data_sink = 13;
Returns | |
---|---|
Type | Description |
TransferTypes.PosixFilesystem |
The posixDataSink. |
getPosixDataSinkOrBuilder()
public TransferTypes.PosixFilesystemOrBuilder getPosixDataSinkOrBuilder()
A POSIX Filesystem data sink.
.google.storagetransfer.v1.PosixFilesystem posix_data_sink = 13;
Returns | |
---|---|
Type | Description |
TransferTypes.PosixFilesystemOrBuilder |
getPosixDataSource()
public TransferTypes.PosixFilesystem getPosixDataSource()
A POSIX Filesystem data source.
.google.storagetransfer.v1.PosixFilesystem posix_data_source = 14;
Returns | |
---|---|
Type | Description |
TransferTypes.PosixFilesystem |
The posixDataSource. |
getPosixDataSourceOrBuilder()
public TransferTypes.PosixFilesystemOrBuilder getPosixDataSourceOrBuilder()
A POSIX Filesystem data source.
.google.storagetransfer.v1.PosixFilesystem posix_data_source = 14;
Returns | |
---|---|
Type | Description |
TransferTypes.PosixFilesystemOrBuilder |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getSinkAgentPoolName()
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;
Returns | |
---|---|
Type | Description |
String |
The sinkAgentPoolName. |
getSinkAgentPoolNameBytes()
public 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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for sinkAgentPoolName. |
getSourceAgentPoolName()
public 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;
Returns | |
---|---|
Type | Description |
String |
The sourceAgentPoolName. |
getSourceAgentPoolNameBytes()
public 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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for sourceAgentPoolName. |
getTransferManifest()
public 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;
Returns | |
---|---|
Type | Description |
TransferTypes.TransferManifest |
The transferManifest. |
getTransferManifestOrBuilder()
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;
Returns | |
---|---|
Type | Description |
TransferTypes.TransferManifestOrBuilder |
getTransferOptions()
public TransferTypes.TransferOptions getTransferOptions()
If the option
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 error.
.google.storagetransfer.v1.TransferOptions transfer_options = 6;
Returns | |
---|---|
Type | Description |
TransferTypes.TransferOptions |
The transferOptions. |
getTransferOptionsOrBuilder()
public TransferTypes.TransferOptionsOrBuilder getTransferOptionsOrBuilder()
If the option
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 error.
.google.storagetransfer.v1.TransferOptions transfer_options = 6;
Returns | |
---|---|
Type | Description |
TransferTypes.TransferOptionsOrBuilder |
hasAwsS3CompatibleDataSource()
public boolean hasAwsS3CompatibleDataSource()
An AWS S3 compatible data source.
.google.storagetransfer.v1.AwsS3CompatibleData aws_s3_compatible_data_source = 19;
Returns | |
---|---|
Type | Description |
boolean |
Whether the awsS3CompatibleDataSource field is set. |
hasAwsS3DataSource()
public boolean hasAwsS3DataSource()
An AWS S3 data source.
.google.storagetransfer.v1.AwsS3Data aws_s3_data_source = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the awsS3DataSource field is set. |
hasAzureBlobStorageDataSource()
public boolean hasAzureBlobStorageDataSource()
An Azure Blob Storage data source.
.google.storagetransfer.v1.AzureBlobStorageData azure_blob_storage_data_source = 8;
Returns | |
---|---|
Type | Description |
boolean |
Whether the azureBlobStorageDataSource field is set. |
hasGcsDataSink()
public boolean hasGcsDataSink()
A Cloud Storage data sink.
.google.storagetransfer.v1.GcsData gcs_data_sink = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the gcsDataSink field is set. |
hasGcsDataSource()
public boolean hasGcsDataSource()
A Cloud Storage data source.
.google.storagetransfer.v1.GcsData gcs_data_source = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the gcsDataSource field is set. |
hasGcsIntermediateDataLocation()
public boolean hasGcsIntermediateDataLocation()
For transfers between file systems, specifies a Cloud Storage bucket to be used as an intermediate location through which to transfer data.
See Transfer data between file systems for more information.
.google.storagetransfer.v1.GcsData gcs_intermediate_data_location = 16;
Returns | |
---|---|
Type | Description |
boolean |
Whether the gcsIntermediateDataLocation field is set. |
hasHdfsDataSource()
public boolean hasHdfsDataSource()
An HDFS cluster data source.
.google.storagetransfer.v1.HdfsData hdfs_data_source = 20;
Returns | |
---|---|
Type | Description |
boolean |
Whether the hdfsDataSource field is set. |
hasHttpDataSource()
public boolean hasHttpDataSource()
An HTTP URL data source.
.google.storagetransfer.v1.HttpData http_data_source = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the httpDataSource field is set. |
hasObjectConditions()
public 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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the objectConditions field is set. |
hasPosixDataSink()
public boolean hasPosixDataSink()
A POSIX Filesystem data sink.
.google.storagetransfer.v1.PosixFilesystem posix_data_sink = 13;
Returns | |
---|---|
Type | Description |
boolean |
Whether the posixDataSink field is set. |
hasPosixDataSource()
public boolean hasPosixDataSource()
A POSIX Filesystem data source.
.google.storagetransfer.v1.PosixFilesystem posix_data_source = 14;
Returns | |
---|---|
Type | Description |
boolean |
Whether the posixDataSource field is set. |
hasTransferManifest()
public 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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the transferManifest field is set. |
hasTransferOptions()
public boolean hasTransferOptions()
If the option
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 error.
.google.storagetransfer.v1.TransferOptions transfer_options = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the transferOptions field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public TransferTypes.TransferSpec.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TransferTypes.TransferSpec.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public TransferTypes.TransferSpec.Builder toBuilder()
Returns | |
---|---|
Type | Description |
TransferTypes.TransferSpec.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |