public interface BundleElementOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Document |
getDocument()
.google.firestore.v1.Document document = 4; |
BundledDocumentMetadata |
getDocumentMetadata()
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; |
BundledDocumentMetadataOrBuilder |
getDocumentMetadataOrBuilder()
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; |
DocumentOrBuilder |
getDocumentOrBuilder()
.google.firestore.v1.Document document = 4; |
BundleElement.ElementTypeCase |
getElementTypeCase() |
BundleMetadata |
getMetadata()
.google.firestore.bundle.BundleMetadata metadata = 1; |
BundleMetadataOrBuilder |
getMetadataOrBuilder()
.google.firestore.bundle.BundleMetadata metadata = 1; |
NamedQuery |
getNamedQuery()
.google.firestore.bundle.NamedQuery named_query = 2; |
NamedQueryOrBuilder |
getNamedQueryOrBuilder()
.google.firestore.bundle.NamedQuery named_query = 2; |
boolean |
hasDocument()
.google.firestore.v1.Document document = 4; |
boolean |
hasDocumentMetadata()
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3; |
boolean |
hasMetadata()
.google.firestore.bundle.BundleMetadata metadata = 1; |
boolean |
hasNamedQuery()
.google.firestore.bundle.NamedQuery named_query = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMetadata()
.google.firestore.bundle.BundleMetadata metadata = 1;
BundleMetadata getMetadata()
.google.firestore.bundle.BundleMetadata metadata = 1;
BundleMetadataOrBuilder getMetadataOrBuilder()
.google.firestore.bundle.BundleMetadata metadata = 1;
boolean hasNamedQuery()
.google.firestore.bundle.NamedQuery named_query = 2;
NamedQuery getNamedQuery()
.google.firestore.bundle.NamedQuery named_query = 2;
NamedQueryOrBuilder getNamedQueryOrBuilder()
.google.firestore.bundle.NamedQuery named_query = 2;
boolean hasDocumentMetadata()
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
BundledDocumentMetadata getDocumentMetadata()
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
BundledDocumentMetadataOrBuilder getDocumentMetadataOrBuilder()
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
boolean hasDocument()
.google.firestore.v1.Document document = 4;
Document getDocument()
.google.firestore.v1.Document document = 4;
DocumentOrBuilder getDocumentOrBuilder()
.google.firestore.v1.Document document = 4;
BundleElement.ElementTypeCase getElementTypeCase()
Copyright © 2023 Google LLC. All rights reserved.