public static interface TransferTypes.TransferOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TransferTypes.TransferCounters |
getCounters()
Information about the progress of the transfer operation.
|
TransferTypes.TransferCountersOrBuilder |
getCountersOrBuilder()
Information about the progress of the transfer operation.
|
com.google.protobuf.Timestamp |
getEndTime()
End time of this transfer execution.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End time of this transfer execution.
|
TransferTypes.ErrorSummary |
getErrorBreakdowns(int index)
Summarizes errors encountered with sample error log entries.
|
int |
getErrorBreakdownsCount()
Summarizes errors encountered with sample error log entries.
|
List<TransferTypes.ErrorSummary> |
getErrorBreakdownsList()
Summarizes errors encountered with sample error log entries.
|
TransferTypes.ErrorSummaryOrBuilder |
getErrorBreakdownsOrBuilder(int index)
Summarizes errors encountered with sample error log entries.
|
List<? extends TransferTypes.ErrorSummaryOrBuilder> |
getErrorBreakdownsOrBuilderList()
Summarizes errors encountered with sample error log entries.
|
String |
getName()
A globally unique ID assigned by the system.
|
com.google.protobuf.ByteString |
getNameBytes()
A globally unique ID assigned by the system.
|
TransferTypes.NotificationConfig |
getNotificationConfig()
Notification configuration.
|
TransferTypes.NotificationConfigOrBuilder |
getNotificationConfigOrBuilder()
Notification configuration.
|
String |
getProjectId()
The ID of the Google Cloud project that owns the operation.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
The ID of the Google Cloud project that owns the operation.
|
com.google.protobuf.Timestamp |
getStartTime()
Start time of this transfer execution.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Start time of this transfer execution.
|
TransferTypes.TransferOperation.Status |
getStatus()
Status of the transfer operation.
|
int |
getStatusValue()
Status of the transfer operation.
|
String |
getTransferJobName()
The name of the transfer job that triggers this transfer operation.
|
com.google.protobuf.ByteString |
getTransferJobNameBytes()
The name of the transfer job that triggers this transfer operation.
|
TransferTypes.TransferSpec |
getTransferSpec()
Transfer specification.
|
TransferTypes.TransferSpecOrBuilder |
getTransferSpecOrBuilder()
Transfer specification.
|
boolean |
hasCounters()
Information about the progress of the transfer operation.
|
boolean |
hasEndTime()
End time of this transfer execution.
|
boolean |
hasNotificationConfig()
Notification configuration.
|
boolean |
hasStartTime()
Start time of this transfer execution.
|
boolean |
hasTransferSpec()
Transfer specification.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
A globally unique ID assigned by the system.
string name = 1;com.google.protobuf.ByteString getNameBytes()
A globally unique ID assigned by the system.
string name = 1;String getProjectId()
The ID of the Google Cloud project that owns the operation.
string project_id = 2;com.google.protobuf.ByteString getProjectIdBytes()
The ID of the Google Cloud project that owns the operation.
string project_id = 2;boolean hasTransferSpec()
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;TransferTypes.TransferSpec getTransferSpec()
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;TransferTypes.TransferSpecOrBuilder getTransferSpecOrBuilder()
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;boolean hasNotificationConfig()
Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;TransferTypes.NotificationConfig getNotificationConfig()
Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;TransferTypes.NotificationConfigOrBuilder getNotificationConfigOrBuilder()
Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;boolean hasStartTime()
Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;com.google.protobuf.Timestamp getStartTime()
Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;boolean hasEndTime()
End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;com.google.protobuf.Timestamp getEndTime()
End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;int getStatusValue()
Status of the transfer operation.
.google.storagetransfer.v1.TransferOperation.Status status = 6;TransferTypes.TransferOperation.Status getStatus()
Status of the transfer operation.
.google.storagetransfer.v1.TransferOperation.Status status = 6;boolean hasCounters()
Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;TransferTypes.TransferCounters getCounters()
Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;TransferTypes.TransferCountersOrBuilder getCountersOrBuilder()
Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;List<TransferTypes.ErrorSummary> getErrorBreakdownsList()
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;TransferTypes.ErrorSummary getErrorBreakdowns(int index)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;int getErrorBreakdownsCount()
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;List<? extends TransferTypes.ErrorSummaryOrBuilder> getErrorBreakdownsOrBuilderList()
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;TransferTypes.ErrorSummaryOrBuilder getErrorBreakdownsOrBuilder(int index)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;String getTransferJobName()
The name of the transfer job that triggers this transfer operation.
string transfer_job_name = 9;com.google.protobuf.ByteString getTransferJobNameBytes()
The name of the transfer job that triggers this transfer operation.
string transfer_job_name = 9;Copyright © 2022 Google LLC. All rights reserved.