public static interface GroundingChunk.WebOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTitle()
public abstract String getTitle()
Title of the chunk.
optional string title = 2;
Returns | |
---|---|
Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()
Title of the chunk.
optional string title = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for title. |
getUri()
public abstract String getUri()
URI reference of the chunk.
optional string uri = 1;
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
URI reference of the chunk.
optional string uri = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |
hasTitle()
public abstract boolean hasTitle()
Title of the chunk.
optional string title = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the title field is set. |
hasUri()
public abstract boolean hasUri()
URI reference of the chunk.
optional string uri = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the uri field is set. |