public interface WaitOperationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()The name of the operation resource to wait on.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of the operation resource to wait on.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getTimeout()
public abstract 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;
| Type | Description |
| Duration | The timeout. |
getTimeoutOrBuilder()
public abstract 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;
| Type | Description |
| DurationOrBuilder |
hasTimeout()
public abstract 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;
| Type | Description |
| boolean | Whether the timeout field is set. |