Class Content (3.44.0)

public final class Content extends GeneratedMessageV3 implements ContentOrBuilder

The base structured datatype containing multi-part content of a message.

A Content includes a role field designating the producer of the Content and a parts field containing multi-part data that contains the content of the message turn.

Protobuf type google.cloud.aiplatform.v1beta1.Content

Implements

ContentOrBuilder

Static Fields

PARTS_FIELD_NUMBER

public static final int PARTS_FIELD_NUMBER
Field Value
Type Description
int

ROLE_FIELD_NUMBER

public static final int ROLE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Content getDefaultInstance()
Returns
Type Description
Content

getDescriptor()

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

newBuilder()

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

newBuilder(Content prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public Content getDefaultInstanceForType()
Returns
Type Description
Content

getParserForType()

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

getParts(int index)

public Part getParts(int index)

Required. Ordered Parts that constitute a single message. Parts may have different IANA MIME types.

repeated .google.cloud.aiplatform.v1beta1.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Part

getPartsCount()

public int getPartsCount()

Required. Ordered Parts that constitute a single message. Parts may have different IANA MIME types.

repeated .google.cloud.aiplatform.v1beta1.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getPartsList()

public List<Part> getPartsList()

Required. Ordered Parts that constitute a single message. Parts may have different IANA MIME types.

repeated .google.cloud.aiplatform.v1beta1.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Part>

getPartsOrBuilder(int index)

public PartOrBuilder getPartsOrBuilder(int index)

Required. Ordered Parts that constitute a single message. Parts may have different IANA MIME types.

repeated .google.cloud.aiplatform.v1beta1.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
PartOrBuilder

getPartsOrBuilderList()

public List<? extends PartOrBuilder> getPartsOrBuilderList()

Required. Ordered Parts that constitute a single message. Parts may have different IANA MIME types.

repeated .google.cloud.aiplatform.v1beta1.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.PartOrBuilder>

getRole()

public String getRole()

Optional. The producer of the content. Must be either 'user' or 'model'.

Useful to set for multi-turn conversations, otherwise can be left blank or unset.

string role = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The role.

getRoleBytes()

public ByteString getRoleBytes()

Optional. The producer of the content. Must be either 'user' or 'model'.

Useful to set for multi-turn conversations, otherwise can be left blank or unset.

string role = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for role.

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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