Google Cloud Appengine Admin V1 Client - Class OperationMetadataV1 (1.2.2)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class OperationMetadataV1.

Metadata for the given google.longrunning.Operation.

Generated from protobuf message google.appengine.v1.OperationMetadataV1

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ method string

API method that initiated this operation. Example: google.appengine.v1.Versions.CreateVersion. @OutputOnly

↳ insert_time Google\Protobuf\Timestamp

Time that this operation was created. @OutputOnly

↳ end_time Google\Protobuf\Timestamp

Time that this operation completed. @OutputOnly

↳ user string

User who requested this operation. @OutputOnly

↳ target string

Name of the resource that this operation is acting on. Example: apps/myapp/services/default. @OutputOnly

↳ ephemeral_message string

Ephemeral message that may change every time the operation is polled. @OutputOnly

↳ warning array

Durable messages that persist on every operation poll. @OutputOnly

↳ create_version_metadata Google\Cloud\AppEngine\V1\CreateVersionMetadataV1

getMethod

API method that initiated this operation. Example: google.appengine.v1.Versions.CreateVersion.

@OutputOnly

Returns
TypeDescription
string

setMethod

API method that initiated this operation. Example: google.appengine.v1.Versions.CreateVersion.

@OutputOnly

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInsertTime

Time that this operation was created.

@OutputOnly

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasInsertTime

clearInsertTime

setInsertTime

Time that this operation was created.

@OutputOnly

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

Time that this operation completed.

@OutputOnly

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Time that this operation completed.

@OutputOnly

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUser

User who requested this operation.

@OutputOnly

Returns
TypeDescription
string

setUser

User who requested this operation.

@OutputOnly

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTarget

Name of the resource that this operation is acting on. Example: apps/myapp/services/default.

@OutputOnly

Returns
TypeDescription
string

setTarget

Name of the resource that this operation is acting on. Example: apps/myapp/services/default.

@OutputOnly

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEphemeralMessage

Ephemeral message that may change every time the operation is polled.

@OutputOnly

Returns
TypeDescription
string

setEphemeralMessage

Ephemeral message that may change every time the operation is polled.

@OutputOnly

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getWarning

Durable messages that persist on every operation poll.

@OutputOnly

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setWarning

Durable messages that persist on every operation poll.

@OutputOnly

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getCreateVersionMetadata

Generated from protobuf field .google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;

Returns
TypeDescription
Google\Cloud\AppEngine\V1\CreateVersionMetadataV1|null

hasCreateVersionMetadata

setCreateVersionMetadata

Generated from protobuf field .google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;

Parameter
NameDescription
var Google\Cloud\AppEngine\V1\CreateVersionMetadataV1
Returns
TypeDescription
$this

getMethodMetadata

Returns
TypeDescription
string