public interface WaitOperationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The name of the operation resource to wait on.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the operation resource to wait on.
|
com.google.protobuf.Duration |
getTimeout()
The maximum duration to wait before timing out.
|
com.google.protobuf.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, hasOneofjava.lang.String getName()
The name of the operation resource to wait on.
string name = 1;com.google.protobuf.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;com.google.protobuf.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;com.google.protobuf.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;