Interface LogEntryOperationOrBuilder (1.41.0)

public interface LogEntryOperationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFirst()

public abstract boolean getFirst()

Optional. Set this to True if this is the first log entry in the operation.

bool first = 3;

Returns
TypeDescription
boolean

The first.

getId()

public abstract String getId()

Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.

string id = 1;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.

string id = 1;

Returns
TypeDescription
ByteString

The bytes for id.

getLast()

public abstract boolean getLast()

Optional. Set this to True if this is the last log entry in the operation.

bool last = 4;

Returns
TypeDescription
boolean

The last.

getProducer()

public abstract String getProducer()

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

string producer = 2;

Returns
TypeDescription
String

The producer.

getProducerBytes()

public abstract ByteString getProducerBytes()

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

string producer = 2;

Returns
TypeDescription
ByteString

The bytes for producer.