public final class ResponseMessage extends com.google.protobuf.GeneratedMessageV3 implements ResponseMessageOrBuilder
Represents a response message that can be returned by a conversational agent. Response messages are also used for output audio synthesis. The approach is as follows: * If at least one OutputAudioText response is present, then all OutputAudioText responses are linearly concatenated, and the result is used for output audio synthesis. * If the OutputAudioText responses are a mixture of text and SSML, then the concatenated result is treated as SSML; otherwise, the result is treated as either text or SSML as appropriate. The agent designer should ideally use either text or SSML consistently throughout the bot design. * Otherwise, all Text responses are linearly concatenated, and the result is used for output audio synthesis. This approach allows for more sophisticated user experience scenarios, where the text displayed to the user may differ from what is heard.Protobuf type
google.cloud.dialogflow.cx.v3.ResponseMessage| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseMessage.Builder
Represents a response message that can be returned by a conversational agent.
|
static class |
ResponseMessage.ConversationSuccess
Indicates that the conversation succeeded, i.e., the bot handled the issue
that the customer talked to it about.
|
static interface |
ResponseMessage.ConversationSuccessOrBuilder |
static class |
ResponseMessage.EndInteraction
Indicates that interaction with the Dialogflow agent has ended.
|
static interface |
ResponseMessage.EndInteractionOrBuilder |
static class |
ResponseMessage.LiveAgentHandoff
Indicates that the conversation should be handed off to a live agent.
|
static interface |
ResponseMessage.LiveAgentHandoffOrBuilder |
static class |
ResponseMessage.MessageCase |
static class |
ResponseMessage.MixedAudio
Represents an audio message that is composed of both segments
synthesized from the Dialogflow agent prompts and ones hosted externally
at the specified URIs.
|
static interface |
ResponseMessage.MixedAudioOrBuilder |
static class |
ResponseMessage.OutputAudioText
A text or ssml response that is preferentially used for TTS output audio
synthesis, as described in the comment on the ResponseMessage message.
|
static interface |
ResponseMessage.OutputAudioTextOrBuilder |
static class |
ResponseMessage.PlayAudio
Specifies an audio clip to be played by the client as part of the response.
|
static interface |
ResponseMessage.PlayAudioOrBuilder |
static class |
ResponseMessage.TelephonyTransferCall
Represents the signal that telles the client to transfer the phone call
connected to the agent to a third-party endpoint.
|
static interface |
ResponseMessage.TelephonyTransferCallOrBuilder |
static class |
ResponseMessage.Text
The text response message.
|
static interface |
ResponseMessage.TextOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CONVERSATION_SUCCESS_FIELD_NUMBER |
static int |
END_INTERACTION_FIELD_NUMBER |
static int |
LIVE_AGENT_HANDOFF_FIELD_NUMBER |
static int |
MIXED_AUDIO_FIELD_NUMBER |
static int |
OUTPUT_AUDIO_TEXT_FIELD_NUMBER |
static int |
PAYLOAD_FIELD_NUMBER |
static int |
PLAY_AUDIO_FIELD_NUMBER |
static int |
TELEPHONY_TRANSFER_CALL_FIELD_NUMBER |
static int |
TEXT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ResponseMessage.ConversationSuccess |
getConversationSuccess()
Indicates that the conversation succeeded.
|
ResponseMessage.ConversationSuccessOrBuilder |
getConversationSuccessOrBuilder()
Indicates that the conversation succeeded.
|
static ResponseMessage |
getDefaultInstance() |
ResponseMessage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ResponseMessage.EndInteraction |
getEndInteraction()
Output only.
|
ResponseMessage.EndInteractionOrBuilder |
getEndInteractionOrBuilder()
Output only.
|
ResponseMessage.LiveAgentHandoff |
getLiveAgentHandoff()
Hands off conversation to a human agent.
|
ResponseMessage.LiveAgentHandoffOrBuilder |
getLiveAgentHandoffOrBuilder()
Hands off conversation to a human agent.
|
ResponseMessage.MessageCase |
getMessageCase() |
ResponseMessage.MixedAudio |
getMixedAudio()
Output only.
|
ResponseMessage.MixedAudioOrBuilder |
getMixedAudioOrBuilder()
Output only.
|
ResponseMessage.OutputAudioText |
getOutputAudioText()
A text or ssml response that is preferentially used for TTS output audio
synthesis, as described in the comment on the ResponseMessage message.
|
ResponseMessage.OutputAudioTextOrBuilder |
getOutputAudioTextOrBuilder()
A text or ssml response that is preferentially used for TTS output audio
synthesis, as described in the comment on the ResponseMessage message.
|
com.google.protobuf.Parser<ResponseMessage> |
getParserForType() |
com.google.protobuf.Struct |
getPayload()
Returns a response containing a custom, platform-specific payload.
|
com.google.protobuf.StructOrBuilder |
getPayloadOrBuilder()
Returns a response containing a custom, platform-specific payload.
|
ResponseMessage.PlayAudio |
getPlayAudio()
Signal that the client should play an audio clip hosted at a
client-specific URI.
|
ResponseMessage.PlayAudioOrBuilder |
getPlayAudioOrBuilder()
Signal that the client should play an audio clip hosted at a
client-specific URI.
|
int |
getSerializedSize() |
ResponseMessage.TelephonyTransferCall |
getTelephonyTransferCall()
A signal that the client should transfer the phone call connected to
this agent to a third-party endpoint.
|
ResponseMessage.TelephonyTransferCallOrBuilder |
getTelephonyTransferCallOrBuilder()
A signal that the client should transfer the phone call connected to
this agent to a third-party endpoint.
|
ResponseMessage.Text |
getText()
Returns a text response.
|
ResponseMessage.TextOrBuilder |
getTextOrBuilder()
Returns a text response.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasConversationSuccess()
Indicates that the conversation succeeded.
|
boolean |
hasEndInteraction()
Output only.
|
int |
hashCode() |
boolean |
hasLiveAgentHandoff()
Hands off conversation to a human agent.
|
boolean |
hasMixedAudio()
Output only.
|
boolean |
hasOutputAudioText()
A text or ssml response that is preferentially used for TTS output audio
synthesis, as described in the comment on the ResponseMessage message.
|
boolean |
hasPayload()
Returns a response containing a custom, platform-specific payload.
|
boolean |
hasPlayAudio()
Signal that the client should play an audio clip hosted at a
client-specific URI.
|
boolean |
hasTelephonyTransferCall()
A signal that the client should transfer the phone call connected to
this agent to a third-party endpoint.
|
boolean |
hasText()
Returns a text response.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ResponseMessage.Builder |
newBuilder() |
static ResponseMessage.Builder |
newBuilder(ResponseMessage prototype) |
ResponseMessage.Builder |
newBuilderForType() |
protected ResponseMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ResponseMessage |
parseDelimitedFrom(InputStream input) |
static ResponseMessage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseMessage |
parseFrom(byte[] data) |
static ResponseMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseMessage |
parseFrom(ByteBuffer data) |
static ResponseMessage |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseMessage |
parseFrom(com.google.protobuf.ByteString data) |
static ResponseMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseMessage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ResponseMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseMessage |
parseFrom(InputStream input) |
static ResponseMessage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ResponseMessage> |
parser() |
ResponseMessage.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TEXT_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
public static final int CONVERSATION_SUCCESS_FIELD_NUMBER
public static final int OUTPUT_AUDIO_TEXT_FIELD_NUMBER
public static final int LIVE_AGENT_HANDOFF_FIELD_NUMBER
public static final int END_INTERACTION_FIELD_NUMBER
public static final int PLAY_AUDIO_FIELD_NUMBER
public static final int MIXED_AUDIO_FIELD_NUMBER
public static final int TELEPHONY_TRANSFER_CALL_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public ResponseMessage.MessageCase getMessageCase()
getMessageCase in interface ResponseMessageOrBuilderpublic boolean hasText()
Returns a text response.
.google.cloud.dialogflow.cx.v3.ResponseMessage.Text text = 1;hasText in interface ResponseMessageOrBuilderpublic ResponseMessage.Text getText()
Returns a text response.
.google.cloud.dialogflow.cx.v3.ResponseMessage.Text text = 1;getText in interface ResponseMessageOrBuilderpublic ResponseMessage.TextOrBuilder getTextOrBuilder()
Returns a text response.
.google.cloud.dialogflow.cx.v3.ResponseMessage.Text text = 1;getTextOrBuilder in interface ResponseMessageOrBuilderpublic boolean hasPayload()
Returns a response containing a custom, platform-specific payload.
.google.protobuf.Struct payload = 2;hasPayload in interface ResponseMessageOrBuilderpublic com.google.protobuf.Struct getPayload()
Returns a response containing a custom, platform-specific payload.
.google.protobuf.Struct payload = 2;getPayload in interface ResponseMessageOrBuilderpublic com.google.protobuf.StructOrBuilder getPayloadOrBuilder()
Returns a response containing a custom, platform-specific payload.
.google.protobuf.Struct payload = 2;getPayloadOrBuilder in interface ResponseMessageOrBuilderpublic boolean hasConversationSuccess()
Indicates that the conversation succeeded.
.google.cloud.dialogflow.cx.v3.ResponseMessage.ConversationSuccess conversation_success = 9;
hasConversationSuccess in interface ResponseMessageOrBuilderpublic ResponseMessage.ConversationSuccess getConversationSuccess()
Indicates that the conversation succeeded.
.google.cloud.dialogflow.cx.v3.ResponseMessage.ConversationSuccess conversation_success = 9;
getConversationSuccess in interface ResponseMessageOrBuilderpublic ResponseMessage.ConversationSuccessOrBuilder getConversationSuccessOrBuilder()
Indicates that the conversation succeeded.
.google.cloud.dialogflow.cx.v3.ResponseMessage.ConversationSuccess conversation_success = 9;
getConversationSuccessOrBuilder in interface ResponseMessageOrBuilderpublic boolean hasOutputAudioText()
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
.google.cloud.dialogflow.cx.v3.ResponseMessage.OutputAudioText output_audio_text = 8;
hasOutputAudioText in interface ResponseMessageOrBuilderpublic ResponseMessage.OutputAudioText getOutputAudioText()
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
.google.cloud.dialogflow.cx.v3.ResponseMessage.OutputAudioText output_audio_text = 8;
getOutputAudioText in interface ResponseMessageOrBuilderpublic ResponseMessage.OutputAudioTextOrBuilder getOutputAudioTextOrBuilder()
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
.google.cloud.dialogflow.cx.v3.ResponseMessage.OutputAudioText output_audio_text = 8;
getOutputAudioTextOrBuilder in interface ResponseMessageOrBuilderpublic boolean hasLiveAgentHandoff()
Hands off conversation to a human agent.
.google.cloud.dialogflow.cx.v3.ResponseMessage.LiveAgentHandoff live_agent_handoff = 10;
hasLiveAgentHandoff in interface ResponseMessageOrBuilderpublic ResponseMessage.LiveAgentHandoff getLiveAgentHandoff()
Hands off conversation to a human agent.
.google.cloud.dialogflow.cx.v3.ResponseMessage.LiveAgentHandoff live_agent_handoff = 10;
getLiveAgentHandoff in interface ResponseMessageOrBuilderpublic ResponseMessage.LiveAgentHandoffOrBuilder getLiveAgentHandoffOrBuilder()
Hands off conversation to a human agent.
.google.cloud.dialogflow.cx.v3.ResponseMessage.LiveAgentHandoff live_agent_handoff = 10;
getLiveAgentHandoffOrBuilder in interface ResponseMessageOrBuilderpublic boolean hasEndInteraction()
Output only. A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches `END_SESSION` page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
.google.cloud.dialogflow.cx.v3.ResponseMessage.EndInteraction end_interaction = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasEndInteraction in interface ResponseMessageOrBuilderpublic ResponseMessage.EndInteraction getEndInteraction()
Output only. A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches `END_SESSION` page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
.google.cloud.dialogflow.cx.v3.ResponseMessage.EndInteraction end_interaction = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndInteraction in interface ResponseMessageOrBuilderpublic ResponseMessage.EndInteractionOrBuilder getEndInteractionOrBuilder()
Output only. A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches `END_SESSION` page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
.google.cloud.dialogflow.cx.v3.ResponseMessage.EndInteraction end_interaction = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndInteractionOrBuilder in interface ResponseMessageOrBuilderpublic boolean hasPlayAudio()
Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct [mixed_audio][google.cloud.dialogflow.cx.v3.ResponseMessage.mixed_audio]. However, Dialogflow itself does not try to read or process the URI in any way.
.google.cloud.dialogflow.cx.v3.ResponseMessage.PlayAudio play_audio = 12;hasPlayAudio in interface ResponseMessageOrBuilderpublic ResponseMessage.PlayAudio getPlayAudio()
Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct [mixed_audio][google.cloud.dialogflow.cx.v3.ResponseMessage.mixed_audio]. However, Dialogflow itself does not try to read or process the URI in any way.
.google.cloud.dialogflow.cx.v3.ResponseMessage.PlayAudio play_audio = 12;getPlayAudio in interface ResponseMessageOrBuilderpublic ResponseMessage.PlayAudioOrBuilder getPlayAudioOrBuilder()
Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct [mixed_audio][google.cloud.dialogflow.cx.v3.ResponseMessage.mixed_audio]. However, Dialogflow itself does not try to read or process the URI in any way.
.google.cloud.dialogflow.cx.v3.ResponseMessage.PlayAudio play_audio = 12;getPlayAudioOrBuilder in interface ResponseMessageOrBuilderpublic boolean hasMixedAudio()
Output only. An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via [play_audio][google.cloud.dialogflow.cx.v3.ResponseMessage.play_audio]. This message is generated by Dialogflow only and not supposed to be defined by the user.
.google.cloud.dialogflow.cx.v3.ResponseMessage.MixedAudio mixed_audio = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasMixedAudio in interface ResponseMessageOrBuilderpublic ResponseMessage.MixedAudio getMixedAudio()
Output only. An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via [play_audio][google.cloud.dialogflow.cx.v3.ResponseMessage.play_audio]. This message is generated by Dialogflow only and not supposed to be defined by the user.
.google.cloud.dialogflow.cx.v3.ResponseMessage.MixedAudio mixed_audio = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
getMixedAudio in interface ResponseMessageOrBuilderpublic ResponseMessage.MixedAudioOrBuilder getMixedAudioOrBuilder()
Output only. An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via [play_audio][google.cloud.dialogflow.cx.v3.ResponseMessage.play_audio]. This message is generated by Dialogflow only and not supposed to be defined by the user.
.google.cloud.dialogflow.cx.v3.ResponseMessage.MixedAudio mixed_audio = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
getMixedAudioOrBuilder in interface ResponseMessageOrBuilderpublic boolean hasTelephonyTransferCall()
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
.google.cloud.dialogflow.cx.v3.ResponseMessage.TelephonyTransferCall telephony_transfer_call = 18;
hasTelephonyTransferCall in interface ResponseMessageOrBuilderpublic ResponseMessage.TelephonyTransferCall getTelephonyTransferCall()
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
.google.cloud.dialogflow.cx.v3.ResponseMessage.TelephonyTransferCall telephony_transfer_call = 18;
getTelephonyTransferCall in interface ResponseMessageOrBuilderpublic ResponseMessage.TelephonyTransferCallOrBuilder getTelephonyTransferCallOrBuilder()
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
.google.cloud.dialogflow.cx.v3.ResponseMessage.TelephonyTransferCall telephony_transfer_call = 18;
getTelephonyTransferCallOrBuilder in interface ResponseMessageOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ResponseMessage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseMessage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseMessage parseFrom(InputStream input) throws IOException
IOExceptionpublic static ResponseMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ResponseMessage parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ResponseMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ResponseMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ResponseMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ResponseMessage.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ResponseMessage.Builder newBuilder()
public static ResponseMessage.Builder newBuilder(ResponseMessage prototype)
public ResponseMessage.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ResponseMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ResponseMessage getDefaultInstance()
public static com.google.protobuf.Parser<ResponseMessage> parser()
public com.google.protobuf.Parser<ResponseMessage> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ResponseMessage getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.