Reference documentation and code samples for the Stackdriver Logging V2 Client class CopyLogEntriesMetadata.
Metadata for CopyLogEntries long running operations.
Generated from protobuf message google.logging.v2.CopyLogEntriesMetadata
Namespace
Google \ Cloud \ Logging \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ start_time
↳ end_time
↳ state
int
State of an operation.
↳ cancellation_requested
bool
Identifies whether the user has requested cancellation of the operation.
↳ request
↳ progress
int
Estimated progress of the operation (0 - 100%).
↳ writer_identity
string
The IAM identity of a service account that must be granted access to the destination. If the service account is not granted permission to the destination within an hour, the operation will be cancelled. For example: "serviceAccount:foo@bar.com"
getStartTime
The create time of an operation.
hasStartTime
clearStartTime
setStartTime
The create time of an operation.
$this
getEndTime
The end time of an operation.
hasEndTime
clearEndTime
setEndTime
The end time of an operation.
$this
getState
State of an operation.
int
setState
State of an operation.
var
int
$this
getCancellationRequested
Identifies whether the user has requested cancellation of the operation.
bool
setCancellationRequested
Identifies whether the user has requested cancellation of the operation.
var
bool
$this
getRequest
CopyLogEntries RPC request.
hasRequest
clearRequest
setRequest
CopyLogEntries RPC request.
$this
getProgress
Estimated progress of the operation (0 - 100%).
int
setProgress
Estimated progress of the operation (0 - 100%).
var
int
$this
getWriterIdentity
The IAM identity of a service account that must be granted access to the destination.
If the service account is not granted permission to the destination within
an hour, the operation will be cancelled.
For example: "serviceAccount:foo@bar.com"
string
setWriterIdentity
The IAM identity of a service account that must be granted access to the destination.
If the service account is not granted permission to the destination within
an hour, the operation will be cancelled.
For example: "serviceAccount:foo@bar.com"
var
string
$this