Google Cloud Asset V1 Client - Class AnalyzeIamPolicyLongrunningMetadata (1.9.2)

Reference documentation and code samples for the Google Cloud Asset V1 Client class AnalyzeIamPolicyLongrunningMetadata.

Represents the metadata of the longrunning operation for the AnalyzeIamPolicyLongrunning rpc.

Generated from protobuf message google.cloud.asset.v1.AnalyzeIamPolicyLongrunningMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ create_time Google\Protobuf\Timestamp

Output only. The time the operation was created.

getCreateTime

Output only. The time the operation was created.

Generated from protobuf field .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time the operation was created.

Generated from protobuf field .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

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