public static final class WaitOperationRequest.Builder extends GeneratedMessageV3.Builder<WaitOperationRequest.Builder> implements WaitOperationRequestOrBuilder
The request message for [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].Protobuf type
google.longrunning.WaitOperationRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<WaitOperationRequest.Builder>public WaitOperationRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<WaitOperationRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<WaitOperationRequest.Builder>public WaitOperationRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic WaitOperationRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic WaitOperationRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic WaitOperationRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<WaitOperationRequest.Builder>public WaitOperationRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<WaitOperationRequest.Builder>public WaitOperationRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<WaitOperationRequest.Builder>public WaitOperationRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<WaitOperationRequest.Builder>public WaitOperationRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<WaitOperationRequest.Builder>public WaitOperationRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<WaitOperationRequest.Builder>public WaitOperationRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<WaitOperationRequest.Builder>public WaitOperationRequest.Builder mergeFrom(WaitOperationRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<WaitOperationRequest.Builder>public WaitOperationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<WaitOperationRequest.Builder>java.io.IOExceptionpublic java.lang.String getName()
The name of the operation resource to wait on.
string name = 1;getName in interface WaitOperationRequestOrBuilderpublic ByteString getNameBytes()
The name of the operation resource to wait on.
string name = 1;getNameBytes in interface WaitOperationRequestOrBuilderpublic WaitOperationRequest.Builder setName(java.lang.String value)
The name of the operation resource to wait on.
string name = 1;public WaitOperationRequest.Builder clearName()
The name of the operation resource to wait on.
string name = 1;public WaitOperationRequest.Builder setNameBytes(ByteString value)
The name of the operation resource to wait on.
string name = 1;public boolean hasTimeout()
The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
.google.protobuf.Duration timeout = 2;hasTimeout in interface WaitOperationRequestOrBuilderpublic Duration getTimeout()
The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
.google.protobuf.Duration timeout = 2;getTimeout in interface WaitOperationRequestOrBuilderpublic WaitOperationRequest.Builder setTimeout(Duration value)
The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
.google.protobuf.Duration timeout = 2;public WaitOperationRequest.Builder setTimeout(Duration.Builder builderForValue)
The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
.google.protobuf.Duration timeout = 2;public WaitOperationRequest.Builder mergeTimeout(Duration value)
The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
.google.protobuf.Duration timeout = 2;public WaitOperationRequest.Builder clearTimeout()
The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
.google.protobuf.Duration timeout = 2;public Duration.Builder getTimeoutBuilder()
The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
.google.protobuf.Duration timeout = 2;public DurationOrBuilder getTimeoutOrBuilder()
The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
.google.protobuf.Duration timeout = 2;getTimeoutOrBuilder in interface WaitOperationRequestOrBuilderpublic final WaitOperationRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<WaitOperationRequest.Builder>public final WaitOperationRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<WaitOperationRequest.Builder>