Package com.google.cloud.aiplatform.v1
Interface GroundingChunk.WebOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroundingChunk.Web,GroundingChunk.Web.Builder
- Enclosing class:
- GroundingChunk
public static interface GroundingChunk.WebOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUri
boolean hasUri()URI reference of the chunk.
optional string uri = 1;- Returns:
- Whether the uri field is set.
-
getUri
String getUri()URI reference of the chunk.
optional string uri = 1;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()URI reference of the chunk.
optional string uri = 1;- Returns:
- The bytes for uri.
-
hasTitle
boolean hasTitle()Title of the chunk.
optional string title = 2;- Returns:
- Whether the title field is set.
-
getTitle
String getTitle()Title of the chunk.
optional string title = 2;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()Title of the chunk.
optional string title = 2;- Returns:
- The bytes for title.
-