Class AnnotationBoundary.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
-
- com.google.cloud.contactcenterinsights.v1.AnnotationBoundary.Builder
-
- All Implemented Interfaces:
AnnotationBoundaryOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- AnnotationBoundary
public static final class AnnotationBoundary.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder> implements AnnotationBoundaryOrBuilder
A point in a conversation that marks the start or the end of an annotation.
Protobuf typegoogle.cloud.contactcenterinsights.v1.AnnotationBoundary
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationBoundary.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AnnotationBoundary
build()
AnnotationBoundary
buildPartial()
AnnotationBoundary.Builder
clear()
AnnotationBoundary.Builder
clearDetailedBoundary()
AnnotationBoundary.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
AnnotationBoundary.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
AnnotationBoundary.Builder
clearTranscriptIndex()
The index in the sequence of transcribed pieces of the conversation where the boundary is located.AnnotationBoundary.Builder
clearWordIndex()
The word index of this boundary with respect to the first word in the transcript piece.AnnotationBoundary.Builder
clone()
AnnotationBoundary
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
AnnotationBoundary.DetailedBoundaryCase
getDetailedBoundaryCase()
int
getTranscriptIndex()
The index in the sequence of transcribed pieces of the conversation where the boundary is located.int
getWordIndex()
The word index of this boundary with respect to the first word in the transcript piece.boolean
hasWordIndex()
The word index of this boundary with respect to the first word in the transcript piece.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
AnnotationBoundary.Builder
mergeFrom(AnnotationBoundary other)
AnnotationBoundary.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AnnotationBoundary.Builder
mergeFrom(com.google.protobuf.Message other)
AnnotationBoundary.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
AnnotationBoundary.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AnnotationBoundary.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
AnnotationBoundary.Builder
setTranscriptIndex(int value)
The index in the sequence of transcribed pieces of the conversation where the boundary is located.AnnotationBoundary.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
AnnotationBoundary.Builder
setWordIndex(int value)
The word index of this boundary with respect to the first word in the transcript piece.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
-
clear
public AnnotationBoundary.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
-
getDefaultInstanceForType
public AnnotationBoundary getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public AnnotationBoundary build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AnnotationBoundary buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AnnotationBoundary.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
-
setField
public AnnotationBoundary.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
-
clearField
public AnnotationBoundary.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
-
clearOneof
public AnnotationBoundary.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
-
setRepeatedField
public AnnotationBoundary.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
-
addRepeatedField
public AnnotationBoundary.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
-
mergeFrom
public AnnotationBoundary.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<AnnotationBoundary.Builder>
-
mergeFrom
public AnnotationBoundary.Builder mergeFrom(AnnotationBoundary other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
-
mergeFrom
public AnnotationBoundary.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<AnnotationBoundary.Builder>
- Throws:
IOException
-
getDetailedBoundaryCase
public AnnotationBoundary.DetailedBoundaryCase getDetailedBoundaryCase()
- Specified by:
getDetailedBoundaryCase
in interfaceAnnotationBoundaryOrBuilder
-
clearDetailedBoundary
public AnnotationBoundary.Builder clearDetailedBoundary()
-
hasWordIndex
public boolean hasWordIndex()
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
int32 word_index = 3;
- Specified by:
hasWordIndex
in interfaceAnnotationBoundaryOrBuilder
- Returns:
- Whether the wordIndex field is set.
-
getWordIndex
public int getWordIndex()
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
int32 word_index = 3;
- Specified by:
getWordIndex
in interfaceAnnotationBoundaryOrBuilder
- Returns:
- The wordIndex.
-
setWordIndex
public AnnotationBoundary.Builder setWordIndex(int value)
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
int32 word_index = 3;
- Parameters:
value
- The wordIndex to set.- Returns:
- This builder for chaining.
-
clearWordIndex
public AnnotationBoundary.Builder clearWordIndex()
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
int32 word_index = 3;
- Returns:
- This builder for chaining.
-
getTranscriptIndex
public int getTranscriptIndex()
The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
int32 transcript_index = 1;
- Specified by:
getTranscriptIndex
in interfaceAnnotationBoundaryOrBuilder
- Returns:
- The transcriptIndex.
-
setTranscriptIndex
public AnnotationBoundary.Builder setTranscriptIndex(int value)
The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
int32 transcript_index = 1;
- Parameters:
value
- The transcriptIndex to set.- Returns:
- This builder for chaining.
-
clearTranscriptIndex
public AnnotationBoundary.Builder clearTranscriptIndex()
The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
int32 transcript_index = 1;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final AnnotationBoundary.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
-
mergeUnknownFields
public final AnnotationBoundary.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationBoundary.Builder>
-
-