Class: Google::Cloud::Logging::V2::LogEntryOperation
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::LogEntryOperation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/log_entry.rb
Overview
Additional information about a potentially long-running operation with which a log entry is associated.
Instance Attribute Summary collapse
-
#first ⇒ ::Boolean
Optional.
-
#id ⇒ ::String
Optional.
-
#last ⇒ ::Boolean
Optional.
-
#producer ⇒ ::String
Optional.
Instance Attribute Details
#first ⇒ ::Boolean
Returns Optional. Set this to True if this is the first log entry in the operation.
190 191 192 193 |
# File 'proto_docs/google/logging/v2/log_entry.rb', line 190 class LogEntryOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.
190 191 192 193 |
# File 'proto_docs/google/logging/v2/log_entry.rb', line 190 class LogEntryOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last ⇒ ::Boolean
Returns Optional. Set this to True if this is the last log entry in the operation.
190 191 192 193 |
# File 'proto_docs/google/logging/v2/log_entry.rb', line 190 class LogEntryOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#producer ⇒ ::String
Returns Optional. An arbitrary producer identifier. The combination of id
and
producer
must be globally unique. Examples for producer
:
"MyDivision.MyBigCompany.com"
, "github.com/MyProject/MyApplication"
.
190 191 192 193 |
# File 'proto_docs/google/logging/v2/log_entry.rb', line 190 class LogEntryOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |