public final class AnalyzeContentRequest extends com.google.protobuf.GeneratedMessageV3 implements AnalyzeContentRequestOrBuilder
The request message for [Participants.AnalyzeContent][google.cloud.dialogflow.v2beta1.Participants.AnalyzeContent].Protobuf type
google.cloud.dialogflow.v2beta1.AnalyzeContentRequest| Modifier and Type | Class and Description |
|---|---|
static class |
AnalyzeContentRequest.Builder
The request message for
[Participants.AnalyzeContent][google.cloud.dialogflow.v2beta1.Participants.AnalyzeContent].
|
static class |
AnalyzeContentRequest.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_INPUT_FIELD_NUMBER |
static int |
CX_CURRENT_PAGE_FIELD_NUMBER |
static int |
CX_PARAMETERS_FIELD_NUMBER |
static int |
EVENT_INPUT_FIELD_NUMBER |
static int |
MESSAGE_SEND_TIME_FIELD_NUMBER |
static int |
PARTICIPANT_FIELD_NUMBER |
static int |
QUERY_PARAMS_FIELD_NUMBER |
static int |
REPLY_AUDIO_CONFIG_FIELD_NUMBER |
static int |
REQUEST_ID_FIELD_NUMBER |
static int |
TEXT_INPUT_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.
|
AudioInput |
getAudioInput()
The natural language speech audio to be processed.
|
AudioInputOrBuilder |
getAudioInputOrBuilder()
The natural language speech audio to be processed.
|
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 AnalyzeContentRequest |
getDefaultInstance() |
AnalyzeContentRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
EventInput |
getEventInput()
An input event to send to Dialogflow.
|
EventInputOrBuilder |
getEventInputOrBuilder()
An input event to send to Dialogflow.
|
AnalyzeContentRequest.InputCase |
getInputCase() |
com.google.protobuf.Timestamp |
getMessageSendTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getMessageSendTimeOrBuilder()
Optional.
|
com.google.protobuf.Parser<AnalyzeContentRequest> |
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.
|
String |
getRequestId()
A unique identifier for this request.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
A unique identifier for this request.
|
int |
getSerializedSize() |
TextInput |
getTextInput()
The natural language text to be processed.
|
TextInputOrBuilder |
getTextInputOrBuilder()
The natural language text to be processed.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAssistQueryParams()
Parameters for a human assist query.
|
boolean |
hasAudioInput()
The natural language speech audio to be processed.
|
boolean |
hasCxParameters()
Additional parameters to be put into Dialogflow CX session parameters.
|
boolean |
hasEventInput()
An input event to send to Dialogflow.
|
int |
hashCode() |
boolean |
hasMessageSendTime()
Optional.
|
boolean |
hasQueryParams()
Parameters for a Dialogflow virtual-agent query.
|
boolean |
hasReplyAudioConfig()
Speech synthesis configuration.
|
boolean |
hasTextInput()
The natural language text to be processed.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AnalyzeContentRequest.Builder |
newBuilder() |
static AnalyzeContentRequest.Builder |
newBuilder(AnalyzeContentRequest prototype) |
AnalyzeContentRequest.Builder |
newBuilderForType() |
protected AnalyzeContentRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AnalyzeContentRequest |
parseDelimitedFrom(InputStream input) |
static AnalyzeContentRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnalyzeContentRequest |
parseFrom(byte[] data) |
static AnalyzeContentRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnalyzeContentRequest |
parseFrom(ByteBuffer data) |
static AnalyzeContentRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnalyzeContentRequest |
parseFrom(com.google.protobuf.ByteString data) |
static AnalyzeContentRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnalyzeContentRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AnalyzeContentRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnalyzeContentRequest |
parseFrom(InputStream input) |
static AnalyzeContentRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AnalyzeContentRequest> |
parser() |
AnalyzeContentRequest.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 TEXT_INPUT_FIELD_NUMBER
public static final int AUDIO_INPUT_FIELD_NUMBER
public static final int EVENT_INPUT_FIELD_NUMBER
public static final int REPLY_AUDIO_CONFIG_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 MESSAGE_SEND_TIME_FIELD_NUMBER
public static final int REQUEST_ID_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 AnalyzeContentRequest.InputCase getInputCase()
getInputCase in interface AnalyzeContentRequestOrBuilderpublic 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 AnalyzeContentRequestOrBuilderpublic 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 AnalyzeContentRequestOrBuilderpublic boolean hasTextInput()
The natural language text to be processed.
.google.cloud.dialogflow.v2beta1.TextInput text_input = 6;hasTextInput in interface AnalyzeContentRequestOrBuilderpublic TextInput getTextInput()
The natural language text to be processed.
.google.cloud.dialogflow.v2beta1.TextInput text_input = 6;getTextInput in interface AnalyzeContentRequestOrBuilderpublic TextInputOrBuilder getTextInputOrBuilder()
The natural language text to be processed.
.google.cloud.dialogflow.v2beta1.TextInput text_input = 6;getTextInputOrBuilder in interface AnalyzeContentRequestOrBuilderpublic boolean hasAudioInput()
The natural language speech audio to be processed.
.google.cloud.dialogflow.v2beta1.AudioInput audio_input = 7;hasAudioInput in interface AnalyzeContentRequestOrBuilderpublic AudioInput getAudioInput()
The natural language speech audio to be processed.
.google.cloud.dialogflow.v2beta1.AudioInput audio_input = 7;getAudioInput in interface AnalyzeContentRequestOrBuilderpublic AudioInputOrBuilder getAudioInputOrBuilder()
The natural language speech audio to be processed.
.google.cloud.dialogflow.v2beta1.AudioInput audio_input = 7;getAudioInputOrBuilder in interface AnalyzeContentRequestOrBuilderpublic boolean hasEventInput()
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2beta1.EventInput event_input = 8;hasEventInput in interface AnalyzeContentRequestOrBuilderpublic EventInput getEventInput()
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2beta1.EventInput event_input = 8;getEventInput in interface AnalyzeContentRequestOrBuilderpublic EventInputOrBuilder getEventInputOrBuilder()
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2beta1.EventInput event_input = 8;getEventInputOrBuilder in interface AnalyzeContentRequestOrBuilderpublic 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 AnalyzeContent. If this configuration is not supplied, speech synthesis is disabled.
.google.cloud.dialogflow.v2beta1.OutputAudioConfig reply_audio_config = 5;hasReplyAudioConfig in interface AnalyzeContentRequestOrBuilderpublic 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 AnalyzeContent. If this configuration is not supplied, speech synthesis is disabled.
.google.cloud.dialogflow.v2beta1.OutputAudioConfig reply_audio_config = 5;getReplyAudioConfig in interface AnalyzeContentRequestOrBuilderpublic 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 AnalyzeContent. If this configuration is not supplied, speech synthesis is disabled.
.google.cloud.dialogflow.v2beta1.OutputAudioConfig reply_audio_config = 5;getReplyAudioConfigOrBuilder in interface AnalyzeContentRequestOrBuilderpublic boolean hasQueryParams()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2beta1.QueryParameters query_params = 9;hasQueryParams in interface AnalyzeContentRequestOrBuilderpublic QueryParameters getQueryParams()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2beta1.QueryParameters query_params = 9;getQueryParams in interface AnalyzeContentRequestOrBuilderpublic QueryParametersOrBuilder getQueryParamsOrBuilder()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2beta1.QueryParameters query_params = 9;getQueryParamsOrBuilder in interface AnalyzeContentRequestOrBuilderpublic boolean hasAssistQueryParams()
Parameters for a human assist query.
.google.cloud.dialogflow.v2beta1.AssistQueryParameters assist_query_params = 14;hasAssistQueryParams in interface AnalyzeContentRequestOrBuilderpublic AssistQueryParameters getAssistQueryParams()
Parameters for a human assist query.
.google.cloud.dialogflow.v2beta1.AssistQueryParameters assist_query_params = 14;getAssistQueryParams in interface AnalyzeContentRequestOrBuilderpublic AssistQueryParametersOrBuilder getAssistQueryParamsOrBuilder()
Parameters for a human assist query.
.google.cloud.dialogflow.v2beta1.AssistQueryParameters assist_query_params = 14;getAssistQueryParamsOrBuilder in interface AnalyzeContentRequestOrBuilderpublic 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 = 18;hasCxParameters in interface AnalyzeContentRequestOrBuilderpublic 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 = 18;getCxParameters in interface AnalyzeContentRequestOrBuilderpublic 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 = 18;getCxParametersOrBuilder in interface AnalyzeContentRequestOrBuilderpublic 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 = 20;getCxCurrentPage in interface AnalyzeContentRequestOrBuilderpublic 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 = 20;getCxCurrentPageBytes in interface AnalyzeContentRequestOrBuilderpublic boolean hasMessageSendTime()
Optional. The send time of the message from end user or human agent's perspective. It is used for identifying the same message under one participant. Given two messages under the same participant: - If send time are different regardless of whether the content of the messages are exactly the same, the conversation will regard them as two distinct messages sent by the participant. - If send time is the same regardless of whether the content of the messages are exactly the same, the conversation will regard them as same message, and ignore the message received later. If the value is not provided, a new request will always be regarded as a new message without any de-duplication.
.google.protobuf.Timestamp message_send_time = 10;hasMessageSendTime in interface AnalyzeContentRequestOrBuilderpublic com.google.protobuf.Timestamp getMessageSendTime()
Optional. The send time of the message from end user or human agent's perspective. It is used for identifying the same message under one participant. Given two messages under the same participant: - If send time are different regardless of whether the content of the messages are exactly the same, the conversation will regard them as two distinct messages sent by the participant. - If send time is the same regardless of whether the content of the messages are exactly the same, the conversation will regard them as same message, and ignore the message received later. If the value is not provided, a new request will always be regarded as a new message without any de-duplication.
.google.protobuf.Timestamp message_send_time = 10;getMessageSendTime in interface AnalyzeContentRequestOrBuilderpublic com.google.protobuf.TimestampOrBuilder getMessageSendTimeOrBuilder()
Optional. The send time of the message from end user or human agent's perspective. It is used for identifying the same message under one participant. Given two messages under the same participant: - If send time are different regardless of whether the content of the messages are exactly the same, the conversation will regard them as two distinct messages sent by the participant. - If send time is the same regardless of whether the content of the messages are exactly the same, the conversation will regard them as same message, and ignore the message received later. If the value is not provided, a new request will always be regarded as a new message without any de-duplication.
.google.protobuf.Timestamp message_send_time = 10;getMessageSendTimeOrBuilder in interface AnalyzeContentRequestOrBuilderpublic String getRequestId()
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a `request_id` is provided.
string request_id = 11;getRequestId in interface AnalyzeContentRequestOrBuilderpublic com.google.protobuf.ByteString getRequestIdBytes()
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a `request_id` is provided.
string request_id = 11;getRequestIdBytes in interface AnalyzeContentRequestOrBuilderpublic 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 AnalyzeContentRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalyzeContentRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalyzeContentRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalyzeContentRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalyzeContentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalyzeContentRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalyzeContentRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static AnalyzeContentRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AnalyzeContentRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AnalyzeContentRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AnalyzeContentRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AnalyzeContentRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AnalyzeContentRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AnalyzeContentRequest.Builder newBuilder()
public static AnalyzeContentRequest.Builder newBuilder(AnalyzeContentRequest prototype)
public AnalyzeContentRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AnalyzeContentRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AnalyzeContentRequest getDefaultInstance()
public static com.google.protobuf.Parser<AnalyzeContentRequest> parser()
public com.google.protobuf.Parser<AnalyzeContentRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AnalyzeContentRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.