public static interface GenerateGroundedContentResponse.Candidate.GroundingMetadata.ImageMetadata.WebsiteInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSiteDisplayName()
public abstract String getSiteDisplayName()The display name of the website.
string site_display_name = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The siteDisplayName. |
getSiteDisplayNameBytes()
public abstract ByteString getSiteDisplayNameBytes()The display name of the website.
string site_display_name = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for siteDisplayName. |
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. |