Class BidiStreamingAnalyzeContentRequest (4.87.0)

public final class BidiStreamingAnalyzeContentRequest extends GeneratedMessageV3 implements BidiStreamingAnalyzeContentRequestOrBuilder

The request message for Participants.BidiStreamingAnalyzeContent.

Protobuf type google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BidiStreamingAnalyzeContentRequest

Static Fields

CONFIG_FIELD_NUMBER

public static final int CONFIG_FIELD_NUMBER
Field Value
Type Description
int

INPUT_FIELD_NUMBER

public static final int INPUT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BidiStreamingAnalyzeContentRequest getDefaultInstance()
Returns
Type Description
BidiStreamingAnalyzeContentRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BidiStreamingAnalyzeContentRequest.Builder newBuilder()
Returns
Type Description
BidiStreamingAnalyzeContentRequest.Builder

newBuilder(BidiStreamingAnalyzeContentRequest prototype)

public static BidiStreamingAnalyzeContentRequest.Builder newBuilder(BidiStreamingAnalyzeContentRequest prototype)
Parameter
Name Description
prototype BidiStreamingAnalyzeContentRequest
Returns
Type Description
BidiStreamingAnalyzeContentRequest.Builder

parseDelimitedFrom(InputStream input)

public static BidiStreamingAnalyzeContentRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BidiStreamingAnalyzeContentRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BidiStreamingAnalyzeContentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BidiStreamingAnalyzeContentRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BidiStreamingAnalyzeContentRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BidiStreamingAnalyzeContentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BidiStreamingAnalyzeContentRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BidiStreamingAnalyzeContentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BidiStreamingAnalyzeContentRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BidiStreamingAnalyzeContentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BidiStreamingAnalyzeContentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BidiStreamingAnalyzeContentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BidiStreamingAnalyzeContentRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BidiStreamingAnalyzeContentRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BidiStreamingAnalyzeContentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BidiStreamingAnalyzeContentRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BidiStreamingAnalyzeContentRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BidiStreamingAnalyzeContentRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BidiStreamingAnalyzeContentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BidiStreamingAnalyzeContentRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BidiStreamingAnalyzeContentRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BidiStreamingAnalyzeContentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BidiStreamingAnalyzeContentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BidiStreamingAnalyzeContentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BidiStreamingAnalyzeContentRequest> parser()
Returns
Type Description
Parser<BidiStreamingAnalyzeContentRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getConfig()

public BidiStreamingAnalyzeContentRequest.Config getConfig()

The config message for this conversation.

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Config config = 1;

Returns
Type Description
BidiStreamingAnalyzeContentRequest.Config

The config.

getConfigOrBuilder()

public BidiStreamingAnalyzeContentRequest.ConfigOrBuilder getConfigOrBuilder()

The config message for this conversation.

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Config config = 1;

Returns
Type Description
BidiStreamingAnalyzeContentRequest.ConfigOrBuilder

getDefaultInstanceForType()

public BidiStreamingAnalyzeContentRequest getDefaultInstanceForType()
Returns
Type Description
BidiStreamingAnalyzeContentRequest

getInput()

public BidiStreamingAnalyzeContentRequest.Input getInput()

Text, audio or other multi-modality inputs. This is the second and following messages sent by the client.

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Input input = 2;

Returns
Type Description
BidiStreamingAnalyzeContentRequest.Input

The input.

getInputOrBuilder()

public BidiStreamingAnalyzeContentRequest.InputOrBuilder getInputOrBuilder()

Text, audio or other multi-modality inputs. This is the second and following messages sent by the client.

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Input input = 2;

Returns
Type Description
BidiStreamingAnalyzeContentRequest.InputOrBuilder

getParserForType()

public Parser<BidiStreamingAnalyzeContentRequest> getParserForType()
Returns
Type Description
Parser<BidiStreamingAnalyzeContentRequest>
Overrides

getRequestCase()

public BidiStreamingAnalyzeContentRequest.RequestCase getRequestCase()
Returns
Type Description
BidiStreamingAnalyzeContentRequest.RequestCase

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasConfig()

public boolean hasConfig()

The config message for this conversation.

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Config config = 1;

Returns
Type Description
boolean

Whether the config field is set.

hasInput()

public boolean hasInput()

Text, audio or other multi-modality inputs. This is the second and following messages sent by the client.

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Input input = 2;

Returns
Type Description
boolean

Whether the input field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BidiStreamingAnalyzeContentRequest.Builder newBuilderForType()
Returns
Type Description
BidiStreamingAnalyzeContentRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BidiStreamingAnalyzeContentRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BidiStreamingAnalyzeContentRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BidiStreamingAnalyzeContentRequest.Builder toBuilder()
Returns
Type Description
BidiStreamingAnalyzeContentRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException