Reference documentation and code samples for the Stackdriver Logging V2 Client class CopyLogEntriesRequest.
The parameters to CopyLogEntries.
Generated from protobuf message google.logging.v2.CopyLogEntriesRequest
Namespace
Google \ Cloud \ Logging \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Log bucket from which to copy log entries. For example: |
↳ filter |
string
Optional. A filter specifying which log entries to copy. The filter must be no more than 20k characters. An empty filter matches all log entries. |
↳ destination |
string
Required. Destination to which to copy log entries. |
getName
Required. Log bucket from which to copy log entries.
For example:
"projects/my-project/locations/global/buckets/my-source-bucket"
Returns | |
---|---|
Type | Description |
string |
setName
Required. Log bucket from which to copy log entries.
For example:
"projects/my-project/locations/global/buckets/my-source-bucket"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
Optional. A filter specifying which log entries to copy. The filter must be no more than 20k characters. An empty filter matches all log entries.
Returns | |
---|---|
Type | Description |
string |
setFilter
Optional. A filter specifying which log entries to copy. The filter must be no more than 20k characters. An empty filter matches all log entries.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDestination
Required. Destination to which to copy log entries.
Returns | |
---|---|
Type | Description |
string |
setDestination
Required. Destination to which to copy log entries.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |