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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
TransferTypes.TransferCountersOrBuilder |
|
getEndTime()
public abstract Timestamp getEndTime()End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.storagetransfer.v1.proto.TransferTypes.ErrorSummaryOrBuilder> |
|
getLoggingConfig()
public abstract TransferTypes.LoggingConfig getLoggingConfig()Cloud Logging configuration.
.google.storagetransfer.v1.LoggingConfig logging_config = 12;
| Returns | |
|---|---|
| Type | Description |
TransferTypes.LoggingConfig |
The loggingConfig. |
getLoggingConfigOrBuilder()
public abstract TransferTypes.LoggingConfigOrBuilder getLoggingConfigOrBuilder()Cloud Logging configuration.
.google.storagetransfer.v1.LoggingConfig logging_config = 12;
| Returns | |
|---|---|
| Type | Description |
TransferTypes.LoggingConfigOrBuilder |
|
getName()
public abstract String getName()A globally unique ID assigned by the system.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()A globally unique ID assigned by the system.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getNotificationConfig()
public abstract TransferTypes.NotificationConfig getNotificationConfig()Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;
| Returns | |
|---|---|
| Type | Description |
TransferTypes.NotificationConfig |
The notificationConfig. |
getNotificationConfigOrBuilder()
public abstract TransferTypes.NotificationConfigOrBuilder getNotificationConfigOrBuilder()Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;
| Returns | |
|---|---|
| Type | Description |
TransferTypes.NotificationConfigOrBuilder |
|
getProjectId()
public abstract String getProjectId()The ID of the Google Cloud project that owns the operation.
string project_id = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
getStartTime()
public abstract Timestamp getStartTime()Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getStatus()
public abstract TransferTypes.TransferOperation.Status getStatus()Status of the transfer operation.
.google.storagetransfer.v1.TransferOperation.Status status = 6;
| Returns | |
|---|---|
| Type | Description |
TransferTypes.TransferOperation.Status |
The status. |
getStatusValue()
public abstract int getStatusValue()Status of the transfer operation.
.google.storagetransfer.v1.TransferOperation.Status status = 6;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for transferJobName. |
getTransferSpec()
public abstract TransferTypes.TransferSpec getTransferSpec()Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;
| Returns | |
|---|---|
| Type | Description |
TransferTypes.TransferSpec |
The transferSpec. |
getTransferSpecOrBuilder()
public abstract TransferTypes.TransferSpecOrBuilder getTransferSpecOrBuilder()Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;
| Returns | |
|---|---|
| Type | Description |
TransferTypes.TransferSpecOrBuilder |
|
hasCounters()
public abstract boolean hasCounters()Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endTime field is set. |
hasLoggingConfig()
public abstract boolean hasLoggingConfig()Cloud Logging configuration.
.google.storagetransfer.v1.LoggingConfig logging_config = 12;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the loggingConfig field is set. |
hasNotificationConfig()
public abstract boolean hasNotificationConfig()Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |
hasTransferSpec()
public abstract boolean hasTransferSpec()Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the transferSpec field is set. |