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
Namespace
Google \ Cloud \ Logging \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
int|string |
setLogEntriesCopiedCount
Number of log entries copied.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |