public interface LogEntryOperationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getFirst()
Optional.
|
java.lang.String |
getId()
Optional.
|
ByteString |
getIdBytes()
Optional.
|
boolean |
getLast()
Optional.
|
java.lang.String |
getProducer()
Optional.
|
ByteString |
getProducerBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.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;
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;
java.lang.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;
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;
boolean getFirst()
Optional. Set this to True if this is the first log entry in the operation.
bool first = 3;
boolean getLast()
Optional. Set this to True if this is the last log entry in the operation.
bool last = 4;