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.
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];
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];
var
string
$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];
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];
var
string
$this
getDestination
Required. Destination to which to copy log entries.
Generated from protobuf field string destination = 4 [(.google.api.field_behavior) = REQUIRED];
string
setDestination
Required. Destination to which to copy log entries.
Generated from protobuf field string destination = 4 [(.google.api.field_behavior) = REQUIRED];
var
string
$this