public static final class LogEntryOperation.Builder extends GeneratedMessageV3.Builder<LogEntryOperation.Builder> implements LogEntryOperationOrBuilder
Additional information about a potentially long-running operation with which a log entry is associated.Protobuf type
google.logging.v2.LogEntryOperation
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<LogEntryOperation.Builder>
public LogEntryOperation.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<LogEntryOperation.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<LogEntryOperation.Builder>
public LogEntryOperation getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public LogEntryOperation build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public LogEntryOperation buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public LogEntryOperation.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<LogEntryOperation.Builder>
public LogEntryOperation.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<LogEntryOperation.Builder>
public LogEntryOperation.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<LogEntryOperation.Builder>
public LogEntryOperation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<LogEntryOperation.Builder>
public LogEntryOperation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<LogEntryOperation.Builder>
public LogEntryOperation.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<LogEntryOperation.Builder>
public LogEntryOperation.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<LogEntryOperation.Builder>
public LogEntryOperation.Builder mergeFrom(LogEntryOperation other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<LogEntryOperation.Builder>
public LogEntryOperation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<LogEntryOperation.Builder>
java.io.IOException
public 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;
getId
in interface LogEntryOperationOrBuilder
public 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;
getIdBytes
in interface LogEntryOperationOrBuilder
public LogEntryOperation.Builder setId(java.lang.String value)
Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.
string id = 1;
public LogEntryOperation.Builder clearId()
Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.
string id = 1;
public LogEntryOperation.Builder setIdBytes(ByteString value)
Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.
string id = 1;
public 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;
getProducer
in interface LogEntryOperationOrBuilder
public 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;
getProducerBytes
in interface LogEntryOperationOrBuilder
public LogEntryOperation.Builder setProducer(java.lang.String value)
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;
public LogEntryOperation.Builder clearProducer()
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;
public LogEntryOperation.Builder setProducerBytes(ByteString value)
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;
public boolean getFirst()
Optional. Set this to True if this is the first log entry in the operation.
bool first = 3;
getFirst
in interface LogEntryOperationOrBuilder
public LogEntryOperation.Builder setFirst(boolean value)
Optional. Set this to True if this is the first log entry in the operation.
bool first = 3;
public LogEntryOperation.Builder clearFirst()
Optional. Set this to True if this is the first log entry in the operation.
bool first = 3;
public boolean getLast()
Optional. Set this to True if this is the last log entry in the operation.
bool last = 4;
getLast
in interface LogEntryOperationOrBuilder
public LogEntryOperation.Builder setLast(boolean value)
Optional. Set this to True if this is the last log entry in the operation.
bool last = 4;
public LogEntryOperation.Builder clearLast()
Optional. Set this to True if this is the last log entry in the operation.
bool last = 4;
public final LogEntryOperation.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<LogEntryOperation.Builder>
public final LogEntryOperation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<LogEntryOperation.Builder>