Class: Google::Cloud::ServiceControl::V1::LogEntryOperation
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceControl::V1::LogEntryOperation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicecontrol/v1/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.
106 107 108 109 |
# File 'proto_docs/google/api/servicecontrol/v1/log_entry.rb', line 106 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.
106 107 108 109 |
# File 'proto_docs/google/api/servicecontrol/v1/log_entry.rb', line 106 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.
106 107 108 109 |
# File 'proto_docs/google/api/servicecontrol/v1/log_entry.rb', line 106 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"
.
106 107 108 109 |
# File 'proto_docs/google/api/servicecontrol/v1/log_entry.rb', line 106 class LogEntryOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |