Class GenerateContentResponse.UsageMetadata (3.42.0)

public static final class GenerateContentResponse.UsageMetadata extends GeneratedMessageV3 implements GenerateContentResponse.UsageMetadataOrBuilder

Usage metadata about response(s).

Protobuf type google.cloud.aiplatform.v1beta1.GenerateContentResponse.UsageMetadata

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GenerateContentResponse.UsageMetadata

Static Fields

CANDIDATES_TOKEN_COUNT_FIELD_NUMBER

public static final int CANDIDATES_TOKEN_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

PROMPT_TOKEN_COUNT_FIELD_NUMBER

public static final int PROMPT_TOKEN_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

TOTAL_TOKEN_COUNT_FIELD_NUMBER

public static final int TOTAL_TOKEN_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GenerateContentResponse.UsageMetadata getDefaultInstance()
Returns
TypeDescription
GenerateContentResponse.UsageMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static GenerateContentResponse.UsageMetadata.Builder newBuilder()
Returns
TypeDescription
GenerateContentResponse.UsageMetadata.Builder

newBuilder(GenerateContentResponse.UsageMetadata prototype)

public static GenerateContentResponse.UsageMetadata.Builder newBuilder(GenerateContentResponse.UsageMetadata prototype)
Parameter
NameDescription
prototypeGenerateContentResponse.UsageMetadata
Returns
TypeDescription
GenerateContentResponse.UsageMetadata.Builder

parseDelimitedFrom(InputStream input)

public static GenerateContentResponse.UsageMetadata parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GenerateContentResponse.UsageMetadata
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateContentResponse.UsageMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GenerateContentResponse.UsageMetadata
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GenerateContentResponse.UsageMetadata parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GenerateContentResponse.UsageMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GenerateContentResponse.UsageMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GenerateContentResponse.UsageMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GenerateContentResponse.UsageMetadata parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GenerateContentResponse.UsageMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GenerateContentResponse.UsageMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GenerateContentResponse.UsageMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GenerateContentResponse.UsageMetadata parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GenerateContentResponse.UsageMetadata
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateContentResponse.UsageMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GenerateContentResponse.UsageMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static GenerateContentResponse.UsageMetadata parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GenerateContentResponse.UsageMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateContentResponse.UsageMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GenerateContentResponse.UsageMetadata
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static GenerateContentResponse.UsageMetadata parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
GenerateContentResponse.UsageMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GenerateContentResponse.UsageMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GenerateContentResponse.UsageMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<GenerateContentResponse.UsageMetadata> parser()
Returns
TypeDescription
Parser<UsageMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCandidatesTokenCount()

public int getCandidatesTokenCount()

Number of tokens in the response(s).

int32 candidates_token_count = 2;

Returns
TypeDescription
int

The candidatesTokenCount.

getDefaultInstanceForType()

public GenerateContentResponse.UsageMetadata getDefaultInstanceForType()
Returns
TypeDescription
GenerateContentResponse.UsageMetadata

getParserForType()

public Parser<GenerateContentResponse.UsageMetadata> getParserForType()
Returns
TypeDescription
Parser<UsageMetadata>
Overrides

getPromptTokenCount()

public int getPromptTokenCount()

Number of tokens in the request.

int32 prompt_token_count = 1;

Returns
TypeDescription
int

The promptTokenCount.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTotalTokenCount()

public int getTotalTokenCount()

int32 total_token_count = 3;

Returns
TypeDescription
int

The totalTokenCount.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public GenerateContentResponse.UsageMetadata.Builder newBuilderForType()
Returns
TypeDescription
GenerateContentResponse.UsageMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GenerateContentResponse.UsageMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GenerateContentResponse.UsageMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public GenerateContentResponse.UsageMetadata.Builder toBuilder()
Returns
TypeDescription
GenerateContentResponse.UsageMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException