public static final class Span.TimeEvent.Annotation.Builder extends GeneratedMessageV3.Builder<Span.TimeEvent.Annotation.Builder> implements Span.TimeEvent.AnnotationOrBuilder
Text annotation with a set of attributes.Protobuf type
google.devtools.cloudtrace.v2.Span.TimeEvent.Annotation
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<Span.TimeEvent.Annotation.Builder>
public Span.TimeEvent.Annotation.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<Span.TimeEvent.Annotation.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<Span.TimeEvent.Annotation.Builder>
public Span.TimeEvent.Annotation getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public Span.TimeEvent.Annotation build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public Span.TimeEvent.Annotation buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public Span.TimeEvent.Annotation.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<Span.TimeEvent.Annotation.Builder>
public Span.TimeEvent.Annotation.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<Span.TimeEvent.Annotation.Builder>
public Span.TimeEvent.Annotation.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<Span.TimeEvent.Annotation.Builder>
public Span.TimeEvent.Annotation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<Span.TimeEvent.Annotation.Builder>
public Span.TimeEvent.Annotation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<Span.TimeEvent.Annotation.Builder>
public Span.TimeEvent.Annotation.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<Span.TimeEvent.Annotation.Builder>
public Span.TimeEvent.Annotation.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<Span.TimeEvent.Annotation.Builder>
public Span.TimeEvent.Annotation.Builder mergeFrom(Span.TimeEvent.Annotation other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<Span.TimeEvent.Annotation.Builder>
public Span.TimeEvent.Annotation.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<Span.TimeEvent.Annotation.Builder>
java.io.IOException
public boolean hasDescription()
A user-supplied message describing the event. The maximum length for the description is 256 bytes.
.google.devtools.cloudtrace.v2.TruncatableString description = 1;
hasDescription
in interface Span.TimeEvent.AnnotationOrBuilder
public TruncatableString getDescription()
A user-supplied message describing the event. The maximum length for the description is 256 bytes.
.google.devtools.cloudtrace.v2.TruncatableString description = 1;
getDescription
in interface Span.TimeEvent.AnnotationOrBuilder
public Span.TimeEvent.Annotation.Builder setDescription(TruncatableString value)
A user-supplied message describing the event. The maximum length for the description is 256 bytes.
.google.devtools.cloudtrace.v2.TruncatableString description = 1;
public Span.TimeEvent.Annotation.Builder setDescription(TruncatableString.Builder builderForValue)
A user-supplied message describing the event. The maximum length for the description is 256 bytes.
.google.devtools.cloudtrace.v2.TruncatableString description = 1;
public Span.TimeEvent.Annotation.Builder mergeDescription(TruncatableString value)
A user-supplied message describing the event. The maximum length for the description is 256 bytes.
.google.devtools.cloudtrace.v2.TruncatableString description = 1;
public Span.TimeEvent.Annotation.Builder clearDescription()
A user-supplied message describing the event. The maximum length for the description is 256 bytes.
.google.devtools.cloudtrace.v2.TruncatableString description = 1;
public TruncatableString.Builder getDescriptionBuilder()
A user-supplied message describing the event. The maximum length for the description is 256 bytes.
.google.devtools.cloudtrace.v2.TruncatableString description = 1;
public TruncatableStringOrBuilder getDescriptionOrBuilder()
A user-supplied message describing the event. The maximum length for the description is 256 bytes.
.google.devtools.cloudtrace.v2.TruncatableString description = 1;
getDescriptionOrBuilder
in interface Span.TimeEvent.AnnotationOrBuilder
public boolean hasAttributes()
A set of attributes on the annotation. You can have up to 4 attributes per Annotation.
.google.devtools.cloudtrace.v2.Span.Attributes attributes = 2;
hasAttributes
in interface Span.TimeEvent.AnnotationOrBuilder
public Span.Attributes getAttributes()
A set of attributes on the annotation. You can have up to 4 attributes per Annotation.
.google.devtools.cloudtrace.v2.Span.Attributes attributes = 2;
getAttributes
in interface Span.TimeEvent.AnnotationOrBuilder
public Span.TimeEvent.Annotation.Builder setAttributes(Span.Attributes value)
A set of attributes on the annotation. You can have up to 4 attributes per Annotation.
.google.devtools.cloudtrace.v2.Span.Attributes attributes = 2;
public Span.TimeEvent.Annotation.Builder setAttributes(Span.Attributes.Builder builderForValue)
A set of attributes on the annotation. You can have up to 4 attributes per Annotation.
.google.devtools.cloudtrace.v2.Span.Attributes attributes = 2;
public Span.TimeEvent.Annotation.Builder mergeAttributes(Span.Attributes value)
A set of attributes on the annotation. You can have up to 4 attributes per Annotation.
.google.devtools.cloudtrace.v2.Span.Attributes attributes = 2;
public Span.TimeEvent.Annotation.Builder clearAttributes()
A set of attributes on the annotation. You can have up to 4 attributes per Annotation.
.google.devtools.cloudtrace.v2.Span.Attributes attributes = 2;
public Span.Attributes.Builder getAttributesBuilder()
A set of attributes on the annotation. You can have up to 4 attributes per Annotation.
.google.devtools.cloudtrace.v2.Span.Attributes attributes = 2;
public Span.AttributesOrBuilder getAttributesOrBuilder()
A set of attributes on the annotation. You can have up to 4 attributes per Annotation.
.google.devtools.cloudtrace.v2.Span.Attributes attributes = 2;
getAttributesOrBuilder
in interface Span.TimeEvent.AnnotationOrBuilder
public final Span.TimeEvent.Annotation.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<Span.TimeEvent.Annotation.Builder>
public final Span.TimeEvent.Annotation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<Span.TimeEvent.Annotation.Builder>