Interface BundleElementOrBuilder (3.1.0)

public interface BundleElementOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDocument()

public abstract Document getDocument()

.google.firestore.v1.Document document = 4;

Returns
TypeDescription
Document

The document.

getDocumentMetadata()

public abstract BundledDocumentMetadata getDocumentMetadata()

.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;

Returns
TypeDescription
BundledDocumentMetadata

The documentMetadata.

getDocumentMetadataOrBuilder()

public abstract BundledDocumentMetadataOrBuilder getDocumentMetadataOrBuilder()

.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;

Returns
TypeDescription
BundledDocumentMetadataOrBuilder

getDocumentOrBuilder()

public abstract DocumentOrBuilder getDocumentOrBuilder()

.google.firestore.v1.Document document = 4;

Returns
TypeDescription
DocumentOrBuilder

getElementTypeCase()

public abstract BundleElement.ElementTypeCase getElementTypeCase()
Returns
TypeDescription
BundleElement.ElementTypeCase

getMetadata()

public abstract BundleMetadata getMetadata()

.google.firestore.bundle.BundleMetadata metadata = 1;

Returns
TypeDescription
BundleMetadata

The metadata.

getMetadataOrBuilder()

public abstract BundleMetadataOrBuilder getMetadataOrBuilder()

.google.firestore.bundle.BundleMetadata metadata = 1;

Returns
TypeDescription
BundleMetadataOrBuilder

getNamedQuery()

public abstract NamedQuery getNamedQuery()

.google.firestore.bundle.NamedQuery named_query = 2;

Returns
TypeDescription
NamedQuery

The namedQuery.

getNamedQueryOrBuilder()

public abstract NamedQueryOrBuilder getNamedQueryOrBuilder()

.google.firestore.bundle.NamedQuery named_query = 2;

Returns
TypeDescription
NamedQueryOrBuilder

hasDocument()

public abstract boolean hasDocument()

.google.firestore.v1.Document document = 4;

Returns
TypeDescription
boolean

Whether the document field is set.

hasDocumentMetadata()

public abstract boolean hasDocumentMetadata()

.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;

Returns
TypeDescription
boolean

Whether the documentMetadata field is set.

hasMetadata()

public abstract boolean hasMetadata()

.google.firestore.bundle.BundleMetadata metadata = 1;

Returns
TypeDescription
boolean

Whether the metadata field is set.

hasNamedQuery()

public abstract boolean hasNamedQuery()

.google.firestore.bundle.NamedQuery named_query = 2;

Returns
TypeDescription
boolean

Whether the namedQuery field is set.