com.google.firestore.bundle.BundledDocumentMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-firestore-bundle-v1 Show documentation
Show all versions of proto-google-cloud-firestore-bundle-v1 Show documentation
PROTO library for proto-google-cloud-firestore-bundle-v1
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/firestore/bundle/bundle.proto
// Protobuf Java Version: 3.25.3
package com.google.firestore.bundle;
/**
*
*
*
* Metadata describing a Firestore document saved in the bundle.
*
*
* Protobuf type {@code google.firestore.bundle.BundledDocumentMetadata}
*/
public final class BundledDocumentMetadata extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.firestore.bundle.BundledDocumentMetadata)
BundledDocumentMetadataOrBuilder {
private static final long serialVersionUID = 0L;
// Use BundledDocumentMetadata.newBuilder() to construct.
private BundledDocumentMetadata(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private BundledDocumentMetadata() {
name_ = "";
queries_ = com.google.protobuf.LazyStringArrayList.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new BundledDocumentMetadata();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.firestore.bundle.BundleProto
.internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.firestore.bundle.BundleProto
.internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.firestore.bundle.BundledDocumentMetadata.class,
com.google.firestore.bundle.BundledDocumentMetadata.Builder.class);
}
private int bitField0_;
public static final int NAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
*
*
*
* The document key of a bundled document.
*
*
* string name = 1;
*
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
}
}
/**
*
*
*
* The document key of a bundled document.
*
*
* string name = 1;
*
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int READ_TIME_FIELD_NUMBER = 2;
private com.google.protobuf.Timestamp readTime_;
/**
*
*
*
* The snapshot version of the document data bundled.
*
*
* .google.protobuf.Timestamp read_time = 2;
*
* @return Whether the readTime field is set.
*/
@java.lang.Override
public boolean hasReadTime() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* The snapshot version of the document data bundled.
*
*
* .google.protobuf.Timestamp read_time = 2;
*
* @return The readTime.
*/
@java.lang.Override
public com.google.protobuf.Timestamp getReadTime() {
return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
}
/**
*
*
*
* The snapshot version of the document data bundled.
*
*
* .google.protobuf.Timestamp read_time = 2;
*/
@java.lang.Override
public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
}
public static final int EXISTS_FIELD_NUMBER = 3;
private boolean exists_ = false;
/**
*
*
*
* Whether the document exists.
*
*
* bool exists = 3;
*
* @return The exists.
*/
@java.lang.Override
public boolean getExists() {
return exists_;
}
public static final int QUERIES_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private com.google.protobuf.LazyStringArrayList queries_ =
com.google.protobuf.LazyStringArrayList.emptyList();
/**
*
*
*
* The names of the queries in this bundle that this document matches to.
*
*
* repeated string queries = 4;
*
* @return A list containing the queries.
*/
public com.google.protobuf.ProtocolStringList getQueriesList() {
return queries_;
}
/**
*
*
*
* The names of the queries in this bundle that this document matches to.
*
*
* repeated string queries = 4;
*
* @return The count of queries.
*/
public int getQueriesCount() {
return queries_.size();
}
/**
*
*
*
* The names of the queries in this bundle that this document matches to.
*
*
* repeated string queries = 4;
*
* @param index The index of the element to return.
* @return The queries at the given index.
*/
public java.lang.String getQueries(int index) {
return queries_.get(index);
}
/**
*
*
*
* The names of the queries in this bundle that this document matches to.
*
*
* repeated string queries = 4;
*
* @param index The index of the value to return.
* @return The bytes of the queries at the given index.
*/
public com.google.protobuf.ByteString getQueriesBytes(int index) {
return queries_.getByteString(index);
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(2, getReadTime());
}
if (exists_ != false) {
output.writeBool(3, exists_);
}
for (int i = 0; i < queries_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, queries_.getRaw(i));
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getReadTime());
}
if (exists_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, exists_);
}
{
int dataSize = 0;
for (int i = 0; i < queries_.size(); i++) {
dataSize += computeStringSizeNoTag(queries_.getRaw(i));
}
size += dataSize;
size += 1 * getQueriesList().size();
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.google.firestore.bundle.BundledDocumentMetadata)) {
return super.equals(obj);
}
com.google.firestore.bundle.BundledDocumentMetadata other =
(com.google.firestore.bundle.BundledDocumentMetadata) obj;
if (!getName().equals(other.getName())) return false;
if (hasReadTime() != other.hasReadTime()) return false;
if (hasReadTime()) {
if (!getReadTime().equals(other.getReadTime())) return false;
}
if (getExists() != other.getExists()) return false;
if (!getQueriesList().equals(other.getQueriesList())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
if (hasReadTime()) {
hash = (37 * hash) + READ_TIME_FIELD_NUMBER;
hash = (53 * hash) + getReadTime().hashCode();
}
hash = (37 * hash) + EXISTS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getExists());
if (getQueriesCount() > 0) {
hash = (37 * hash) + QUERIES_FIELD_NUMBER;
hash = (53 * hash) + getQueriesList().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom(
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom(
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom(
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.firestore.bundle.BundledDocumentMetadata parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.firestore.bundle.BundledDocumentMetadata parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.firestore.bundle.BundledDocumentMetadata parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() {
return newBuilder();
}
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.google.firestore.bundle.BundledDocumentMetadata prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
*
*
* Metadata describing a Firestore document saved in the bundle.
*
*
* Protobuf type {@code google.firestore.bundle.BundledDocumentMetadata}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.firestore.bundle.BundledDocumentMetadata)
com.google.firestore.bundle.BundledDocumentMetadataOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.firestore.bundle.BundleProto
.internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.firestore.bundle.BundleProto
.internal_static_google_firestore_bundle_BundledDocumentMetadata_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.firestore.bundle.BundledDocumentMetadata.class,
com.google.firestore.bundle.BundledDocumentMetadata.Builder.class);
}
// Construct using com.google.firestore.bundle.BundledDocumentMetadata.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
getReadTimeFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
name_ = "";
readTime_ = null;
if (readTimeBuilder_ != null) {
readTimeBuilder_.dispose();
readTimeBuilder_ = null;
}
exists_ = false;
queries_ = com.google.protobuf.LazyStringArrayList.emptyList();
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.firestore.bundle.BundleProto
.internal_static_google_firestore_bundle_BundledDocumentMetadata_descriptor;
}
@java.lang.Override
public com.google.firestore.bundle.BundledDocumentMetadata getDefaultInstanceForType() {
return com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance();
}
@java.lang.Override
public com.google.firestore.bundle.BundledDocumentMetadata build() {
com.google.firestore.bundle.BundledDocumentMetadata result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.firestore.bundle.BundledDocumentMetadata buildPartial() {
com.google.firestore.bundle.BundledDocumentMetadata result =
new com.google.firestore.bundle.BundledDocumentMetadata(this);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartial0(com.google.firestore.bundle.BundledDocumentMetadata result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.name_ = name_;
}
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000002) != 0)) {
result.readTime_ = readTimeBuilder_ == null ? readTime_ : readTimeBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.exists_ = exists_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
queries_.makeImmutable();
result.queries_ = queries_;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.firestore.bundle.BundledDocumentMetadata) {
return mergeFrom((com.google.firestore.bundle.BundledDocumentMetadata) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.firestore.bundle.BundledDocumentMetadata other) {
if (other == com.google.firestore.bundle.BundledDocumentMetadata.getDefaultInstance())
return this;
if (!other.getName().isEmpty()) {
name_ = other.name_;
bitField0_ |= 0x00000001;
onChanged();
}
if (other.hasReadTime()) {
mergeReadTime(other.getReadTime());
}
if (other.getExists() != false) {
setExists(other.getExists());
}
if (!other.queries_.isEmpty()) {
if (queries_.isEmpty()) {
queries_ = other.queries_;
bitField0_ |= 0x00000008;
} else {
ensureQueriesIsMutable();
queries_.addAll(other.queries_);
}
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10:
{
name_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 10
case 18:
{
input.readMessage(getReadTimeFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000002;
break;
} // case 18
case 24:
{
exists_ = input.readBool();
bitField0_ |= 0x00000004;
break;
} // case 24
case 34:
{
java.lang.String s = input.readStringRequireUtf8();
ensureQueriesIsMutable();
queries_.add(s);
break;
} // case 34
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private java.lang.Object name_ = "";
/**
*
*
*
* The document key of a bundled document.
*
*
* string name = 1;
*
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* The document key of a bundled document.
*
*
* string name = 1;
*
* @return The bytes for name.
*/
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* The document key of a bundled document.
*
*
* string name = 1;
*
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
name_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* The document key of a bundled document.
*
*
* string name = 1;
*
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
*
*
*
* The document key of a bundled document.
*
*
* string name = 1;
*
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
name_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private com.google.protobuf.Timestamp readTime_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
readTimeBuilder_;
/**
*
*
*
* The snapshot version of the document data bundled.
*
*
* .google.protobuf.Timestamp read_time = 2;
*
* @return Whether the readTime field is set.
*/
public boolean hasReadTime() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
*
*
* The snapshot version of the document data bundled.
*
*
* .google.protobuf.Timestamp read_time = 2;
*
* @return The readTime.
*/
public com.google.protobuf.Timestamp getReadTime() {
if (readTimeBuilder_ == null) {
return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
} else {
return readTimeBuilder_.getMessage();
}
}
/**
*
*
*
* The snapshot version of the document data bundled.
*
*
* .google.protobuf.Timestamp read_time = 2;
*/
public Builder setReadTime(com.google.protobuf.Timestamp value) {
if (readTimeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
readTime_ = value;
} else {
readTimeBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* The snapshot version of the document data bundled.
*
*
* .google.protobuf.Timestamp read_time = 2;
*/
public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) {
if (readTimeBuilder_ == null) {
readTime_ = builderForValue.build();
} else {
readTimeBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* The snapshot version of the document data bundled.
*
*
* .google.protobuf.Timestamp read_time = 2;
*/
public Builder mergeReadTime(com.google.protobuf.Timestamp value) {
if (readTimeBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0)
&& readTime_ != null
&& readTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
getReadTimeBuilder().mergeFrom(value);
} else {
readTime_ = value;
}
} else {
readTimeBuilder_.mergeFrom(value);
}
if (readTime_ != null) {
bitField0_ |= 0x00000002;
onChanged();
}
return this;
}
/**
*
*
*
* The snapshot version of the document data bundled.
*
*
* .google.protobuf.Timestamp read_time = 2;
*/
public Builder clearReadTime() {
bitField0_ = (bitField0_ & ~0x00000002);
readTime_ = null;
if (readTimeBuilder_ != null) {
readTimeBuilder_.dispose();
readTimeBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*
*
* The snapshot version of the document data bundled.
*
*
* .google.protobuf.Timestamp read_time = 2;
*/
public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getReadTimeFieldBuilder().getBuilder();
}
/**
*
*
*
* The snapshot version of the document data bundled.
*
*
* .google.protobuf.Timestamp read_time = 2;
*/
public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
if (readTimeBuilder_ != null) {
return readTimeBuilder_.getMessageOrBuilder();
} else {
return readTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : readTime_;
}
}
/**
*
*
*
* The snapshot version of the document data bundled.
*
*
* .google.protobuf.Timestamp read_time = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
getReadTimeFieldBuilder() {
if (readTimeBuilder_ == null) {
readTimeBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>(
getReadTime(), getParentForChildren(), isClean());
readTime_ = null;
}
return readTimeBuilder_;
}
private boolean exists_;
/**
*
*
*
* Whether the document exists.
*
*
* bool exists = 3;
*
* @return The exists.
*/
@java.lang.Override
public boolean getExists() {
return exists_;
}
/**
*
*
*
* Whether the document exists.
*
*
* bool exists = 3;
*
* @param value The exists to set.
* @return This builder for chaining.
*/
public Builder setExists(boolean value) {
exists_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*
*
* Whether the document exists.
*
*
* bool exists = 3;
*
* @return This builder for chaining.
*/
public Builder clearExists() {
bitField0_ = (bitField0_ & ~0x00000004);
exists_ = false;
onChanged();
return this;
}
private com.google.protobuf.LazyStringArrayList queries_ =
com.google.protobuf.LazyStringArrayList.emptyList();
private void ensureQueriesIsMutable() {
if (!queries_.isModifiable()) {
queries_ = new com.google.protobuf.LazyStringArrayList(queries_);
}
bitField0_ |= 0x00000008;
}
/**
*
*
*
* The names of the queries in this bundle that this document matches to.
*
*
* repeated string queries = 4;
*
* @return A list containing the queries.
*/
public com.google.protobuf.ProtocolStringList getQueriesList() {
queries_.makeImmutable();
return queries_;
}
/**
*
*
*
* The names of the queries in this bundle that this document matches to.
*
*
* repeated string queries = 4;
*
* @return The count of queries.
*/
public int getQueriesCount() {
return queries_.size();
}
/**
*
*
*
* The names of the queries in this bundle that this document matches to.
*
*
* repeated string queries = 4;
*
* @param index The index of the element to return.
* @return The queries at the given index.
*/
public java.lang.String getQueries(int index) {
return queries_.get(index);
}
/**
*
*
*
* The names of the queries in this bundle that this document matches to.
*
*
* repeated string queries = 4;
*
* @param index The index of the value to return.
* @return The bytes of the queries at the given index.
*/
public com.google.protobuf.ByteString getQueriesBytes(int index) {
return queries_.getByteString(index);
}
/**
*
*
*
* The names of the queries in this bundle that this document matches to.
*
*
* repeated string queries = 4;
*
* @param index The index to set the value at.
* @param value The queries to set.
* @return This builder for chaining.
*/
public Builder setQueries(int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureQueriesIsMutable();
queries_.set(index, value);
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* The names of the queries in this bundle that this document matches to.
*
*
* repeated string queries = 4;
*
* @param value The queries to add.
* @return This builder for chaining.
*/
public Builder addQueries(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureQueriesIsMutable();
queries_.add(value);
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* The names of the queries in this bundle that this document matches to.
*
*
* repeated string queries = 4;
*
* @param values The queries to add.
* @return This builder for chaining.
*/
public Builder addAllQueries(java.lang.Iterable values) {
ensureQueriesIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, queries_);
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* The names of the queries in this bundle that this document matches to.
*
*
* repeated string queries = 4;
*
* @return This builder for chaining.
*/
public Builder clearQueries() {
queries_ = com.google.protobuf.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000008);
;
onChanged();
return this;
}
/**
*
*
*
* The names of the queries in this bundle that this document matches to.
*
*
* repeated string queries = 4;
*
* @param value The bytes of the queries to add.
* @return This builder for chaining.
*/
public Builder addQueriesBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureQueriesIsMutable();
queries_.add(value);
bitField0_ |= 0x00000008;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:google.firestore.bundle.BundledDocumentMetadata)
}
// @@protoc_insertion_point(class_scope:google.firestore.bundle.BundledDocumentMetadata)
private static final com.google.firestore.bundle.BundledDocumentMetadata DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.firestore.bundle.BundledDocumentMetadata();
}
public static com.google.firestore.bundle.BundledDocumentMetadata getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public BundledDocumentMetadata parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.google.firestore.bundle.BundledDocumentMetadata getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}