Class: Google::Cloud::Logging::V2::CopyLogEntriesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/logging/v2/logging_config.rb

Overview

The parameters to CopyLogEntries.

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns Required. Destination to which to copy log entries.

Returns:

  • (::String)

    Required. Destination to which to copy log entries.



1359
1360
1361
1362
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1359

class CopyLogEntriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#filter::String

Returns 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.



1359
1360
1361
1362
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1359

class CopyLogEntriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

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



1359
1360
1361
1362
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1359

class CopyLogEntriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end