Class RuntimeAnnotation
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.contactcenterinsights.v1.RuntimeAnnotation
-
- All Implemented Interfaces:
RuntimeAnnotationOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class RuntimeAnnotation extends com.google.protobuf.GeneratedMessageV3 implements RuntimeAnnotationOrBuilder
An annotation that was generated during the customer and agent interaction.
Protobuf typegoogle.cloud.contactcenterinsights.v1.RuntimeAnnotation
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuntimeAnnotation.Builder
An annotation that was generated during the customer and agent interaction.static class
RuntimeAnnotation.DataCase
-
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
ANNOTATION_ID_FIELD_NUMBER
static int
ANSWER_FEEDBACK_FIELD_NUMBER
static int
ARTICLE_SUGGESTION_FIELD_NUMBER
static int
CONVERSATION_SUMMARIZATION_SUGGESTION_FIELD_NUMBER
static int
CREATE_TIME_FIELD_NUMBER
static int
DIALOGFLOW_INTERACTION_FIELD_NUMBER
static int
END_BOUNDARY_FIELD_NUMBER
static int
FAQ_ANSWER_FIELD_NUMBER
static int
SMART_COMPOSE_SUGGESTION_FIELD_NUMBER
static int
SMART_REPLY_FIELD_NUMBER
static int
START_BOUNDARY_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAnnotationId()
The unique identifier of the annotation.com.google.protobuf.ByteString
getAnnotationIdBytes()
The unique identifier of the annotation.AnswerFeedback
getAnswerFeedback()
The feedback that the customer has about the answer in `data`.AnswerFeedbackOrBuilder
getAnswerFeedbackOrBuilder()
The feedback that the customer has about the answer in `data`.ArticleSuggestionData
getArticleSuggestion()
Agent Assist Article Suggestion data.ArticleSuggestionDataOrBuilder
getArticleSuggestionOrBuilder()
Agent Assist Article Suggestion data.ConversationSummarizationSuggestionData
getConversationSummarizationSuggestion()
Conversation summarization suggestion data.ConversationSummarizationSuggestionDataOrBuilder
getConversationSummarizationSuggestionOrBuilder()
Conversation summarization suggestion data.com.google.protobuf.Timestamp
getCreateTime()
The time at which this annotation was created.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
The time at which this annotation was created.RuntimeAnnotation.DataCase
getDataCase()
static RuntimeAnnotation
getDefaultInstance()
RuntimeAnnotation
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
DialogflowInteractionData
getDialogflowInteraction()
Dialogflow interaction data.DialogflowInteractionDataOrBuilder
getDialogflowInteractionOrBuilder()
Dialogflow interaction data.AnnotationBoundary
getEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.AnnotationBoundaryOrBuilder
getEndBoundaryOrBuilder()
The boundary in the conversation where the annotation ends, inclusive.FaqAnswerData
getFaqAnswer()
Agent Assist FAQ answer data.FaqAnswerDataOrBuilder
getFaqAnswerOrBuilder()
Agent Assist FAQ answer data.com.google.protobuf.Parser<RuntimeAnnotation>
getParserForType()
int
getSerializedSize()
SmartComposeSuggestionData
getSmartComposeSuggestion()
Agent Assist Smart Compose suggestion data.SmartComposeSuggestionDataOrBuilder
getSmartComposeSuggestionOrBuilder()
Agent Assist Smart Compose suggestion data.SmartReplyData
getSmartReply()
Agent Assist Smart Reply data.SmartReplyDataOrBuilder
getSmartReplyOrBuilder()
Agent Assist Smart Reply data.AnnotationBoundary
getStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.AnnotationBoundaryOrBuilder
getStartBoundaryOrBuilder()
The boundary in the conversation where the annotation starts, inclusive.boolean
hasAnswerFeedback()
The feedback that the customer has about the answer in `data`.boolean
hasArticleSuggestion()
Agent Assist Article Suggestion data.boolean
hasConversationSummarizationSuggestion()
Conversation summarization suggestion data.boolean
hasCreateTime()
The time at which this annotation was created.boolean
hasDialogflowInteraction()
Dialogflow interaction data.boolean
hasEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.boolean
hasFaqAnswer()
Agent Assist FAQ answer data.int
hashCode()
boolean
hasSmartComposeSuggestion()
Agent Assist Smart Compose suggestion data.boolean
hasSmartReply()
Agent Assist Smart Reply data.boolean
hasStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static RuntimeAnnotation.Builder
newBuilder()
static RuntimeAnnotation.Builder
newBuilder(RuntimeAnnotation prototype)
RuntimeAnnotation.Builder
newBuilderForType()
protected RuntimeAnnotation.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static RuntimeAnnotation
parseDelimitedFrom(InputStream input)
static RuntimeAnnotation
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeAnnotation
parseFrom(byte[] data)
static RuntimeAnnotation
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeAnnotation
parseFrom(com.google.protobuf.ByteString data)
static RuntimeAnnotation
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeAnnotation
parseFrom(com.google.protobuf.CodedInputStream input)
static RuntimeAnnotation
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeAnnotation
parseFrom(InputStream input)
static RuntimeAnnotation
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeAnnotation
parseFrom(ByteBuffer data)
static RuntimeAnnotation
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<RuntimeAnnotation>
parser()
RuntimeAnnotation.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, internalGetMapField, 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
-
ARTICLE_SUGGESTION_FIELD_NUMBER
public static final int ARTICLE_SUGGESTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FAQ_ANSWER_FIELD_NUMBER
public static final int FAQ_ANSWER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SMART_REPLY_FIELD_NUMBER
public static final int SMART_REPLY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SMART_COMPOSE_SUGGESTION_FIELD_NUMBER
public static final int SMART_COMPOSE_SUGGESTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DIALOGFLOW_INTERACTION_FIELD_NUMBER
public static final int DIALOGFLOW_INTERACTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONVERSATION_SUMMARIZATION_SUGGESTION_FIELD_NUMBER
public static final int CONVERSATION_SUMMARIZATION_SUGGESTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ANNOTATION_ID_FIELD_NUMBER
public static final int ANNOTATION_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_BOUNDARY_FIELD_NUMBER
public static final int START_BOUNDARY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
END_BOUNDARY_FIELD_NUMBER
public static final int END_BOUNDARY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ANSWER_FEEDBACK_FIELD_NUMBER
public static final int ANSWER_FEEDBACK_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()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getDataCase
public RuntimeAnnotation.DataCase getDataCase()
- Specified by:
getDataCase
in interfaceRuntimeAnnotationOrBuilder
-
hasArticleSuggestion
public boolean hasArticleSuggestion()
Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
- Specified by:
hasArticleSuggestion
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the articleSuggestion field is set.
-
getArticleSuggestion
public ArticleSuggestionData getArticleSuggestion()
Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
- Specified by:
getArticleSuggestion
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The articleSuggestion.
-
getArticleSuggestionOrBuilder
public ArticleSuggestionDataOrBuilder getArticleSuggestionOrBuilder()
Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
- Specified by:
getArticleSuggestionOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasFaqAnswer
public boolean hasFaqAnswer()
Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
- Specified by:
hasFaqAnswer
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the faqAnswer field is set.
-
getFaqAnswer
public FaqAnswerData getFaqAnswer()
Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
- Specified by:
getFaqAnswer
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The faqAnswer.
-
getFaqAnswerOrBuilder
public FaqAnswerDataOrBuilder getFaqAnswerOrBuilder()
Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
- Specified by:
getFaqAnswerOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasSmartReply
public boolean hasSmartReply()
Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
- Specified by:
hasSmartReply
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the smartReply field is set.
-
getSmartReply
public SmartReplyData getSmartReply()
Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
- Specified by:
getSmartReply
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The smartReply.
-
getSmartReplyOrBuilder
public SmartReplyDataOrBuilder getSmartReplyOrBuilder()
Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
- Specified by:
getSmartReplyOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasSmartComposeSuggestion
public boolean hasSmartComposeSuggestion()
Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
- Specified by:
hasSmartComposeSuggestion
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the smartComposeSuggestion field is set.
-
getSmartComposeSuggestion
public SmartComposeSuggestionData getSmartComposeSuggestion()
Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
- Specified by:
getSmartComposeSuggestion
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The smartComposeSuggestion.
-
getSmartComposeSuggestionOrBuilder
public SmartComposeSuggestionDataOrBuilder getSmartComposeSuggestionOrBuilder()
Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
- Specified by:
getSmartComposeSuggestionOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasDialogflowInteraction
public boolean hasDialogflowInteraction()
Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
- Specified by:
hasDialogflowInteraction
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the dialogflowInteraction field is set.
-
getDialogflowInteraction
public DialogflowInteractionData getDialogflowInteraction()
Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
- Specified by:
getDialogflowInteraction
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The dialogflowInteraction.
-
getDialogflowInteractionOrBuilder
public DialogflowInteractionDataOrBuilder getDialogflowInteractionOrBuilder()
Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
- Specified by:
getDialogflowInteractionOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasConversationSummarizationSuggestion
public boolean hasConversationSummarizationSuggestion()
Conversation summarization suggestion data.
.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
- Specified by:
hasConversationSummarizationSuggestion
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the conversationSummarizationSuggestion field is set.
-
getConversationSummarizationSuggestion
public ConversationSummarizationSuggestionData getConversationSummarizationSuggestion()
Conversation summarization suggestion data.
.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
- Specified by:
getConversationSummarizationSuggestion
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The conversationSummarizationSuggestion.
-
getConversationSummarizationSuggestionOrBuilder
public ConversationSummarizationSuggestionDataOrBuilder getConversationSummarizationSuggestionOrBuilder()
Conversation summarization suggestion data.
.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
- Specified by:
getConversationSummarizationSuggestionOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
getAnnotationId
public String getAnnotationId()
The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}
string annotation_id = 1;
- Specified by:
getAnnotationId
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The annotationId.
-
getAnnotationIdBytes
public com.google.protobuf.ByteString getAnnotationIdBytes()
The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}
string annotation_id = 1;
- Specified by:
getAnnotationIdBytes
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The bytes for annotationId.
-
hasCreateTime
public boolean hasCreateTime()
The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
- Specified by:
hasCreateTime
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
- Specified by:
getCreateTime
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
- Specified by:
getCreateTimeOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasStartBoundary
public boolean hasStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
- Specified by:
hasStartBoundary
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the startBoundary field is set.
-
getStartBoundary
public AnnotationBoundary getStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
- Specified by:
getStartBoundary
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The startBoundary.
-
getStartBoundaryOrBuilder
public AnnotationBoundaryOrBuilder getStartBoundaryOrBuilder()
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
- Specified by:
getStartBoundaryOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasEndBoundary
public boolean hasEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
- Specified by:
hasEndBoundary
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the endBoundary field is set.
-
getEndBoundary
public AnnotationBoundary getEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
- Specified by:
getEndBoundary
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The endBoundary.
-
getEndBoundaryOrBuilder
public AnnotationBoundaryOrBuilder getEndBoundaryOrBuilder()
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
- Specified by:
getEndBoundaryOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasAnswerFeedback
public boolean hasAnswerFeedback()
The feedback that the customer has about the answer in `data`.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
- Specified by:
hasAnswerFeedback
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the answerFeedback field is set.
-
getAnswerFeedback
public AnswerFeedback getAnswerFeedback()
The feedback that the customer has about the answer in `data`.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
- Specified by:
getAnswerFeedback
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The answerFeedback.
-
getAnswerFeedbackOrBuilder
public AnswerFeedbackOrBuilder getAnswerFeedbackOrBuilder()
The feedback that the customer has about the answer in `data`.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
- Specified by:
getAnswerFeedbackOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
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 RuntimeAnnotation parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeAnnotation parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeAnnotation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeAnnotation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeAnnotation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeAnnotation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeAnnotation parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RuntimeAnnotation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RuntimeAnnotation parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RuntimeAnnotation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static RuntimeAnnotation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RuntimeAnnotation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public RuntimeAnnotation.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static RuntimeAnnotation.Builder newBuilder()
-
newBuilder
public static RuntimeAnnotation.Builder newBuilder(RuntimeAnnotation prototype)
-
toBuilder
public RuntimeAnnotation.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected RuntimeAnnotation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static RuntimeAnnotation getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<RuntimeAnnotation> parser()
-
getParserForType
public com.google.protobuf.Parser<RuntimeAnnotation> 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 RuntimeAnnotation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-