Class AnalysisResult.CallAnalysisMetadata
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.contactcenterinsights.v1.AnalysisResult.CallAnalysisMetadata
-
- All Implemented Interfaces:
AnalysisResult.CallAnalysisMetadataOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- AnalysisResult
public static final class AnalysisResult.CallAnalysisMetadata extends com.google.protobuf.GeneratedMessageV3 implements AnalysisResult.CallAnalysisMetadataOrBuilder
Call-specific metadata created during analysis.
Protobuf typegoogle.cloud.contactcenterinsights.v1.AnalysisResult.CallAnalysisMetadata
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AnalysisResult.CallAnalysisMetadata.Builder
Call-specific metadata created during analysis.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANNOTATIONS_FIELD_NUMBER
static int
ENTITIES_FIELD_NUMBER
static int
INTENTS_FIELD_NUMBER
static int
ISSUE_MODEL_RESULT_FIELD_NUMBER
static int
PHRASE_MATCHERS_FIELD_NUMBER
static int
SENTIMENTS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsEntities(String key)
All the entities in the call.boolean
containsIntents(String key)
All the matched intents in the call.boolean
containsPhraseMatchers(String key)
All the matched phrase matchers in the call.boolean
equals(Object obj)
CallAnnotation
getAnnotations(int index)
A list of call annotations that apply to this call.int
getAnnotationsCount()
A list of call annotations that apply to this call.List<CallAnnotation>
getAnnotationsList()
A list of call annotations that apply to this call.CallAnnotationOrBuilder
getAnnotationsOrBuilder(int index)
A list of call annotations that apply to this call.List<? extends CallAnnotationOrBuilder>
getAnnotationsOrBuilderList()
A list of call annotations that apply to this call.static AnalysisResult.CallAnalysisMetadata
getDefaultInstance()
AnalysisResult.CallAnalysisMetadata
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
Map<String,Entity>
getEntities()
Deprecated.int
getEntitiesCount()
All the entities in the call.Map<String,Entity>
getEntitiesMap()
All the entities in the call.Entity
getEntitiesOrDefault(String key, Entity defaultValue)
All the entities in the call.Entity
getEntitiesOrThrow(String key)
All the entities in the call.Map<String,Intent>
getIntents()
Deprecated.int
getIntentsCount()
All the matched intents in the call.Map<String,Intent>
getIntentsMap()
All the matched intents in the call.Intent
getIntentsOrDefault(String key, Intent defaultValue)
All the matched intents in the call.Intent
getIntentsOrThrow(String key)
All the matched intents in the call.IssueModelResult
getIssueModelResult()
Overall conversation-level issue modeling result.IssueModelResultOrBuilder
getIssueModelResultOrBuilder()
Overall conversation-level issue modeling result.com.google.protobuf.Parser<AnalysisResult.CallAnalysisMetadata>
getParserForType()
Map<String,PhraseMatchData>
getPhraseMatchers()
Deprecated.int
getPhraseMatchersCount()
All the matched phrase matchers in the call.Map<String,PhraseMatchData>
getPhraseMatchersMap()
All the matched phrase matchers in the call.PhraseMatchData
getPhraseMatchersOrDefault(String key, PhraseMatchData defaultValue)
All the matched phrase matchers in the call.PhraseMatchData
getPhraseMatchersOrThrow(String key)
All the matched phrase matchers in the call.ConversationLevelSentiment
getSentiments(int index)
Overall conversation-level sentiment for each channel of the call.int
getSentimentsCount()
Overall conversation-level sentiment for each channel of the call.List<ConversationLevelSentiment>
getSentimentsList()
Overall conversation-level sentiment for each channel of the call.ConversationLevelSentimentOrBuilder
getSentimentsOrBuilder(int index)
Overall conversation-level sentiment for each channel of the call.List<? extends ConversationLevelSentimentOrBuilder>
getSentimentsOrBuilderList()
Overall conversation-level sentiment for each channel of the call.int
getSerializedSize()
int
hashCode()
boolean
hasIssueModelResult()
Overall conversation-level issue modeling result.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static AnalysisResult.CallAnalysisMetadata.Builder
newBuilder()
static AnalysisResult.CallAnalysisMetadata.Builder
newBuilder(AnalysisResult.CallAnalysisMetadata prototype)
AnalysisResult.CallAnalysisMetadata.Builder
newBuilderForType()
protected AnalysisResult.CallAnalysisMetadata.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static AnalysisResult.CallAnalysisMetadata
parseDelimitedFrom(InputStream input)
static AnalysisResult.CallAnalysisMetadata
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalysisResult.CallAnalysisMetadata
parseFrom(byte[] data)
static AnalysisResult.CallAnalysisMetadata
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalysisResult.CallAnalysisMetadata
parseFrom(com.google.protobuf.ByteString data)
static AnalysisResult.CallAnalysisMetadata
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalysisResult.CallAnalysisMetadata
parseFrom(com.google.protobuf.CodedInputStream input)
static AnalysisResult.CallAnalysisMetadata
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalysisResult.CallAnalysisMetadata
parseFrom(InputStream input)
static AnalysisResult.CallAnalysisMetadata
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalysisResult.CallAnalysisMetadata
parseFrom(ByteBuffer data)
static AnalysisResult.CallAnalysisMetadata
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<AnalysisResult.CallAnalysisMetadata>
parser()
AnalysisResult.CallAnalysisMetadata.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ANNOTATIONS_FIELD_NUMBER
public static final int ANNOTATIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENTITIES_FIELD_NUMBER
public static final int ENTITIES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SENTIMENTS_FIELD_NUMBER
public static final int SENTIMENTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INTENTS_FIELD_NUMBER
public static final int INTENTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PHRASE_MATCHERS_FIELD_NUMBER
public static final int PHRASE_MATCHERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ISSUE_MODEL_RESULT_FIELD_NUMBER
public static final int ISSUE_MODEL_RESULT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getAnnotationsList
public List<CallAnnotation> getAnnotationsList()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
- Specified by:
getAnnotationsList
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getAnnotationsOrBuilderList
public List<? extends CallAnnotationOrBuilder> getAnnotationsOrBuilderList()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
- Specified by:
getAnnotationsOrBuilderList
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getAnnotationsCount
public int getAnnotationsCount()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
- Specified by:
getAnnotationsCount
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getAnnotations
public CallAnnotation getAnnotations(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
- Specified by:
getAnnotations
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getAnnotationsOrBuilder
public CallAnnotationOrBuilder getAnnotationsOrBuilder(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
- Specified by:
getAnnotationsOrBuilder
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getEntitiesCount
public int getEntitiesCount()
Description copied from interface:AnalysisResult.CallAnalysisMetadataOrBuilder
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
- Specified by:
getEntitiesCount
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
containsEntities
public boolean containsEntities(String key)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
- Specified by:
containsEntities
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getEntities
@Deprecated public Map<String,Entity> getEntities()
Deprecated.UsegetEntitiesMap()
instead.- Specified by:
getEntities
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getEntitiesMap
public Map<String,Entity> getEntitiesMap()
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
- Specified by:
getEntitiesMap
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getEntitiesOrDefault
public Entity getEntitiesOrDefault(String key, Entity defaultValue)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
- Specified by:
getEntitiesOrDefault
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getEntitiesOrThrow
public Entity getEntitiesOrThrow(String key)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
- Specified by:
getEntitiesOrThrow
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getSentimentsList
public List<ConversationLevelSentiment> getSentimentsList()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
- Specified by:
getSentimentsList
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getSentimentsOrBuilderList
public List<? extends ConversationLevelSentimentOrBuilder> getSentimentsOrBuilderList()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
- Specified by:
getSentimentsOrBuilderList
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getSentimentsCount
public int getSentimentsCount()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
- Specified by:
getSentimentsCount
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getSentiments
public ConversationLevelSentiment getSentiments(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
- Specified by:
getSentiments
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getSentimentsOrBuilder
public ConversationLevelSentimentOrBuilder getSentimentsOrBuilder(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
- Specified by:
getSentimentsOrBuilder
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getIntentsCount
public int getIntentsCount()
Description copied from interface:AnalysisResult.CallAnalysisMetadataOrBuilder
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
- Specified by:
getIntentsCount
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
containsIntents
public boolean containsIntents(String key)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
- Specified by:
containsIntents
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getIntents
@Deprecated public Map<String,Intent> getIntents()
Deprecated.UsegetIntentsMap()
instead.- Specified by:
getIntents
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getIntentsMap
public Map<String,Intent> getIntentsMap()
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
- Specified by:
getIntentsMap
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getIntentsOrDefault
public Intent getIntentsOrDefault(String key, Intent defaultValue)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
- Specified by:
getIntentsOrDefault
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getIntentsOrThrow
public Intent getIntentsOrThrow(String key)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
- Specified by:
getIntentsOrThrow
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getPhraseMatchersCount
public int getPhraseMatchersCount()
Description copied from interface:AnalysisResult.CallAnalysisMetadataOrBuilder
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
- Specified by:
getPhraseMatchersCount
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
containsPhraseMatchers
public boolean containsPhraseMatchers(String key)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
- Specified by:
containsPhraseMatchers
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getPhraseMatchers
@Deprecated public Map<String,PhraseMatchData> getPhraseMatchers()
Deprecated.UsegetPhraseMatchersMap()
instead.- Specified by:
getPhraseMatchers
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getPhraseMatchersMap
public Map<String,PhraseMatchData> getPhraseMatchersMap()
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
- Specified by:
getPhraseMatchersMap
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getPhraseMatchersOrDefault
public PhraseMatchData getPhraseMatchersOrDefault(String key, PhraseMatchData defaultValue)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
- Specified by:
getPhraseMatchersOrDefault
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
getPhraseMatchersOrThrow
public PhraseMatchData getPhraseMatchersOrThrow(String key)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
- Specified by:
getPhraseMatchersOrThrow
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
hasIssueModelResult
public boolean hasIssueModelResult()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
- Specified by:
hasIssueModelResult
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
- Returns:
- Whether the issueModelResult field is set.
-
getIssueModelResult
public IssueModelResult getIssueModelResult()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
- Specified by:
getIssueModelResult
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
- Returns:
- The issueModelResult.
-
getIssueModelResultOrBuilder
public IssueModelResultOrBuilder getIssueModelResultOrBuilder()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
- Specified by:
getIssueModelResultOrBuilder
in interfaceAnalysisResult.CallAnalysisMetadataOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static AnalysisResult.CallAnalysisMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnalysisResult.CallAnalysisMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnalysisResult.CallAnalysisMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnalysisResult.CallAnalysisMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnalysisResult.CallAnalysisMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnalysisResult.CallAnalysisMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnalysisResult.CallAnalysisMetadata parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AnalysisResult.CallAnalysisMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AnalysisResult.CallAnalysisMetadata parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AnalysisResult.CallAnalysisMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static AnalysisResult.CallAnalysisMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AnalysisResult.CallAnalysisMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public AnalysisResult.CallAnalysisMetadata.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static AnalysisResult.CallAnalysisMetadata.Builder newBuilder()
-
newBuilder
public static AnalysisResult.CallAnalysisMetadata.Builder newBuilder(AnalysisResult.CallAnalysisMetadata prototype)
-
toBuilder
public AnalysisResult.CallAnalysisMetadata.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected AnalysisResult.CallAnalysisMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static AnalysisResult.CallAnalysisMetadata getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<AnalysisResult.CallAnalysisMetadata> parser()
-
getParserForType
public com.google.protobuf.Parser<AnalysisResult.CallAnalysisMetadata> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public AnalysisResult.CallAnalysisMetadata getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-