public interface LogEntryOperationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFirst()
public abstract boolean getFirst()
Optional. Set this to True if this is the first log entry in the operation.
bool first = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
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 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
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 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
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 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
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 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
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 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ByteString | The bytes for producer. |