public static final class AttemptStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AttemptStatus.Builder> implements AttemptStatusOrBuilder
The status of a task attempt.Protobuf type
google.cloud.tasks.v2beta2.AttemptStatus| Modifier and Type | Method and Description |
|---|---|
AttemptStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AttemptStatus |
build() |
AttemptStatus |
buildPartial() |
AttemptStatus.Builder |
clear() |
AttemptStatus.Builder |
clearDispatchTime()
Output only.
|
AttemptStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AttemptStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AttemptStatus.Builder |
clearResponseStatus()
Output only.
|
AttemptStatus.Builder |
clearResponseTime()
Output only.
|
AttemptStatus.Builder |
clearScheduleTime()
Output only.
|
AttemptStatus.Builder |
clone() |
AttemptStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Timestamp |
getDispatchTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getDispatchTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getDispatchTimeOrBuilder()
Output only.
|
com.google.rpc.Status |
getResponseStatus()
Output only.
|
com.google.rpc.Status.Builder |
getResponseStatusBuilder()
Output only.
|
com.google.rpc.StatusOrBuilder |
getResponseStatusOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getResponseTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getResponseTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getResponseTimeOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getScheduleTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getScheduleTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getScheduleTimeOrBuilder()
Output only.
|
boolean |
hasDispatchTime()
Output only.
|
boolean |
hasResponseStatus()
Output only.
|
boolean |
hasResponseTime()
Output only.
|
boolean |
hasScheduleTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AttemptStatus.Builder |
mergeDispatchTime(com.google.protobuf.Timestamp value)
Output only.
|
AttemptStatus.Builder |
mergeFrom(AttemptStatus other) |
AttemptStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AttemptStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
AttemptStatus.Builder |
mergeResponseStatus(com.google.rpc.Status value)
Output only.
|
AttemptStatus.Builder |
mergeResponseTime(com.google.protobuf.Timestamp value)
Output only.
|
AttemptStatus.Builder |
mergeScheduleTime(com.google.protobuf.Timestamp value)
Output only.
|
AttemptStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AttemptStatus.Builder |
setDispatchTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
AttemptStatus.Builder |
setDispatchTime(com.google.protobuf.Timestamp value)
Output only.
|
AttemptStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AttemptStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AttemptStatus.Builder |
setResponseStatus(com.google.rpc.Status.Builder builderForValue)
Output only.
|
AttemptStatus.Builder |
setResponseStatus(com.google.rpc.Status value)
Output only.
|
AttemptStatus.Builder |
setResponseTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
AttemptStatus.Builder |
setResponseTime(com.google.protobuf.Timestamp value)
Output only.
|
AttemptStatus.Builder |
setScheduleTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
AttemptStatus.Builder |
setScheduleTime(com.google.protobuf.Timestamp value)
Output only.
|
AttemptStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AttemptStatus.Builder>public AttemptStatus.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AttemptStatus.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AttemptStatus.Builder>public AttemptStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AttemptStatus build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AttemptStatus buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AttemptStatus.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AttemptStatus.Builder>public AttemptStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AttemptStatus.Builder>public AttemptStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AttemptStatus.Builder>public AttemptStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AttemptStatus.Builder>public AttemptStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AttemptStatus.Builder>public AttemptStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AttemptStatus.Builder>public AttemptStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AttemptStatus.Builder>public AttemptStatus.Builder mergeFrom(AttemptStatus other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AttemptStatus.Builder>public AttemptStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AttemptStatus.Builder>IOExceptionpublic 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 AttemptStatusOrBuilderpublic com.google.protobuf.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 AttemptStatusOrBuilderpublic AttemptStatus.Builder setScheduleTime(com.google.protobuf.Timestamp value)
Output only. The time that this attempt was scheduled. `schedule_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp schedule_time = 1;public AttemptStatus.Builder setScheduleTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The time that this attempt was scheduled. `schedule_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp schedule_time = 1;public AttemptStatus.Builder mergeScheduleTime(com.google.protobuf.Timestamp value)
Output only. The time that this attempt was scheduled. `schedule_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp schedule_time = 1;public AttemptStatus.Builder clearScheduleTime()
Output only. The time that this attempt was scheduled. `schedule_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp schedule_time = 1;public com.google.protobuf.Timestamp.Builder getScheduleTimeBuilder()
Output only. The time that this attempt was scheduled. `schedule_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp schedule_time = 1;public com.google.protobuf.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 AttemptStatusOrBuilderpublic 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 AttemptStatusOrBuilderpublic com.google.protobuf.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 AttemptStatusOrBuilderpublic AttemptStatus.Builder setDispatchTime(com.google.protobuf.Timestamp value)
Output only. The time that this attempt was dispatched. `dispatch_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp dispatch_time = 2;public AttemptStatus.Builder setDispatchTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The time that this attempt was dispatched. `dispatch_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp dispatch_time = 2;public AttemptStatus.Builder mergeDispatchTime(com.google.protobuf.Timestamp value)
Output only. The time that this attempt was dispatched. `dispatch_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp dispatch_time = 2;public AttemptStatus.Builder clearDispatchTime()
Output only. The time that this attempt was dispatched. `dispatch_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp dispatch_time = 2;public com.google.protobuf.Timestamp.Builder getDispatchTimeBuilder()
Output only. The time that this attempt was dispatched. `dispatch_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp dispatch_time = 2;public com.google.protobuf.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 AttemptStatusOrBuilderpublic 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 AttemptStatusOrBuilderpublic com.google.protobuf.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 AttemptStatusOrBuilderpublic AttemptStatus.Builder setResponseTime(com.google.protobuf.Timestamp value)
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;public AttemptStatus.Builder setResponseTime(com.google.protobuf.Timestamp.Builder builderForValue)
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;public AttemptStatus.Builder mergeResponseTime(com.google.protobuf.Timestamp value)
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;public AttemptStatus.Builder clearResponseTime()
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;public com.google.protobuf.Timestamp.Builder getResponseTimeBuilder()
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;public com.google.protobuf.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 AttemptStatusOrBuilderpublic 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 AttemptStatusOrBuilderpublic 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 AttemptStatusOrBuilderpublic AttemptStatus.Builder setResponseStatus(com.google.rpc.Status value)
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;public AttemptStatus.Builder setResponseStatus(com.google.rpc.Status.Builder builderForValue)
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;public AttemptStatus.Builder mergeResponseStatus(com.google.rpc.Status value)
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;public AttemptStatus.Builder clearResponseStatus()
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;public com.google.rpc.Status.Builder getResponseStatusBuilder()
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;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 AttemptStatusOrBuilderpublic final AttemptStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AttemptStatus.Builder>public final AttemptStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AttemptStatus.Builder>Copyright © 2024 Google LLC. All rights reserved.