Stackdriver Logging V2 Client - Class CopyLogEntriesResponse (1.24.10)

Reference documentation and code samples for the Stackdriver Logging V2 Client class CopyLogEntriesResponse.

Response type for CopyLogEntries long running operations.

Generated from protobuf message google.logging.v2.CopyLogEntriesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ log_entries_copied_count int|string

Number of log entries copied.

getLogEntriesCopiedCount

Number of log entries copied.

Generated from protobuf field int64 log_entries_copied_count = 1;

Returns
TypeDescription
int|string

setLogEntriesCopiedCount

Number of log entries copied.

Generated from protobuf field int64 log_entries_copied_count = 1;

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this