public static interface GroundingChunk.WebOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle()
Title of the chunk.
|
com.google.protobuf.ByteString |
getTitleBytes()
Title of the chunk.
|
String |
getUri()
URI reference of the chunk.
|
com.google.protobuf.ByteString |
getUriBytes()
URI reference of the chunk.
|
boolean |
hasTitle()
Title of the chunk.
|
boolean |
hasUri()
URI reference of the chunk.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUri()
URI reference of the chunk.
optional string uri = 1;String getUri()
URI reference of the chunk.
optional string uri = 1;com.google.protobuf.ByteString getUriBytes()
URI reference of the chunk.
optional string uri = 1;boolean hasTitle()
Title of the chunk.
optional string title = 2;String getTitle()
Title of the chunk.
optional string title = 2;com.google.protobuf.ByteString getTitleBytes()
Title of the chunk.
optional string title = 2;Copyright © 2024 Google LLC. All rights reserved.