Package com.google.firestore.bundle
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 Summary
Modifier and TypeMethodDescription.google.firestore.v1.Document document = 4;.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;.google.firestore.v1.Document document = 4;.google.firestore.bundle.BundleMetadata metadata = 1;.google.firestore.bundle.BundleMetadata metadata = 1;.google.firestore.bundle.NamedQuery named_query = 2;.google.firestore.bundle.NamedQuery named_query = 2;boolean.google.firestore.v1.Document document = 4;boolean.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;boolean.google.firestore.bundle.BundleMetadata metadata = 1;boolean.google.firestore.bundle.NamedQuery named_query = 2;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
-
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()
-