Reference documentation and code samples for the Google Cloud Functions V2 Client class OperationMetadata.
Represents the metadata of the long-running operation.
Generated from protobuf message google.cloud.functions.v2.OperationMetadata
Namespace
Google \ Cloud \ Functions \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ create_time
↳ end_time
↳ target
string
Server-defined resource path for the target of the operation.
↳ verb
string
Name of the verb executed by the operation.
↳ status_detail
string
Human-readable status of the operation, if any.
↳ cancel_requested
bool
Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error
value with a google.rpc.Status.code
of 1, corresponding to Code.CANCELLED
.
↳ api_version
string
API version used to start the operation.
↳ request_resource
↳ stages
↳ source_token
string
An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.
↳ build_name
string
The build name of the function for create and update operations.
↳ operation_type
int
The operation type.
getCreateTime
The time the operation was created.
hasCreateTime
clearCreateTime
setCreateTime
The time the operation was created.
$this
getEndTime
The time the operation finished running.
hasEndTime
clearEndTime
setEndTime
The time the operation finished running.
$this
getTarget
Server-defined resource path for the target of the operation.
string
setTarget
Server-defined resource path for the target of the operation.
var
string
$this
getVerb
Name of the verb executed by the operation.
string
setVerb
Name of the verb executed by the operation.
var
string
$this
getStatusDetail
Human-readable status of the operation, if any.
string
setStatusDetail
Human-readable status of the operation, if any.
var
string
$this
getCancelRequested
Identifies whether the user has requested cancellation
of the operation. Operations that have successfully been cancelled
have google.longrunning.Operation.error
value with a google.rpc.Status.code
of 1,
corresponding to Code.CANCELLED
.
bool
setCancelRequested
Identifies whether the user has requested cancellation
of the operation. Operations that have successfully been cancelled
have google.longrunning.Operation.error
value with a google.rpc.Status.code
of 1,
corresponding to Code.CANCELLED
.
var
bool
$this
getApiVersion
API version used to start the operation.
string
setApiVersion
API version used to start the operation.
var
string
$this
getRequestResource
The original request that started the operation.
hasRequestResource
clearRequestResource
setRequestResource
The original request that started the operation.
$this
getStages
Mechanism for reporting in-progress stages
setStages
Mechanism for reporting in-progress stages
$this
getSourceToken
An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.
string
setSourceToken
An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.
var
string
$this
getBuildName
The build name of the function for create and update operations.
string
setBuildName
The build name of the function for create and update operations.
var
string
$this
getOperationType
The operation type.
int
setOperationType
The operation type.
var
int
$this