public final class AttemptStatus extends GeneratedMessageV3 implements AttemptStatusOrBuilder
The status of a task attempt.Protobuf type
google.cloud.tasks.v2beta2.AttemptStatus
Modifier and Type | Class and Description |
---|---|
static class |
AttemptStatus.Builder
The status of a task attempt.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
DISPATCH_TIME_FIELD_NUMBER |
static int |
RESPONSE_STATUS_FIELD_NUMBER |
static int |
RESPONSE_TIME_FIELD_NUMBER |
static int |
SCHEDULE_TIME_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int SCHEDULE_TIME_FIELD_NUMBER
public static final int DISPATCH_TIME_FIELD_NUMBER
public static final int RESPONSE_TIME_FIELD_NUMBER
public static final int RESPONSE_STATUS_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class GeneratedMessageV3
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public boolean hasScheduleTime()
Output only. The time that this attempt was scheduled. `schedule_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp schedule_time = 1;
hasScheduleTime
in interface AttemptStatusOrBuilder
public Timestamp getScheduleTime()
Output only. The time that this attempt was scheduled. `schedule_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp schedule_time = 1;
getScheduleTime
in interface AttemptStatusOrBuilder
public TimestampOrBuilder getScheduleTimeOrBuilder()
Output only. The time that this attempt was scheduled. `schedule_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp schedule_time = 1;
getScheduleTimeOrBuilder
in interface AttemptStatusOrBuilder
public boolean hasDispatchTime()
Output only. The time that this attempt was dispatched. `dispatch_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp dispatch_time = 2;
hasDispatchTime
in interface AttemptStatusOrBuilder
public Timestamp getDispatchTime()
Output only. The time that this attempt was dispatched. `dispatch_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp dispatch_time = 2;
getDispatchTime
in interface AttemptStatusOrBuilder
public TimestampOrBuilder getDispatchTimeOrBuilder()
Output only. The time that this attempt was dispatched. `dispatch_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp dispatch_time = 2;
getDispatchTimeOrBuilder
in interface AttemptStatusOrBuilder
public boolean hasResponseTime()
Output only. The time that this attempt response was received. `response_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp response_time = 3;
hasResponseTime
in interface AttemptStatusOrBuilder
public Timestamp getResponseTime()
Output only. The time that this attempt response was received. `response_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp response_time = 3;
getResponseTime
in interface AttemptStatusOrBuilder
public TimestampOrBuilder getResponseTimeOrBuilder()
Output only. The time that this attempt response was received. `response_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp response_time = 3;
getResponseTimeOrBuilder
in interface AttemptStatusOrBuilder
public boolean hasResponseStatus()
Output only. The response from the target for this attempt. If the task has not been attempted or the task is currently running then the response status is unset.
.google.rpc.Status response_status = 4;
hasResponseStatus
in interface AttemptStatusOrBuilder
public com.google.rpc.Status getResponseStatus()
Output only. The response from the target for this attempt. If the task has not been attempted or the task is currently running then the response status is unset.
.google.rpc.Status response_status = 4;
getResponseStatus
in interface AttemptStatusOrBuilder
public com.google.rpc.StatusOrBuilder getResponseStatusOrBuilder()
Output only. The response from the target for this attempt. If the task has not been attempted or the task is currently running then the response status is unset.
.google.rpc.Status response_status = 4;
getResponseStatusOrBuilder
in interface AttemptStatusOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static AttemptStatus parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AttemptStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AttemptStatus parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AttemptStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AttemptStatus parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AttemptStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static AttemptStatus parseFrom(InputStream input) throws IOException
IOException
public static AttemptStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static AttemptStatus parseDelimitedFrom(InputStream input) throws IOException
IOException
public static AttemptStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static AttemptStatus parseFrom(CodedInputStream input) throws IOException
IOException
public static AttemptStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public AttemptStatus.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static AttemptStatus.Builder newBuilder()
public static AttemptStatus.Builder newBuilder(AttemptStatus prototype)
public AttemptStatus.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected AttemptStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static AttemptStatus getDefaultInstance()
public static Parser<AttemptStatus> parser()
public Parser<AttemptStatus> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public AttemptStatus getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2022 Google LLC. All rights reserved.