Documentation

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
see
WaitPolicy

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
self

withLifecycleStage()

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

        
On this page

Search results