public final class StreamingAnalyzeContentRequest extends com.google.protobuf.GeneratedMessageV3 implements StreamingAnalyzeContentRequestOrBuilder
The top-level message sent by the client to the
[Participants.StreamingAnalyzeContent][google.cloud.dialogflow.v2beta1.Participants.StreamingAnalyzeContent]
method.
Multiple request messages should be sent in order:
1. The first message must contain
[participant][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentRequest.participant],
[config][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentRequest.config]
and optionally
[query_params][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentRequest.query_params].
If you want to receive an audio response, it should also contain
[reply_audio_config][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentRequest.reply_audio_config].
The message must not contain
[input][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentRequest.input].
2. If
[config][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentRequest.config]
in the first message
was set to
[audio_config][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentRequest.audio_config],
all subsequent messages must contain
[input_audio][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentRequest.input_audio]
to continue with Speech recognition. If you decide to rather analyze text
input after you already started Speech recognition, please send a message
with
[StreamingAnalyzeContentRequest.input_text][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentRequest.input_text].
However, note that:
* Dialogflow will bill you for the audio so far.
* Dialogflow discards all Speech recognition results in favor of the
text input.
3. If
[StreamingAnalyzeContentRequest.config][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentRequest.config]
in the first message was set
to
[StreamingAnalyzeContentRequest.text_config][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentRequest.text_config],
then the second message must contain only
[input_text][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentRequest.input_text].
Moreover, you must not send more than two messages.
After you sent all input, you must half-close or abort the request stream.
Protobuf type google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentRequest| Modifier and Type | Class and Description |
|---|---|
static class |
StreamingAnalyzeContentRequest.Builder
The top-level message sent by the client to the
[Participants.StreamingAnalyzeContent][google.cloud.dialogflow.v2beta1.Participants.StreamingAnalyzeContent]
method.
|
static class |
StreamingAnalyzeContentRequest.ConfigCase |
static class |
StreamingAnalyzeContentRequest.InputCase |
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| Modifier and Type | Field and Description |
|---|---|
static int |
ASSIST_QUERY_PARAMS_FIELD_NUMBER |
static int |
AUDIO_CONFIG_FIELD_NUMBER |
static int |
CX_CURRENT_PAGE_FIELD_NUMBER |
static int |
CX_PARAMETERS_FIELD_NUMBER |
static int |
ENABLE_DEBUGGING_INFO_FIELD_NUMBER |
static int |
ENABLE_PARTIAL_AUTOMATED_AGENT_REPLY_FIELD_NUMBER |
static int |
INPUT_AUDIO_FIELD_NUMBER |
static int |
INPUT_DTMF_FIELD_NUMBER |
static int |
INPUT_TEXT_FIELD_NUMBER |
static int |
PARTICIPANT_FIELD_NUMBER |
static int |
QUERY_PARAMS_FIELD_NUMBER |
static int |
REPLY_AUDIO_CONFIG_FIELD_NUMBER |
static int |
TEXT_CONFIG_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AssistQueryParameters |
getAssistQueryParams()
Parameters for a human assist query.
|
AssistQueryParametersOrBuilder |
getAssistQueryParamsOrBuilder()
Parameters for a human assist query.
|
InputAudioConfig |
getAudioConfig()
Instructs the speech recognizer how to process the speech audio.
|
InputAudioConfigOrBuilder |
getAudioConfigOrBuilder()
Instructs the speech recognizer how to process the speech audio.
|
StreamingAnalyzeContentRequest.ConfigCase |
getConfigCase() |
String |
getCxCurrentPage()
The unique identifier of the CX page to override the `current_page` in the
session.
|
com.google.protobuf.ByteString |
getCxCurrentPageBytes()
The unique identifier of the CX page to override the `current_page` in the
session.
|
com.google.protobuf.Struct |
getCxParameters()
Additional parameters to be put into Dialogflow CX session parameters.
|
com.google.protobuf.StructOrBuilder |
getCxParametersOrBuilder()
Additional parameters to be put into Dialogflow CX session parameters.
|
static StreamingAnalyzeContentRequest |
getDefaultInstance() |
StreamingAnalyzeContentRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEnableDebuggingInfo()
if true, `StreamingAnalyzeContentResponse.debugging_info` will get
populated.
|
boolean |
getEnablePartialAutomatedAgentReply()
Enable partial virtual agent responses.
|
com.google.protobuf.ByteString |
getInputAudio()
The input audio content to be recognized.
|
StreamingAnalyzeContentRequest.InputCase |
getInputCase() |
TelephonyDtmfEvents |
getInputDtmf()
The DTMF digits used to invoke intent and fill in parameter value.
|
TelephonyDtmfEventsOrBuilder |
getInputDtmfOrBuilder()
The DTMF digits used to invoke intent and fill in parameter value.
|
String |
getInputText()
The UTF-8 encoded natural language text to be processed.
|
com.google.protobuf.ByteString |
getInputTextBytes()
The UTF-8 encoded natural language text to be processed.
|
com.google.protobuf.Parser<StreamingAnalyzeContentRequest> |
getParserForType() |
String |
getParticipant()
Required.
|
com.google.protobuf.ByteString |
getParticipantBytes()
Required.
|
QueryParameters |
getQueryParams()
Parameters for a Dialogflow virtual-agent query.
|
QueryParametersOrBuilder |
getQueryParamsOrBuilder()
Parameters for a Dialogflow virtual-agent query.
|
OutputAudioConfig |
getReplyAudioConfig()
Speech synthesis configuration.
|
OutputAudioConfigOrBuilder |
getReplyAudioConfigOrBuilder()
Speech synthesis configuration.
|
int |
getSerializedSize() |
InputTextConfig |
getTextConfig()
The natural language text to be processed.
|
InputTextConfigOrBuilder |
getTextConfigOrBuilder()
The natural language text to be processed.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAssistQueryParams()
Parameters for a human assist query.
|
boolean |
hasAudioConfig()
Instructs the speech recognizer how to process the speech audio.
|
boolean |
hasCxParameters()
Additional parameters to be put into Dialogflow CX session parameters.
|
int |
hashCode() |
boolean |
hasInputAudio()
The input audio content to be recognized.
|
boolean |
hasInputDtmf()
The DTMF digits used to invoke intent and fill in parameter value.
|
boolean |
hasInputText()
The UTF-8 encoded natural language text to be processed.
|
boolean |
hasQueryParams()
Parameters for a Dialogflow virtual-agent query.
|
boolean |
hasReplyAudioConfig()
Speech synthesis configuration.
|
boolean |
hasTextConfig()
The natural language text to be processed.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamingAnalyzeContentRequest.Builder |
newBuilder() |
static StreamingAnalyzeContentRequest.Builder |
newBuilder(StreamingAnalyzeContentRequest prototype) |
StreamingAnalyzeContentRequest.Builder |
newBuilderForType() |
protected StreamingAnalyzeContentRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static StreamingAnalyzeContentRequest |
parseDelimitedFrom(InputStream input) |
static StreamingAnalyzeContentRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAnalyzeContentRequest |
parseFrom(byte[] data) |
static StreamingAnalyzeContentRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAnalyzeContentRequest |
parseFrom(ByteBuffer data) |
static StreamingAnalyzeContentRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAnalyzeContentRequest |
parseFrom(com.google.protobuf.ByteString data) |
static StreamingAnalyzeContentRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAnalyzeContentRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamingAnalyzeContentRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAnalyzeContentRequest |
parseFrom(InputStream input) |
static StreamingAnalyzeContentRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StreamingAnalyzeContentRequest> |
parser() |
StreamingAnalyzeContentRequest.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, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PARTICIPANT_FIELD_NUMBER
public static final int AUDIO_CONFIG_FIELD_NUMBER
public static final int TEXT_CONFIG_FIELD_NUMBER
public static final int REPLY_AUDIO_CONFIG_FIELD_NUMBER
public static final int INPUT_AUDIO_FIELD_NUMBER
public static final int INPUT_TEXT_FIELD_NUMBER
public static final int INPUT_DTMF_FIELD_NUMBER
public static final int QUERY_PARAMS_FIELD_NUMBER
public static final int ASSIST_QUERY_PARAMS_FIELD_NUMBER
public static final int CX_PARAMETERS_FIELD_NUMBER
public static final int CX_CURRENT_PAGE_FIELD_NUMBER
public static final int ENABLE_PARTIAL_AUTOMATED_AGENT_REPLY_FIELD_NUMBER
public static final int ENABLE_DEBUGGING_INFO_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 StreamingAnalyzeContentRequest.ConfigCase getConfigCase()
getConfigCase in interface StreamingAnalyzeContentRequestOrBuilderpublic StreamingAnalyzeContentRequest.InputCase getInputCase()
getInputCase in interface StreamingAnalyzeContentRequestOrBuilderpublic String getParticipant()
Required. The name of the participant this text comes from. Format: `projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/<Participant ID>`.
string participant = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParticipant in interface StreamingAnalyzeContentRequestOrBuilderpublic com.google.protobuf.ByteString getParticipantBytes()
Required. The name of the participant this text comes from. Format: `projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/<Participant ID>`.
string participant = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParticipantBytes in interface StreamingAnalyzeContentRequestOrBuilderpublic boolean hasAudioConfig()
Instructs the speech recognizer how to process the speech audio.
.google.cloud.dialogflow.v2beta1.InputAudioConfig audio_config = 2;hasAudioConfig in interface StreamingAnalyzeContentRequestOrBuilderpublic InputAudioConfig getAudioConfig()
Instructs the speech recognizer how to process the speech audio.
.google.cloud.dialogflow.v2beta1.InputAudioConfig audio_config = 2;getAudioConfig in interface StreamingAnalyzeContentRequestOrBuilderpublic InputAudioConfigOrBuilder getAudioConfigOrBuilder()
Instructs the speech recognizer how to process the speech audio.
.google.cloud.dialogflow.v2beta1.InputAudioConfig audio_config = 2;getAudioConfigOrBuilder in interface StreamingAnalyzeContentRequestOrBuilderpublic boolean hasTextConfig()
The natural language text to be processed.
.google.cloud.dialogflow.v2beta1.InputTextConfig text_config = 3;hasTextConfig in interface StreamingAnalyzeContentRequestOrBuilderpublic InputTextConfig getTextConfig()
The natural language text to be processed.
.google.cloud.dialogflow.v2beta1.InputTextConfig text_config = 3;getTextConfig in interface StreamingAnalyzeContentRequestOrBuilderpublic InputTextConfigOrBuilder getTextConfigOrBuilder()
The natural language text to be processed.
.google.cloud.dialogflow.v2beta1.InputTextConfig text_config = 3;getTextConfigOrBuilder in interface StreamingAnalyzeContentRequestOrBuilderpublic boolean hasReplyAudioConfig()
Speech synthesis configuration. The speech synthesis settings for a virtual agent that may be configured for the associated conversation profile are not used when calling StreamingAnalyzeContent. If this configuration is not supplied, speech synthesis is disabled.
.google.cloud.dialogflow.v2beta1.OutputAudioConfig reply_audio_config = 4;hasReplyAudioConfig in interface StreamingAnalyzeContentRequestOrBuilderpublic OutputAudioConfig getReplyAudioConfig()
Speech synthesis configuration. The speech synthesis settings for a virtual agent that may be configured for the associated conversation profile are not used when calling StreamingAnalyzeContent. If this configuration is not supplied, speech synthesis is disabled.
.google.cloud.dialogflow.v2beta1.OutputAudioConfig reply_audio_config = 4;getReplyAudioConfig in interface StreamingAnalyzeContentRequestOrBuilderpublic OutputAudioConfigOrBuilder getReplyAudioConfigOrBuilder()
Speech synthesis configuration. The speech synthesis settings for a virtual agent that may be configured for the associated conversation profile are not used when calling StreamingAnalyzeContent. If this configuration is not supplied, speech synthesis is disabled.
.google.cloud.dialogflow.v2beta1.OutputAudioConfig reply_audio_config = 4;getReplyAudioConfigOrBuilder in interface StreamingAnalyzeContentRequestOrBuilderpublic boolean hasInputAudio()
The input audio content to be recognized. Must be sent if `audio_config` is set in the first message. The complete audio over all streaming messages must not exceed 1 minute.
bytes input_audio = 5;hasInputAudio in interface StreamingAnalyzeContentRequestOrBuilderpublic com.google.protobuf.ByteString getInputAudio()
The input audio content to be recognized. Must be sent if `audio_config` is set in the first message. The complete audio over all streaming messages must not exceed 1 minute.
bytes input_audio = 5;getInputAudio in interface StreamingAnalyzeContentRequestOrBuilderpublic boolean hasInputText()
The UTF-8 encoded natural language text to be processed. Must be sent if `text_config` is set in the first message. Text length must not exceed 256 bytes for virtual agent interactions. The `input_text` field can be only sent once.
string input_text = 6;hasInputText in interface StreamingAnalyzeContentRequestOrBuilderpublic String getInputText()
The UTF-8 encoded natural language text to be processed. Must be sent if `text_config` is set in the first message. Text length must not exceed 256 bytes for virtual agent interactions. The `input_text` field can be only sent once.
string input_text = 6;getInputText in interface StreamingAnalyzeContentRequestOrBuilderpublic com.google.protobuf.ByteString getInputTextBytes()
The UTF-8 encoded natural language text to be processed. Must be sent if `text_config` is set in the first message. Text length must not exceed 256 bytes for virtual agent interactions. The `input_text` field can be only sent once.
string input_text = 6;getInputTextBytes in interface StreamingAnalyzeContentRequestOrBuilderpublic boolean hasInputDtmf()
The DTMF digits used to invoke intent and fill in parameter value. This input is ignored if the previous response indicated that DTMF input is not accepted.
.google.cloud.dialogflow.v2beta1.TelephonyDtmfEvents input_dtmf = 9;hasInputDtmf in interface StreamingAnalyzeContentRequestOrBuilderpublic TelephonyDtmfEvents getInputDtmf()
The DTMF digits used to invoke intent and fill in parameter value. This input is ignored if the previous response indicated that DTMF input is not accepted.
.google.cloud.dialogflow.v2beta1.TelephonyDtmfEvents input_dtmf = 9;getInputDtmf in interface StreamingAnalyzeContentRequestOrBuilderpublic TelephonyDtmfEventsOrBuilder getInputDtmfOrBuilder()
The DTMF digits used to invoke intent and fill in parameter value. This input is ignored if the previous response indicated that DTMF input is not accepted.
.google.cloud.dialogflow.v2beta1.TelephonyDtmfEvents input_dtmf = 9;getInputDtmfOrBuilder in interface StreamingAnalyzeContentRequestOrBuilderpublic boolean hasQueryParams()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2beta1.QueryParameters query_params = 7;hasQueryParams in interface StreamingAnalyzeContentRequestOrBuilderpublic QueryParameters getQueryParams()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2beta1.QueryParameters query_params = 7;getQueryParams in interface StreamingAnalyzeContentRequestOrBuilderpublic QueryParametersOrBuilder getQueryParamsOrBuilder()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2beta1.QueryParameters query_params = 7;getQueryParamsOrBuilder in interface StreamingAnalyzeContentRequestOrBuilderpublic boolean hasAssistQueryParams()
Parameters for a human assist query.
.google.cloud.dialogflow.v2beta1.AssistQueryParameters assist_query_params = 8;hasAssistQueryParams in interface StreamingAnalyzeContentRequestOrBuilderpublic AssistQueryParameters getAssistQueryParams()
Parameters for a human assist query.
.google.cloud.dialogflow.v2beta1.AssistQueryParameters assist_query_params = 8;getAssistQueryParams in interface StreamingAnalyzeContentRequestOrBuilderpublic AssistQueryParametersOrBuilder getAssistQueryParamsOrBuilder()
Parameters for a human assist query.
.google.cloud.dialogflow.v2beta1.AssistQueryParameters assist_query_params = 8;getAssistQueryParamsOrBuilder in interface StreamingAnalyzeContentRequestOrBuilderpublic boolean hasCxParameters()
Additional parameters to be put into Dialogflow CX session parameters. To remove a parameter from the session, clients should explicitly set the parameter value to null. Note: this field should only be used if you are connecting to a Dialogflow CX agent.
.google.protobuf.Struct cx_parameters = 13;hasCxParameters in interface StreamingAnalyzeContentRequestOrBuilderpublic com.google.protobuf.Struct getCxParameters()
Additional parameters to be put into Dialogflow CX session parameters. To remove a parameter from the session, clients should explicitly set the parameter value to null. Note: this field should only be used if you are connecting to a Dialogflow CX agent.
.google.protobuf.Struct cx_parameters = 13;getCxParameters in interface StreamingAnalyzeContentRequestOrBuilderpublic com.google.protobuf.StructOrBuilder getCxParametersOrBuilder()
Additional parameters to be put into Dialogflow CX session parameters. To remove a parameter from the session, clients should explicitly set the parameter value to null. Note: this field should only be used if you are connecting to a Dialogflow CX agent.
.google.protobuf.Struct cx_parameters = 13;getCxParametersOrBuilder in interface StreamingAnalyzeContentRequestOrBuilderpublic String getCxCurrentPage()
The unique identifier of the CX page to override the `current_page` in the session. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`. If `cx_current_page` is specified, the previous state of the session will be ignored by Dialogflow CX, including the [previous page][QueryResult.current_page] and the [previous session parameters][QueryResult.parameters]. In most cases, `cx_current_page` and `cx_parameters` should be configured together to direct a session to a specific state. Note: this field should only be used if you are connecting to a Dialogflow CX agent.
string cx_current_page = 15;getCxCurrentPage in interface StreamingAnalyzeContentRequestOrBuilderpublic com.google.protobuf.ByteString getCxCurrentPageBytes()
The unique identifier of the CX page to override the `current_page` in the session. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`. If `cx_current_page` is specified, the previous state of the session will be ignored by Dialogflow CX, including the [previous page][QueryResult.current_page] and the [previous session parameters][QueryResult.parameters]. In most cases, `cx_current_page` and `cx_parameters` should be configured together to direct a session to a specific state. Note: this field should only be used if you are connecting to a Dialogflow CX agent.
string cx_current_page = 15;getCxCurrentPageBytes in interface StreamingAnalyzeContentRequestOrBuilderpublic boolean getEnablePartialAutomatedAgentReply()
Enable partial virtual agent responses. If this flag is not enabled, response stream still contains only one final response even if some `Fulfillment`s in Dialogflow virtual agent have been configured to return partial responses.
bool enable_partial_automated_agent_reply = 12;getEnablePartialAutomatedAgentReply in interface StreamingAnalyzeContentRequestOrBuilderpublic boolean getEnableDebuggingInfo()
if true, `StreamingAnalyzeContentResponse.debugging_info` will get populated.
bool enable_debugging_info = 19;getEnableDebuggingInfo in interface StreamingAnalyzeContentRequestOrBuilderpublic 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 StreamingAnalyzeContentRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingAnalyzeContentRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingAnalyzeContentRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingAnalyzeContentRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingAnalyzeContentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingAnalyzeContentRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingAnalyzeContentRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static StreamingAnalyzeContentRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StreamingAnalyzeContentRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static StreamingAnalyzeContentRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StreamingAnalyzeContentRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static StreamingAnalyzeContentRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic StreamingAnalyzeContentRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StreamingAnalyzeContentRequest.Builder newBuilder()
public static StreamingAnalyzeContentRequest.Builder newBuilder(StreamingAnalyzeContentRequest prototype)
public StreamingAnalyzeContentRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StreamingAnalyzeContentRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static StreamingAnalyzeContentRequest getDefaultInstance()
public static com.google.protobuf.Parser<StreamingAnalyzeContentRequest> parser()
public com.google.protobuf.Parser<StreamingAnalyzeContentRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StreamingAnalyzeContentRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.