Class: Google::Cloud::Logging::V2::CopyLogEntriesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::CopyLogEntriesRequest
- 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
-
#destination ⇒ ::String
Required.
-
#filter ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#destination ⇒ ::String
Returns 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.
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"
.
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 |