public static final class TransferTypes.TransferOperation extends com.google.protobuf.GeneratedMessageV3 implements TransferTypes.TransferOperationOrBuilder
A description of the execution of a transfer.Protobuf type
google.storagetransfer.v1.TransferOperation| Modifier and Type | Class and Description |
|---|---|
static class |
TransferTypes.TransferOperation.Builder
A description of the execution of a transfer.
|
static class |
TransferTypes.TransferOperation.Status
The status of a TransferOperation.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
COUNTERS_FIELD_NUMBER |
static int |
END_TIME_FIELD_NUMBER |
static int |
ERROR_BREAKDOWNS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NOTIFICATION_CONFIG_FIELD_NUMBER |
static int |
PROJECT_ID_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
TRANSFER_JOB_NAME_FIELD_NUMBER |
static int |
TRANSFER_SPEC_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TransferTypes.TransferCounters |
getCounters()
Information about the progress of the transfer operation.
|
TransferTypes.TransferCountersOrBuilder |
getCountersOrBuilder()
Information about the progress of the transfer operation.
|
static TransferTypes.TransferOperation |
getDefaultInstance() |
TransferTypes.TransferOperation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<TransferTypes.TransferOperation> |
getParserForType() |
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.
|
int |
getSerializedSize() |
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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCounters()
Information about the progress of the transfer operation.
|
boolean |
hasEndTime()
End time of this transfer execution.
|
int |
hashCode() |
boolean |
hasNotificationConfig()
Notification configuration.
|
boolean |
hasStartTime()
Start time of this transfer execution.
|
boolean |
hasTransferSpec()
Transfer specification.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TransferTypes.TransferOperation.Builder |
newBuilder() |
static TransferTypes.TransferOperation.Builder |
newBuilder(TransferTypes.TransferOperation prototype) |
TransferTypes.TransferOperation.Builder |
newBuilderForType() |
protected TransferTypes.TransferOperation.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TransferTypes.TransferOperation |
parseDelimitedFrom(InputStream input) |
static TransferTypes.TransferOperation |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferOperation |
parseFrom(byte[] data) |
static TransferTypes.TransferOperation |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferOperation |
parseFrom(ByteBuffer data) |
static TransferTypes.TransferOperation |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferOperation |
parseFrom(com.google.protobuf.ByteString data) |
static TransferTypes.TransferOperation |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferOperation |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransferTypes.TransferOperation |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferOperation |
parseFrom(InputStream input) |
static TransferTypes.TransferOperation |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransferTypes.TransferOperation> |
parser() |
TransferTypes.TransferOperation.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
public static final int TRANSFER_SPEC_FIELD_NUMBER
public static final int NOTIFICATION_CONFIG_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int COUNTERS_FIELD_NUMBER
public static final int ERROR_BREAKDOWNS_FIELD_NUMBER
public static final int TRANSFER_JOB_NAME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
A globally unique ID assigned by the system.
string name = 1;getName in interface TransferTypes.TransferOperationOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
A globally unique ID assigned by the system.
string name = 1;getNameBytes in interface TransferTypes.TransferOperationOrBuilderpublic String getProjectId()
The ID of the Google Cloud project that owns the operation.
string project_id = 2;getProjectId in interface TransferTypes.TransferOperationOrBuilderpublic com.google.protobuf.ByteString getProjectIdBytes()
The ID of the Google Cloud project that owns the operation.
string project_id = 2;getProjectIdBytes in interface TransferTypes.TransferOperationOrBuilderpublic boolean hasTransferSpec()
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;hasTransferSpec in interface TransferTypes.TransferOperationOrBuilderpublic TransferTypes.TransferSpec getTransferSpec()
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;getTransferSpec in interface TransferTypes.TransferOperationOrBuilderpublic TransferTypes.TransferSpecOrBuilder getTransferSpecOrBuilder()
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 3;getTransferSpecOrBuilder in interface TransferTypes.TransferOperationOrBuilderpublic boolean hasNotificationConfig()
Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;hasNotificationConfig in interface TransferTypes.TransferOperationOrBuilderpublic TransferTypes.NotificationConfig getNotificationConfig()
Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;getNotificationConfig in interface TransferTypes.TransferOperationOrBuilderpublic TransferTypes.NotificationConfigOrBuilder getNotificationConfigOrBuilder()
Notification configuration.
.google.storagetransfer.v1.NotificationConfig notification_config = 10;getNotificationConfigOrBuilder in interface TransferTypes.TransferOperationOrBuilderpublic boolean hasStartTime()
Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;hasStartTime in interface TransferTypes.TransferOperationOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;getStartTime in interface TransferTypes.TransferOperationOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Start time of this transfer execution.
.google.protobuf.Timestamp start_time = 4;getStartTimeOrBuilder in interface TransferTypes.TransferOperationOrBuilderpublic boolean hasEndTime()
End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;hasEndTime in interface TransferTypes.TransferOperationOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;getEndTime in interface TransferTypes.TransferOperationOrBuilderpublic com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End time of this transfer execution.
.google.protobuf.Timestamp end_time = 5;getEndTimeOrBuilder in interface TransferTypes.TransferOperationOrBuilderpublic int getStatusValue()
Status of the transfer operation.
.google.storagetransfer.v1.TransferOperation.Status status = 6;getStatusValue in interface TransferTypes.TransferOperationOrBuilderpublic TransferTypes.TransferOperation.Status getStatus()
Status of the transfer operation.
.google.storagetransfer.v1.TransferOperation.Status status = 6;getStatus in interface TransferTypes.TransferOperationOrBuilderpublic boolean hasCounters()
Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;hasCounters in interface TransferTypes.TransferOperationOrBuilderpublic TransferTypes.TransferCounters getCounters()
Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;getCounters in interface TransferTypes.TransferOperationOrBuilderpublic TransferTypes.TransferCountersOrBuilder getCountersOrBuilder()
Information about the progress of the transfer operation.
.google.storagetransfer.v1.TransferCounters counters = 7;getCountersOrBuilder in interface TransferTypes.TransferOperationOrBuilderpublic List<TransferTypes.ErrorSummary> getErrorBreakdownsList()
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;getErrorBreakdownsList in interface TransferTypes.TransferOperationOrBuilderpublic List<? extends TransferTypes.ErrorSummaryOrBuilder> getErrorBreakdownsOrBuilderList()
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;getErrorBreakdownsOrBuilderList in interface TransferTypes.TransferOperationOrBuilderpublic int getErrorBreakdownsCount()
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;getErrorBreakdownsCount in interface TransferTypes.TransferOperationOrBuilderpublic TransferTypes.ErrorSummary getErrorBreakdowns(int index)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;getErrorBreakdowns in interface TransferTypes.TransferOperationOrBuilderpublic TransferTypes.ErrorSummaryOrBuilder getErrorBreakdownsOrBuilder(int index)
Summarizes errors encountered with sample error log entries.
repeated .google.storagetransfer.v1.ErrorSummary error_breakdowns = 8;getErrorBreakdownsOrBuilder in interface TransferTypes.TransferOperationOrBuilderpublic String getTransferJobName()
The name of the transfer job that triggers this transfer operation.
string transfer_job_name = 9;getTransferJobName in interface TransferTypes.TransferOperationOrBuilderpublic com.google.protobuf.ByteString getTransferJobNameBytes()
The name of the transfer job that triggers this transfer operation.
string transfer_job_name = 9;getTransferJobNameBytes in interface TransferTypes.TransferOperationOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TransferTypes.TransferOperation parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferOperation parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferOperation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferOperation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferOperation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferOperation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferOperation parseFrom(InputStream input) throws IOException
IOExceptionpublic static TransferTypes.TransferOperation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransferTypes.TransferOperation parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TransferTypes.TransferOperation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransferTypes.TransferOperation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TransferTypes.TransferOperation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TransferTypes.TransferOperation.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TransferTypes.TransferOperation.Builder newBuilder()
public static TransferTypes.TransferOperation.Builder newBuilder(TransferTypes.TransferOperation prototype)
public TransferTypes.TransferOperation.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TransferTypes.TransferOperation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TransferTypes.TransferOperation getDefaultInstance()
public static com.google.protobuf.Parser<TransferTypes.TransferOperation> parser()
public com.google.protobuf.Parser<TransferTypes.TransferOperation> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TransferTypes.TransferOperation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.