Class Conversation.Transcript.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>
-
- com.google.cloud.contactcenterinsights.v1.Conversation.Transcript.Builder
-
- All Implemented Interfaces:
Conversation.TranscriptOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Conversation.Transcript
public static final class Conversation.Transcript.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder> implements Conversation.TranscriptOrBuilder
A message representing the transcript of a conversation.
Protobuf typegoogle.cloud.contactcenterinsights.v1.Conversation.Transcript
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Conversation.Transcript.BuilderaddAllTranscriptSegments(Iterable<? extends Conversation.Transcript.TranscriptSegment> values)A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Conversation.Transcript.BuilderaddTranscriptSegments(int index, Conversation.Transcript.TranscriptSegment value)A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.BuilderaddTranscriptSegments(int index, Conversation.Transcript.TranscriptSegment.Builder builderForValue)A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.BuilderaddTranscriptSegments(Conversation.Transcript.TranscriptSegment value)A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.BuilderaddTranscriptSegments(Conversation.Transcript.TranscriptSegment.Builder builderForValue)A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.TranscriptSegment.BuilderaddTranscriptSegmentsBuilder()A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.TranscriptSegment.BuilderaddTranscriptSegmentsBuilder(int index)A list of sequential transcript segments that comprise the conversation.Conversation.Transcriptbuild()Conversation.TranscriptbuildPartial()Conversation.Transcript.Builderclear()Conversation.Transcript.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Conversation.Transcript.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Conversation.Transcript.BuilderclearTranscriptSegments()A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.Builderclone()Conversation.TranscriptgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()Conversation.Transcript.TranscriptSegmentgetTranscriptSegments(int index)A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.TranscriptSegment.BuildergetTranscriptSegmentsBuilder(int index)A list of sequential transcript segments that comprise the conversation.List<Conversation.Transcript.TranscriptSegment.Builder>getTranscriptSegmentsBuilderList()A list of sequential transcript segments that comprise the conversation.intgetTranscriptSegmentsCount()A list of sequential transcript segments that comprise the conversation.List<Conversation.Transcript.TranscriptSegment>getTranscriptSegmentsList()A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.TranscriptSegmentOrBuildergetTranscriptSegmentsOrBuilder(int index)A list of sequential transcript segments that comprise the conversation.List<? extends Conversation.Transcript.TranscriptSegmentOrBuilder>getTranscriptSegmentsOrBuilderList()A list of sequential transcript segments that comprise the conversation.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Conversation.Transcript.BuildermergeFrom(Conversation.Transcript other)Conversation.Transcript.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Conversation.Transcript.BuildermergeFrom(com.google.protobuf.Message other)Conversation.Transcript.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Conversation.Transcript.BuilderremoveTranscriptSegments(int index)A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Conversation.Transcript.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Conversation.Transcript.BuildersetTranscriptSegments(int index, Conversation.Transcript.TranscriptSegment value)A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.BuildersetTranscriptSegments(int index, Conversation.Transcript.TranscriptSegment.Builder builderForValue)A list of sequential transcript segments that comprise the conversation.Conversation.Transcript.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>
-
clear
public Conversation.Transcript.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>
-
getDefaultInstanceForType
public Conversation.Transcript getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Conversation.Transcript build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Conversation.Transcript buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Conversation.Transcript.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>
-
setField
public Conversation.Transcript.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>
-
clearField
public Conversation.Transcript.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>
-
clearOneof
public Conversation.Transcript.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>
-
setRepeatedField
public Conversation.Transcript.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>
-
addRepeatedField
public Conversation.Transcript.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>
-
mergeFrom
public Conversation.Transcript.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Conversation.Transcript.Builder>
-
mergeFrom
public Conversation.Transcript.Builder mergeFrom(Conversation.Transcript other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>
-
mergeFrom
public Conversation.Transcript.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Conversation.Transcript.Builder>- Throws:
IOException
-
getTranscriptSegmentsList
public List<Conversation.Transcript.TranscriptSegment> getTranscriptSegmentsList()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;- Specified by:
getTranscriptSegmentsListin interfaceConversation.TranscriptOrBuilder
-
getTranscriptSegmentsCount
public int getTranscriptSegmentsCount()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;- Specified by:
getTranscriptSegmentsCountin interfaceConversation.TranscriptOrBuilder
-
getTranscriptSegments
public Conversation.Transcript.TranscriptSegment getTranscriptSegments(int index)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;- Specified by:
getTranscriptSegmentsin interfaceConversation.TranscriptOrBuilder
-
setTranscriptSegments
public Conversation.Transcript.Builder setTranscriptSegments(int index, Conversation.Transcript.TranscriptSegment value)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
setTranscriptSegments
public Conversation.Transcript.Builder setTranscriptSegments(int index, Conversation.Transcript.TranscriptSegment.Builder builderForValue)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
addTranscriptSegments
public Conversation.Transcript.Builder addTranscriptSegments(Conversation.Transcript.TranscriptSegment value)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
addTranscriptSegments
public Conversation.Transcript.Builder addTranscriptSegments(int index, Conversation.Transcript.TranscriptSegment value)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
addTranscriptSegments
public Conversation.Transcript.Builder addTranscriptSegments(Conversation.Transcript.TranscriptSegment.Builder builderForValue)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
addTranscriptSegments
public Conversation.Transcript.Builder addTranscriptSegments(int index, Conversation.Transcript.TranscriptSegment.Builder builderForValue)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
addAllTranscriptSegments
public Conversation.Transcript.Builder addAllTranscriptSegments(Iterable<? extends Conversation.Transcript.TranscriptSegment> values)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
clearTranscriptSegments
public Conversation.Transcript.Builder clearTranscriptSegments()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
removeTranscriptSegments
public Conversation.Transcript.Builder removeTranscriptSegments(int index)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
getTranscriptSegmentsBuilder
public Conversation.Transcript.TranscriptSegment.Builder getTranscriptSegmentsBuilder(int index)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
getTranscriptSegmentsOrBuilder
public Conversation.Transcript.TranscriptSegmentOrBuilder getTranscriptSegmentsOrBuilder(int index)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;- Specified by:
getTranscriptSegmentsOrBuilderin interfaceConversation.TranscriptOrBuilder
-
getTranscriptSegmentsOrBuilderList
public List<? extends Conversation.Transcript.TranscriptSegmentOrBuilder> getTranscriptSegmentsOrBuilderList()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;- Specified by:
getTranscriptSegmentsOrBuilderListin interfaceConversation.TranscriptOrBuilder
-
addTranscriptSegmentsBuilder
public Conversation.Transcript.TranscriptSegment.Builder addTranscriptSegmentsBuilder()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
addTranscriptSegmentsBuilder
public Conversation.Transcript.TranscriptSegment.Builder addTranscriptSegmentsBuilder(int index)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
getTranscriptSegmentsBuilderList
public List<Conversation.Transcript.TranscriptSegment.Builder> getTranscriptSegmentsBuilderList()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
-
setUnknownFields
public final Conversation.Transcript.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>
-
mergeUnknownFields
public final Conversation.Transcript.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>
-
-