Stackdriver Logging V2 Client - Class CopyLogEntriesRequest (1.24.10)

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

Methods

__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: "projects/my-project/locations/global/buckets/my-source-bucket"

↳ 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"

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];

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"

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];

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.

Generated from protobuf field string filter = 3 [(.google.api.field_behavior) = OPTIONAL];

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.

Generated from protobuf field string filter = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getDestination

Required. Destination to which to copy log entries.

Generated from protobuf field string destination = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description
string

setDestination

Required. Destination to which to copy log entries.

Generated from protobuf field string destination = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name
Description
var
string
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: