public interface BundleElementOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDocument()
public abstract Document getDocument()
.google.firestore.v1.Document document = 4;
Type | Description |
Document | The document. |
getDocumentMetadata()
public abstract BundledDocumentMetadata getDocumentMetadata()
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
Type | Description |
BundledDocumentMetadata | The documentMetadata. |
getDocumentMetadataOrBuilder()
public abstract BundledDocumentMetadataOrBuilder getDocumentMetadataOrBuilder()
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
Type | Description |
BundledDocumentMetadataOrBuilder |
getDocumentOrBuilder()
public abstract DocumentOrBuilder getDocumentOrBuilder()
.google.firestore.v1.Document document = 4;
Type | Description |
DocumentOrBuilder |
getElementTypeCase()
public abstract BundleElement.ElementTypeCase getElementTypeCase()
Type | Description |
BundleElement.ElementTypeCase |
getMetadata()
public abstract BundleMetadata getMetadata()
.google.firestore.bundle.BundleMetadata metadata = 1;
Type | Description |
BundleMetadata | The metadata. |
getMetadataOrBuilder()
public abstract BundleMetadataOrBuilder getMetadataOrBuilder()
.google.firestore.bundle.BundleMetadata metadata = 1;
Type | Description |
BundleMetadataOrBuilder |
getNamedQuery()
public abstract NamedQuery getNamedQuery()
.google.firestore.bundle.NamedQuery named_query = 2;
Type | Description |
NamedQuery | The namedQuery. |
getNamedQueryOrBuilder()
public abstract NamedQueryOrBuilder getNamedQueryOrBuilder()
.google.firestore.bundle.NamedQuery named_query = 2;
Type | Description |
NamedQueryOrBuilder |
hasDocument()
public abstract boolean hasDocument()
.google.firestore.v1.Document document = 4;
Type | Description |
boolean | Whether the document field is set. |
hasDocumentMetadata()
public abstract boolean hasDocumentMetadata()
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
Type | Description |
boolean | Whether the documentMetadata field is set. |
hasMetadata()
public abstract boolean hasMetadata()
.google.firestore.bundle.BundleMetadata metadata = 1;
Type | Description |
boolean | Whether the metadata field is set. |
hasNamedQuery()
public abstract boolean hasNamedQuery()
.google.firestore.bundle.NamedQuery named_query = 2;
Type | Description |
boolean | Whether the namedQuery field is set. |