Interface GroundingAttribution.WebOrBuilder (3.42.0)

public static interface GroundingAttribution.WebOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTitle()

public abstract String getTitle()

Output only. Title of the attribution.

string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Output only. Title of the attribution.

string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for title.

getUri()

public abstract String getUri()

Output only. URI reference of the attribution.

string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Output only. URI reference of the attribution.

string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for uri.