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

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

Additional information about a potentially long-running operation with which a log entry is associated.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#first

def first() -> ::Boolean
Returns
  • (::Boolean) — Optional. Set this to True if this is the first log entry in the operation.

#first=

def first=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Set this to True if this is the first log entry in the operation.
Returns
  • (::Boolean) — Optional. Set this to True if this is the first log entry in the operation.

#id

def id() -> ::String
Returns
  • (::String) — Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.
Returns
  • (::String) — Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.

#last

def last() -> ::Boolean
Returns
  • (::Boolean) — Optional. Set this to True if this is the last log entry in the operation.

#last=

def last=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Set this to True if this is the last log entry in the operation.
Returns
  • (::Boolean) — Optional. Set this to True if this is the last log entry in the operation.

#producer

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

#producer=

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