public interface WaitOperationRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The name of the operation resource to wait on.
|
ByteString |
getNameBytes()
The name of the operation resource to wait on.
|
Duration |
getTimeout()
The maximum duration to wait before timing out.
|
DurationOrBuilder |
getTimeoutOrBuilder()
The maximum duration to wait before timing out.
|
boolean |
hasTimeout()
The maximum duration to wait before timing out.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getName()
The name of the operation resource to wait on.
string name = 1;ByteString getNameBytes()
The name of the operation resource to wait on.
string name = 1;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;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;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;