WaitPolicy
in package
uses
CloneWith
FinalYes
Specifies to the gRPC server how long the client wants the update-related RPC call to wait before returning control to the caller.
Tags
Table of Contents
Properties
- $lifecycleStage : LifecycleStage
- Indicates the update lifecycle stage that the gRPC call should wait for before returning.
Methods
- new() : self
- withLifecycleStage() : self
- Indicates the update lifecycle stage that the gRPC call should wait for before returning.
- __construct() : mixed
Properties
$lifecycleStage read-only
Indicates the update lifecycle stage that the gRPC call should wait for before returning.
public
LifecycleStage
$lifecycleStage
Methods
new()
public
static new() : self
Return values
selfwithLifecycleStage()
Indicates the update lifecycle stage that the gRPC call should wait for before returning.
public
withLifecycleStage(LifecycleStage $value) : self
Parameters
- $value : LifecycleStage
Return values
self__construct()
private
__construct() : mixed