Class GroundingChunk.Web.Builder (1.43.0)

public static final class GroundingChunk.Web.Builder extends GeneratedMessage.Builder<GroundingChunk.Web.Builder> implements GroundingChunk.WebOrBuilder

Chunk from the web.

Protobuf type google.cloud.vertexai.v1.GroundingChunk.Web

Static Methods

getDescriptor()

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

Methods

build()

public GroundingChunk.Web build()
Returns
Type Description
GroundingChunk.Web

buildPartial()

public GroundingChunk.Web buildPartial()
Returns
Type Description
GroundingChunk.Web

clear()

public GroundingChunk.Web.Builder clear()
Returns
Type Description
GroundingChunk.Web.Builder
Overrides

clearTitle()

public GroundingChunk.Web.Builder clearTitle()

Title of the chunk.

optional string title = 2;

Returns
Type Description
GroundingChunk.Web.Builder

This builder for chaining.

clearUri()

public GroundingChunk.Web.Builder clearUri()

URI reference of the chunk.

optional string uri = 1;

Returns
Type Description
GroundingChunk.Web.Builder

This builder for chaining.

getDefaultInstanceForType()

public GroundingChunk.Web getDefaultInstanceForType()
Returns
Type Description
GroundingChunk.Web

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getTitle()

public String getTitle()

Title of the chunk.

optional string title = 2;

Returns
Type Description
String

The title.

getTitleBytes()

public ByteString getTitleBytes()

Title of the chunk.

optional string title = 2;

Returns
Type Description
ByteString

The bytes for title.

getUri()

public String getUri()

URI reference of the chunk.

optional string uri = 1;

Returns
Type Description
String

The uri.

getUriBytes()

public ByteString getUriBytes()

URI reference of the chunk.

optional string uri = 1;

Returns
Type Description
ByteString

The bytes for uri.

hasTitle()

public boolean hasTitle()

Title of the chunk.

optional string title = 2;

Returns
Type Description
boolean

Whether the title field is set.

hasUri()

public boolean hasUri()

URI reference of the chunk.

optional string uri = 1;

Returns
Type Description
boolean

Whether the uri field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GroundingChunk.Web other)

public GroundingChunk.Web.Builder mergeFrom(GroundingChunk.Web other)
Parameter
Name Description
other GroundingChunk.Web
Returns
Type Description
GroundingChunk.Web.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GroundingChunk.Web.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GroundingChunk.Web.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GroundingChunk.Web.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GroundingChunk.Web.Builder
Overrides

setTitle(String value)

public GroundingChunk.Web.Builder setTitle(String value)

Title of the chunk.

optional string title = 2;

Parameter
Name Description
value String

The title to set.

Returns
Type Description
GroundingChunk.Web.Builder

This builder for chaining.

setTitleBytes(ByteString value)

public GroundingChunk.Web.Builder setTitleBytes(ByteString value)

Title of the chunk.

optional string title = 2;

Parameter
Name Description
value ByteString

The bytes for title to set.

Returns
Type Description
GroundingChunk.Web.Builder

This builder for chaining.

setUri(String value)

public GroundingChunk.Web.Builder setUri(String value)

URI reference of the chunk.

optional string uri = 1;

Parameter
Name Description
value String

The uri to set.

Returns
Type Description
GroundingChunk.Web.Builder

This builder for chaining.

setUriBytes(ByteString value)

public GroundingChunk.Web.Builder setUriBytes(ByteString value)

URI reference of the chunk.

optional string uri = 1;

Parameter
Name Description
value ByteString

The bytes for uri to set.

Returns
Type Description
GroundingChunk.Web.Builder

This builder for chaining.