public static interface GroundingAttribution.WebOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTitle()
public abstract String getTitle()
Output only. Title of the attribution.
string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()
Output only. Title of the attribution.
string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |