Cloud Logging V2 API - Class Google::Cloud::Logging::V2::CopyLogEntriesRequest (v0.13.0)

Reference documentation and code samples for the Cloud Logging V2 API class Google::Cloud::Logging::V2::CopyLogEntriesRequest.

The parameters to CopyLogEntries.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#destination

def destination() -> ::String
Returns
  • (::String) — Required. Destination to which to copy log entries.

#destination=

def destination=(value) -> ::String
Parameter
  • value (::String) — Required. Destination to which to copy log entries.
Returns
  • (::String) — Required. Destination to which to copy log entries.

#filter

def filter() -> ::String
Returns
  • (::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.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.

#name

def name() -> ::String
Returns
  • (::String) — Required. Log bucket from which to copy log entries.

    For example:

    "projects/my-project/locations/global/buckets/my-source-bucket"

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Log bucket from which to copy log entries.

    For example:

    "projects/my-project/locations/global/buckets/my-source-bucket"

Returns
  • (::String) — Required. Log bucket from which to copy log entries.

    For example:

    "projects/my-project/locations/global/buckets/my-source-bucket"