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

    Modifier and Type
    Method
    Description
    Title of the chunk.
    com.google.protobuf.ByteString
    Title of the chunk.
    URI reference of the chunk.
    com.google.protobuf.ByteString
    URI reference of the chunk.
    boolean
    Title of the chunk.
    boolean
    URI reference of the chunk.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.