Reference documentation and code samples for the Stackdriver Logging V2 Client class LogEntryOperation.
Additional information about a potentially long-running operation with which a log entry is associated.
Generated from protobuf message google.logging.v2.LogEntryOperation
Namespace
Google \ Cloud \ Logging \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ id
string
Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.
↳ producer
string
Optional. An arbitrary producer identifier. The combination of id
and producer
must be globally unique. Examples for producer
: "MyDivision.MyBigCompany.com"
, "github.com/MyProject/MyApplication"
.
↳ first
bool
Optional. Set this to True if this is the first log entry in the operation.
↳ last
bool
Optional. Set this to True if this is the last log entry in the operation.
getId
Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.
string
setId
Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.
var
string
$this
getProducer
Optional. An arbitrary producer identifier. The combination of id
and producer
must be globally unique. Examples for producer
: "MyDivision.MyBigCompany.com"
, "github.com/MyProject/MyApplication"
.
string
setProducer
Optional. An arbitrary producer identifier. The combination of id
and producer
must be globally unique. Examples for producer
: "MyDivision.MyBigCompany.com"
, "github.com/MyProject/MyApplication"
.
var
string
$this
getFirst
Optional. Set this to True if this is the first log entry in the operation.
bool
setFirst
Optional. Set this to True if this is the first log entry in the operation.
var
bool
$this
getLast
Optional. Set this to True if this is the last log entry in the operation.
bool
setLast
Optional. Set this to True if this is the last log entry in the operation.
var
bool
$this