Interface GenerateGroundedContentResponse.Candidate.GroundingMetadata.ImageMetadata.WebsiteInfoOrBuilder (0.58.0)

public static interface GenerateGroundedContentResponse.Candidate.GroundingMetadata.ImageMetadata.WebsiteInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTitle()

public abstract String getTitle()

The title of the website.

string title = 2;

Returns
Type Description
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

The title of the website.

string title = 2;

Returns
Type Description
ByteString

The bytes for title.

getUri()

public abstract String getUri()

The url of the website.

string uri = 1;

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

The url of the website.

string uri = 1;

Returns
Type Description
ByteString

The bytes for uri.