Class GenerateGroundedContentResponse (0.49.0)

public final class GenerateGroundedContentResponse extends GeneratedMessageV3 implements GenerateGroundedContentResponseOrBuilder

Protobuf type google.cloud.discoveryengine.v1.GenerateGroundedContentResponse

Inheritance

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

Static Fields

CANDIDATES_FIELD_NUMBER

public static final int CANDIDATES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GenerateGroundedContentResponse getDefaultInstance()
Returns
Type Description
GenerateGroundedContentResponse

getDescriptor()

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

newBuilder()

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

newBuilder(GenerateGroundedContentResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCandidates(int index)

public GenerateGroundedContentResponse.Candidate getCandidates(int index)

Generated candidates.

repeated .google.cloud.discoveryengine.v1.GenerateGroundedContentResponse.Candidate candidates = 1;

Parameter
Name Description
index int
Returns
Type Description
GenerateGroundedContentResponse.Candidate

getCandidatesCount()

public int getCandidatesCount()

Generated candidates.

repeated .google.cloud.discoveryengine.v1.GenerateGroundedContentResponse.Candidate candidates = 1;

Returns
Type Description
int

getCandidatesList()

public List<GenerateGroundedContentResponse.Candidate> getCandidatesList()

Generated candidates.

repeated .google.cloud.discoveryengine.v1.GenerateGroundedContentResponse.Candidate candidates = 1;

Returns
Type Description
List<Candidate>

getCandidatesOrBuilder(int index)

public GenerateGroundedContentResponse.CandidateOrBuilder getCandidatesOrBuilder(int index)

Generated candidates.

repeated .google.cloud.discoveryengine.v1.GenerateGroundedContentResponse.Candidate candidates = 1;

Parameter
Name Description
index int
Returns
Type Description
GenerateGroundedContentResponse.CandidateOrBuilder

getCandidatesOrBuilderList()

public List<? extends GenerateGroundedContentResponse.CandidateOrBuilder> getCandidatesOrBuilderList()

Generated candidates.

repeated .google.cloud.discoveryengine.v1.GenerateGroundedContentResponse.Candidate candidates = 1;

Returns
Type Description
List<? extends com.google.cloud.discoveryengine.v1.GenerateGroundedContentResponse.CandidateOrBuilder>

getDefaultInstanceForType()

public GenerateGroundedContentResponse getDefaultInstanceForType()
Returns
Type Description
GenerateGroundedContentResponse

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 GenerateGroundedContentResponse.Builder newBuilderForType()
Returns
Type Description
GenerateGroundedContentResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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