- 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.TransferOperation.Builder extends GeneratedMessageV3.Builder<TransferTypes.TransferOperation.Builder> implements TransferTypes.TransferOperationOrBuilder
A description of the execution of a transfer.
Protobuf type google.storagetransfer.v1.TransferOperation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TransferTypes.TransferOperation.BuilderImplements
TransferTypes.TransferOperationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllErrorBreakdowns(Iterable<? extends TransferTypes.ErrorSummary> values)
public TransferTypes.TransferOperation.Builder addAllErrorBreakdowns(Iterable<? extends TransferTypes.ErrorSummary> values)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Name | Description |
values | Iterable<? extends com.google.storagetransfer.v1.proto.TransferTypes.ErrorSummary> |
Type | Description |
TransferTypes.TransferOperation.Builder |
addErrorBreakdowns(TransferTypes.ErrorSummary value)
public TransferTypes.TransferOperation.Builder addErrorBreakdowns(TransferTypes.ErrorSummary value)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Name | Description |
value | TransferTypes.ErrorSummary |
Type | Description |
TransferTypes.TransferOperation.Builder |
addErrorBreakdowns(TransferTypes.ErrorSummary.Builder builderForValue)
public TransferTypes.TransferOperation.Builder addErrorBreakdowns(TransferTypes.ErrorSummary.Builder builderForValue)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Name | Description |
builderForValue | TransferTypes.ErrorSummary.Builder |
Type | Description |
TransferTypes.TransferOperation.Builder |
addErrorBreakdowns(int index, TransferTypes.ErrorSummary value)
public TransferTypes.TransferOperation.Builder addErrorBreakdowns(int index, TransferTypes.ErrorSummary value)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Name | Description |
index | int |
value | TransferTypes.ErrorSummary |
Type | Description |
TransferTypes.TransferOperation.Builder |
addErrorBreakdowns(int index, TransferTypes.ErrorSummary.Builder builderForValue)
public TransferTypes.TransferOperation.Builder addErrorBreakdowns(int index, TransferTypes.ErrorSummary.Builder builderForValue)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Name | Description |
index | int |
builderForValue | TransferTypes.ErrorSummary.Builder |
Type | Description |
TransferTypes.TransferOperation.Builder |
addErrorBreakdownsBuilder()
public TransferTypes.ErrorSummary.Builder addErrorBreakdownsBuilder()
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Type | Description |
TransferTypes.ErrorSummary.Builder |
addErrorBreakdownsBuilder(int index)
public TransferTypes.ErrorSummary.Builder addErrorBreakdownsBuilder(int index)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Name | Description |
index | int |
Type | Description |
TransferTypes.ErrorSummary.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TransferTypes.TransferOperation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TransferTypes.TransferOperation.Builder |
build()
public TransferTypes.TransferOperation build()
Type | Description |
TransferTypes.TransferOperation |
buildPartial()
public TransferTypes.TransferOperation buildPartial()
Type | Description |
TransferTypes.TransferOperation |
clear()
public TransferTypes.TransferOperation.Builder clear()
Type | Description |
TransferTypes.TransferOperation.Builder |
clearCounters()
public TransferTypes.TransferOperation.Builder clearCounters()
Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;
Type | Description |
TransferTypes.TransferOperation.Builder |
clearEndTime()
public TransferTypes.TransferOperation.Builder clearEndTime()
End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;
Type | Description |
TransferTypes.TransferOperation.Builder |
clearErrorBreakdowns()
public TransferTypes.TransferOperation.Builder clearErrorBreakdowns()
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Type | Description |
TransferTypes.TransferOperation.Builder |
clearField(Descriptors.FieldDescriptor field)
public TransferTypes.TransferOperation.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
TransferTypes.TransferOperation.Builder |
clearName()
public TransferTypes.TransferOperation.Builder clearName()
A globally unique ID assigned by the system.
string name = 1;
Type | Description |
TransferTypes.TransferOperation.Builder | This builder for chaining. |
clearNotificationConfig()
public TransferTypes.TransferOperation.Builder clearNotificationConfig()
Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;
Type | Description |
TransferTypes.TransferOperation.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TransferTypes.TransferOperation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
TransferTypes.TransferOperation.Builder |
clearProjectId()
public TransferTypes.TransferOperation.Builder clearProjectId()
The ID of the Google Cloud project that owns the operation.
string project_id = 2;
Type | Description |
TransferTypes.TransferOperation.Builder | This builder for chaining. |
clearStartTime()
public TransferTypes.TransferOperation.Builder clearStartTime()
Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;
Type | Description |
TransferTypes.TransferOperation.Builder |
clearStatus()
public TransferTypes.TransferOperation.Builder clearStatus()
Status of the transfer operation.
.google.storagetransfer.v1.TransferOperation.Status status = 6;
Type | Description |
TransferTypes.TransferOperation.Builder | This builder for chaining. |
clearTransferJobName()
public TransferTypes.TransferOperation.Builder clearTransferJobName()
The name of the transfer job that triggers this transfer operation.
string transfer_job_name = 9;
Type | Description |
TransferTypes.TransferOperation.Builder | This builder for chaining. |
clearTransferSpec()
public TransferTypes.TransferOperation.Builder clearTransferSpec()
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;
Type | Description |
TransferTypes.TransferOperation.Builder |
clone()
public TransferTypes.TransferOperation.Builder clone()
Type | Description |
TransferTypes.TransferOperation.Builder |
getCounters()
public TransferTypes.TransferCounters getCounters()
Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;
Type | Description |
TransferTypes.TransferCounters | The counters. |
getCountersBuilder()
public TransferTypes.TransferCounters.Builder getCountersBuilder()
Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;
Type | Description |
TransferTypes.TransferCounters.Builder |
getCountersOrBuilder()
public TransferTypes.TransferCountersOrBuilder getCountersOrBuilder()
Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;
Type | Description |
TransferTypes.TransferCountersOrBuilder |
getDefaultInstanceForType()
public TransferTypes.TransferOperation getDefaultInstanceForType()
Type | Description |
TransferTypes.TransferOperation |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEndTime()
public Timestamp getEndTime()
End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;
Type | Description |
Timestamp | The endTime. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()
End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;
Type | Description |
Builder |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;
Type | Description |
TimestampOrBuilder |
getErrorBreakdowns(int index)
public TransferTypes.ErrorSummary getErrorBreakdowns(int index)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Name | Description |
index | int |
Type | Description |
TransferTypes.ErrorSummary |
getErrorBreakdownsBuilder(int index)
public TransferTypes.ErrorSummary.Builder getErrorBreakdownsBuilder(int index)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Name | Description |
index | int |
Type | Description |
TransferTypes.ErrorSummary.Builder |
getErrorBreakdownsBuilderList()
public List<TransferTypes.ErrorSummary.Builder> getErrorBreakdownsBuilderList()
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Type | Description |
List<Builder> |
getErrorBreakdownsCount()
public int getErrorBreakdownsCount()
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Type | Description |
int |
getErrorBreakdownsList()
public List<TransferTypes.ErrorSummary> getErrorBreakdownsList()
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Type | Description |
List<ErrorSummary> |
getErrorBreakdownsOrBuilder(int index)
public TransferTypes.ErrorSummaryOrBuilder getErrorBreakdownsOrBuilder(int index)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Name | Description |
index | int |
Type | Description |
TransferTypes.ErrorSummaryOrBuilder |
getErrorBreakdownsOrBuilderList()
public List<? extends TransferTypes.ErrorSummaryOrBuilder> getErrorBreakdownsOrBuilderList()
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Type | Description |
List<? extends com.google.storagetransfer.v1.proto.TransferTypes.ErrorSummaryOrBuilder> |
getName()
public String getName()
A globally unique ID assigned by the system.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
A globally unique ID assigned by the system.
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getNotificationConfig()
public TransferTypes.NotificationConfig getNotificationConfig()
Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;
Type | Description |
TransferTypes.NotificationConfig | The notificationConfig. |
getNotificationConfigBuilder()
public TransferTypes.NotificationConfig.Builder getNotificationConfigBuilder()
Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;
Type | Description |
TransferTypes.NotificationConfig.Builder |
getNotificationConfigOrBuilder()
public TransferTypes.NotificationConfigOrBuilder getNotificationConfigOrBuilder()
Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;
Type | Description |
TransferTypes.NotificationConfigOrBuilder |
getProjectId()
public String getProjectId()
The ID of the Google Cloud project that owns the operation.
string project_id = 2;
Type | Description |
String | The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()
The ID of the Google Cloud project that owns the operation.
string project_id = 2;
Type | Description |
ByteString | The bytes for projectId. |
getStartTime()
public Timestamp getStartTime()
Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;
Type | Description |
Timestamp | The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;
Type | Description |
Builder |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;
Type | Description |
TimestampOrBuilder |
getStatus()
public TransferTypes.TransferOperation.Status getStatus()
Status of the transfer operation.
.google.storagetransfer.v1.TransferOperation.Status status = 6;
Type | Description |
TransferTypes.TransferOperation.Status | The status. |
getStatusValue()
public int getStatusValue()
Status of the transfer operation.
.google.storagetransfer.v1.TransferOperation.Status status = 6;
Type | Description |
int | The enum numeric value on the wire for status. |
getTransferJobName()
public String getTransferJobName()
The name of the transfer job that triggers this transfer operation.
string transfer_job_name = 9;
Type | Description |
String | The transferJobName. |
getTransferJobNameBytes()
public ByteString getTransferJobNameBytes()
The name of the transfer job that triggers this transfer operation.
string transfer_job_name = 9;
Type | Description |
ByteString | The bytes for transferJobName. |
getTransferSpec()
public TransferTypes.TransferSpec getTransferSpec()
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;
Type | Description |
TransferTypes.TransferSpec | The transferSpec. |
getTransferSpecBuilder()
public TransferTypes.TransferSpec.Builder getTransferSpecBuilder()
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;
Type | Description |
TransferTypes.TransferSpec.Builder |
getTransferSpecOrBuilder()
public TransferTypes.TransferSpecOrBuilder getTransferSpecOrBuilder()
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;
Type | Description |
TransferTypes.TransferSpecOrBuilder |
hasCounters()
public boolean hasCounters()
Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;
Type | Description |
boolean | Whether the counters field is set. |
hasEndTime()
public boolean hasEndTime()
End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;
Type | Description |
boolean | Whether the endTime field is set. |
hasNotificationConfig()
public boolean hasNotificationConfig()
Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;
Type | Description |
boolean | Whether the notificationConfig field is set. |
hasStartTime()
public boolean hasStartTime()
Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;
Type | Description |
boolean | Whether the startTime field is set. |
hasTransferSpec()
public boolean hasTransferSpec()
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;
Type | Description |
boolean | Whether the transferSpec field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCounters(TransferTypes.TransferCounters value)
public TransferTypes.TransferOperation.Builder mergeCounters(TransferTypes.TransferCounters value)
Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;
Name | Description |
value | TransferTypes.TransferCounters |
Type | Description |
TransferTypes.TransferOperation.Builder |
mergeEndTime(Timestamp value)
public TransferTypes.TransferOperation.Builder mergeEndTime(Timestamp value)
End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;
Name | Description |
value | Timestamp |
Type | Description |
TransferTypes.TransferOperation.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TransferTypes.TransferOperation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TransferTypes.TransferOperation.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public TransferTypes.TransferOperation.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
TransferTypes.TransferOperation.Builder |
mergeFrom(TransferTypes.TransferOperation other)
public TransferTypes.TransferOperation.Builder mergeFrom(TransferTypes.TransferOperation other)
Name | Description |
other | TransferTypes.TransferOperation |
Type | Description |
TransferTypes.TransferOperation.Builder |
mergeNotificationConfig(TransferTypes.NotificationConfig value)
public TransferTypes.TransferOperation.Builder mergeNotificationConfig(TransferTypes.NotificationConfig value)
Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;
Name | Description |
value | TransferTypes.NotificationConfig |
Type | Description |
TransferTypes.TransferOperation.Builder |
mergeStartTime(Timestamp value)
public TransferTypes.TransferOperation.Builder mergeStartTime(Timestamp value)
Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;
Name | Description |
value | Timestamp |
Type | Description |
TransferTypes.TransferOperation.Builder |
mergeTransferSpec(TransferTypes.TransferSpec value)
public TransferTypes.TransferOperation.Builder mergeTransferSpec(TransferTypes.TransferSpec value)
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;
Name | Description |
value | TransferTypes.TransferSpec |
Type | Description |
TransferTypes.TransferOperation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TransferTypes.TransferOperation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TransferTypes.TransferOperation.Builder |
removeErrorBreakdowns(int index)
public TransferTypes.TransferOperation.Builder removeErrorBreakdowns(int index)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Name | Description |
index | int |
Type | Description |
TransferTypes.TransferOperation.Builder |
setCounters(TransferTypes.TransferCounters value)
public TransferTypes.TransferOperation.Builder setCounters(TransferTypes.TransferCounters value)
Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;
Name | Description |
value | TransferTypes.TransferCounters |
Type | Description |
TransferTypes.TransferOperation.Builder |
setCounters(TransferTypes.TransferCounters.Builder builderForValue)
public TransferTypes.TransferOperation.Builder setCounters(TransferTypes.TransferCounters.Builder builderForValue)
Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;
Name | Description |
builderForValue | TransferTypes.TransferCounters.Builder |
Type | Description |
TransferTypes.TransferOperation.Builder |
setEndTime(Timestamp value)
public TransferTypes.TransferOperation.Builder setEndTime(Timestamp value)
End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;
Name | Description |
value | Timestamp |
Type | Description |
TransferTypes.TransferOperation.Builder |
setEndTime(Timestamp.Builder builderForValue)
public TransferTypes.TransferOperation.Builder setEndTime(Timestamp.Builder builderForValue)
End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;
Name | Description |
builderForValue | Builder |
Type | Description |
TransferTypes.TransferOperation.Builder |
setErrorBreakdowns(int index, TransferTypes.ErrorSummary value)
public TransferTypes.TransferOperation.Builder setErrorBreakdowns(int index, TransferTypes.ErrorSummary value)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Name | Description |
index | int |
value | TransferTypes.ErrorSummary |
Type | Description |
TransferTypes.TransferOperation.Builder |
setErrorBreakdowns(int index, TransferTypes.ErrorSummary.Builder builderForValue)
public TransferTypes.TransferOperation.Builder setErrorBreakdowns(int index, TransferTypes.ErrorSummary.Builder builderForValue)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
Name | Description |
index | int |
builderForValue | TransferTypes.ErrorSummary.Builder |
Type | Description |
TransferTypes.TransferOperation.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TransferTypes.TransferOperation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TransferTypes.TransferOperation.Builder |
setName(String value)
public TransferTypes.TransferOperation.Builder setName(String value)
A globally unique ID assigned by the system.
string name = 1;
Name | Description |
value | String The name to set. |
Type | Description |
TransferTypes.TransferOperation.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public TransferTypes.TransferOperation.Builder setNameBytes(ByteString value)
A globally unique ID assigned by the system.
string name = 1;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
TransferTypes.TransferOperation.Builder | This builder for chaining. |
setNotificationConfig(TransferTypes.NotificationConfig value)
public TransferTypes.TransferOperation.Builder setNotificationConfig(TransferTypes.NotificationConfig value)
Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;
Name | Description |
value | TransferTypes.NotificationConfig |
Type | Description |
TransferTypes.TransferOperation.Builder |
setNotificationConfig(TransferTypes.NotificationConfig.Builder builderForValue)
public TransferTypes.TransferOperation.Builder setNotificationConfig(TransferTypes.NotificationConfig.Builder builderForValue)
Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;
Name | Description |
builderForValue | TransferTypes.NotificationConfig.Builder |
Type | Description |
TransferTypes.TransferOperation.Builder |
setProjectId(String value)
public TransferTypes.TransferOperation.Builder setProjectId(String value)
The ID of the Google Cloud project that owns the operation.
string project_id = 2;
Name | Description |
value | String The projectId to set. |
Type | Description |
TransferTypes.TransferOperation.Builder | This builder for chaining. |
setProjectIdBytes(ByteString value)
public TransferTypes.TransferOperation.Builder setProjectIdBytes(ByteString value)
The ID of the Google Cloud project that owns the operation.
string project_id = 2;
Name | Description |
value | ByteString The bytes for projectId to set. |
Type | Description |
TransferTypes.TransferOperation.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TransferTypes.TransferOperation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
TransferTypes.TransferOperation.Builder |
setStartTime(Timestamp value)
public TransferTypes.TransferOperation.Builder setStartTime(Timestamp value)
Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;
Name | Description |
value | Timestamp |
Type | Description |
TransferTypes.TransferOperation.Builder |
setStartTime(Timestamp.Builder builderForValue)
public TransferTypes.TransferOperation.Builder setStartTime(Timestamp.Builder builderForValue)
Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;
Name | Description |
builderForValue | Builder |
Type | Description |
TransferTypes.TransferOperation.Builder |
setStatus(TransferTypes.TransferOperation.Status value)
public TransferTypes.TransferOperation.Builder setStatus(TransferTypes.TransferOperation.Status value)
Status of the transfer operation.
.google.storagetransfer.v1.TransferOperation.Status status = 6;
Name | Description |
value | TransferTypes.TransferOperation.Status The status to set. |
Type | Description |
TransferTypes.TransferOperation.Builder | This builder for chaining. |
setStatusValue(int value)
public TransferTypes.TransferOperation.Builder setStatusValue(int value)
Status of the transfer operation.
.google.storagetransfer.v1.TransferOperation.Status status = 6;
Name | Description |
value | int The enum numeric value on the wire for status to set. |
Type | Description |
TransferTypes.TransferOperation.Builder | This builder for chaining. |
setTransferJobName(String value)
public TransferTypes.TransferOperation.Builder setTransferJobName(String value)
The name of the transfer job that triggers this transfer operation.
string transfer_job_name = 9;
Name | Description |
value | String The transferJobName to set. |
Type | Description |
TransferTypes.TransferOperation.Builder | This builder for chaining. |
setTransferJobNameBytes(ByteString value)
public TransferTypes.TransferOperation.Builder setTransferJobNameBytes(ByteString value)
The name of the transfer job that triggers this transfer operation.
string transfer_job_name = 9;
Name | Description |
value | ByteString The bytes for transferJobName to set. |
Type | Description |
TransferTypes.TransferOperation.Builder | This builder for chaining. |
setTransferSpec(TransferTypes.TransferSpec value)
public TransferTypes.TransferOperation.Builder setTransferSpec(TransferTypes.TransferSpec value)
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;
Name | Description |
value | TransferTypes.TransferSpec |
Type | Description |
TransferTypes.TransferOperation.Builder |
setTransferSpec(TransferTypes.TransferSpec.Builder builderForValue)
public TransferTypes.TransferOperation.Builder setTransferSpec(TransferTypes.TransferSpec.Builder builderForValue)
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;
Name | Description |
builderForValue | TransferTypes.TransferSpec.Builder |
Type | Description |
TransferTypes.TransferOperation.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TransferTypes.TransferOperation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TransferTypes.TransferOperation.Builder |