Class Content.Builder (3.42.0)

public static final class Content.Builder extends GeneratedMessageV3.Builder<Content.Builder> 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 Methods

getDescriptor()

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

Methods

addAllParts(Iterable<? extends Part> values)

public Content.Builder addAllParts(Iterable<? extends Part> values)

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
NameDescription
valuesIterable<? extends com.google.cloud.aiplatform.v1beta1.Part>
Returns
TypeDescription
Content.Builder

addParts(Part value)

public Content.Builder addParts(Part value)

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
NameDescription
valuePart
Returns
TypeDescription
Content.Builder

addParts(Part.Builder builderForValue)

public Content.Builder addParts(Part.Builder builderForValue)

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
NameDescription
builderForValuePart.Builder
Returns
TypeDescription
Content.Builder

addParts(int index, Part value)

public Content.Builder addParts(int index, Part value)

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];

Parameters
NameDescription
indexint
valuePart
Returns
TypeDescription
Content.Builder

addParts(int index, Part.Builder builderForValue)

public Content.Builder addParts(int index, Part.Builder builderForValue)

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];

Parameters
NameDescription
indexint
builderForValuePart.Builder
Returns
TypeDescription
Content.Builder

addPartsBuilder()

public Part.Builder addPartsBuilder()

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
TypeDescription
Part.Builder

addPartsBuilder(int index)

public Part.Builder addPartsBuilder(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
NameDescription
indexint
Returns
TypeDescription
Part.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Content.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Content.Builder
Overrides

build()

public Content build()
Returns
TypeDescription
Content

buildPartial()

public Content buildPartial()
Returns
TypeDescription
Content

clear()

public Content.Builder clear()
Returns
TypeDescription
Content.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Content.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Content.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Content.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Content.Builder
Overrides

clearParts()

public Content.Builder clearParts()

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
TypeDescription
Content.Builder

clearRole()

public Content.Builder clearRole()

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
TypeDescription
Content.Builder

This builder for chaining.

clone()

public Content.Builder clone()
Returns
TypeDescription
Content.Builder
Overrides

getDefaultInstanceForType()

public Content getDefaultInstanceForType()
Returns
TypeDescription
Content

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
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
NameDescription
indexint
Returns
TypeDescription
Part

getPartsBuilder(int index)

public Part.Builder getPartsBuilder(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
NameDescription
indexint
Returns
TypeDescription
Part.Builder

getPartsBuilderList()

public List<Part.Builder> getPartsBuilderList()

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
TypeDescription
List<Builder>

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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for role.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Content other)

public Content.Builder mergeFrom(Content other)
Parameter
NameDescription
otherContent
Returns
TypeDescription
Content.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Content.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Content.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Content.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Content.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Content.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Content.Builder
Overrides

removeParts(int index)

public Content.Builder removeParts(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
NameDescription
indexint
Returns
TypeDescription
Content.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Content.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Content.Builder
Overrides

setParts(int index, Part value)

public Content.Builder setParts(int index, Part value)

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];

Parameters
NameDescription
indexint
valuePart
Returns
TypeDescription
Content.Builder

setParts(int index, Part.Builder builderForValue)

public Content.Builder setParts(int index, Part.Builder builderForValue)

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];

Parameters
NameDescription
indexint
builderForValuePart.Builder
Returns
TypeDescription
Content.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Content.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Content.Builder
Overrides

setRole(String value)

public Content.Builder setRole(String value)

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];

Parameter
NameDescription
valueString

The role to set.

Returns
TypeDescription
Content.Builder

This builder for chaining.

setRoleBytes(ByteString value)

public Content.Builder setRoleBytes(ByteString value)

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];

Parameter
NameDescription
valueByteString

The bytes for role to set.

Returns
TypeDescription
Content.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Content.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Content.Builder
Overrides