public static interface TransferTypes.TransferOperationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCounters()
public abstract TransferTypes.TransferCounters getCounters()Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;
| Type | Description |
| TransferTypes.TransferCounters | The counters. |
getCountersOrBuilder()
public abstract TransferTypes.TransferCountersOrBuilder getCountersOrBuilder()Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;
| Type | Description |
| TransferTypes.TransferCountersOrBuilder |
getEndTime()
public abstract Timestamp getEndTime()End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;
| Type | Description |
| Timestamp | The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;
| Type | Description |
| TimestampOrBuilder |
getErrorBreakdowns(int index)
public abstract 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 |
getErrorBreakdownsCount()
public abstract int getErrorBreakdownsCount()Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;
| Type | Description |
| int |
getErrorBreakdownsList()
public abstract 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 abstract 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 abstract 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 abstract String getName()A globally unique ID assigned by the system.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()A globally unique ID assigned by the system.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getNotificationConfig()
public abstract TransferTypes.NotificationConfig getNotificationConfig()Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;
| Type | Description |
| TransferTypes.NotificationConfig | The notificationConfig. |
getNotificationConfigOrBuilder()
public abstract TransferTypes.NotificationConfigOrBuilder getNotificationConfigOrBuilder()Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;
| Type | Description |
| TransferTypes.NotificationConfigOrBuilder |
getProjectId()
public abstract String getProjectId()The ID of the Google Cloud project that owns the operation.
string project_id = 2;
| Type | Description |
| String | The projectId. |
getProjectIdBytes()
public abstract 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 abstract Timestamp getStartTime()Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;
| Type | Description |
| Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;
| Type | Description |
| TimestampOrBuilder |
getStatus()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract TransferTypes.TransferSpec getTransferSpec()Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;
| Type | Description |
| TransferTypes.TransferSpec | The transferSpec. |
getTransferSpecOrBuilder()
public abstract TransferTypes.TransferSpecOrBuilder getTransferSpecOrBuilder()Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;
| Type | Description |
| TransferTypes.TransferSpecOrBuilder |
hasCounters()
public abstract 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 abstract 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 abstract boolean hasNotificationConfig()Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;
| Type | Description |
| boolean | Whether the notificationConfig field is set. |
hasStartTime()
public abstract 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 abstract boolean hasTransferSpec()Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;
| Type | Description |
| boolean | Whether the transferSpec field is set. |