The request message for [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
Generated from protobuf message google.longrunning.WaitOperationRequest
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearTimeout() |
| public getName() The name of the operation resource to wait on. Generated from protobuf field string name = 1;
|
| public 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. Generated from protobuf field .google.protobuf.Duration timeout = 2;
|
| public hasTimeout() |
| public setName( $var) The name of the operation resource to wait on. Generated from protobuf field string name = 1;
|
| public setTimeout( $var) 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. Generated from protobuf field .google.protobuf.Duration timeout = 2;
|
| Methods |
| Properties |
| private $name = '' The name of the operation resource to wait on. Generated from protobuf field string name = 1; |
| private $timeout = NULL 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. Generated from protobuf field .google.protobuf.Duration timeout = 2; |