Interface BundleElementOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BundleElement, BundleElement.Builder

public interface BundleElementOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetadata

      boolean hasMetadata()
      .google.firestore.bundle.BundleMetadata metadata = 1;
      Returns:
      Whether the metadata field is set.
    • getMetadata

      BundleMetadata getMetadata()
      .google.firestore.bundle.BundleMetadata metadata = 1;
      Returns:
      The metadata.
    • getMetadataOrBuilder

      BundleMetadataOrBuilder getMetadataOrBuilder()
      .google.firestore.bundle.BundleMetadata metadata = 1;
    • hasNamedQuery

      boolean hasNamedQuery()
      .google.firestore.bundle.NamedQuery named_query = 2;
      Returns:
      Whether the namedQuery field is set.
    • getNamedQuery

      NamedQuery getNamedQuery()
      .google.firestore.bundle.NamedQuery named_query = 2;
      Returns:
      The namedQuery.
    • getNamedQueryOrBuilder

      NamedQueryOrBuilder getNamedQueryOrBuilder()
      .google.firestore.bundle.NamedQuery named_query = 2;
    • hasDocumentMetadata

      boolean hasDocumentMetadata()
      .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
      Returns:
      Whether the documentMetadata field is set.
    • getDocumentMetadata

      BundledDocumentMetadata getDocumentMetadata()
      .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
      Returns:
      The documentMetadata.
    • getDocumentMetadataOrBuilder

      BundledDocumentMetadataOrBuilder getDocumentMetadataOrBuilder()
      .google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
    • hasDocument

      boolean hasDocument()
      .google.firestore.v1.Document document = 4;
      Returns:
      Whether the document field is set.
    • getDocument

      Document getDocument()
      .google.firestore.v1.Document document = 4;
      Returns:
      The document.
    • getDocumentOrBuilder

      DocumentOrBuilder getDocumentOrBuilder()
      .google.firestore.v1.Document document = 4;
    • getElementTypeCase

      BundleElement.ElementTypeCase getElementTypeCase()