All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.firestore.v1.DocumentRemoveOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.29.1
Show newest version
/*
 * 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/v1/write.proto

// Protobuf Java Version: 3.25.4
package com.google.firestore.v1;

public interface DocumentRemoveOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.firestore.v1.DocumentRemove)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The resource name of the [Document][google.firestore.v1.Document] that has
   * gone out of view.
   * 
* * string document = 1; * * @return The document. */ java.lang.String getDocument(); /** * * *
   * The resource name of the [Document][google.firestore.v1.Document] that has
   * gone out of view.
   * 
* * string document = 1; * * @return The bytes for document. */ com.google.protobuf.ByteString getDocumentBytes(); /** * * *
   * A set of target IDs for targets that previously matched this document.
   * 
* * repeated int32 removed_target_ids = 2; * * @return A list containing the removedTargetIds. */ java.util.List getRemovedTargetIdsList(); /** * * *
   * A set of target IDs for targets that previously matched this document.
   * 
* * repeated int32 removed_target_ids = 2; * * @return The count of removedTargetIds. */ int getRemovedTargetIdsCount(); /** * * *
   * A set of target IDs for targets that previously matched this document.
   * 
* * repeated int32 removed_target_ids = 2; * * @param index The index of the element to return. * @return The removedTargetIds at the given index. */ int getRemovedTargetIds(int index); /** * * *
   * The read timestamp at which the remove was observed.
   *
   * Greater or equal to the `commit_time` of the change/delete/remove.
   * 
* * .google.protobuf.Timestamp read_time = 4; * * @return Whether the readTime field is set. */ boolean hasReadTime(); /** * * *
   * The read timestamp at which the remove was observed.
   *
   * Greater or equal to the `commit_time` of the change/delete/remove.
   * 
* * .google.protobuf.Timestamp read_time = 4; * * @return The readTime. */ com.google.protobuf.Timestamp getReadTime(); /** * * *
   * The read timestamp at which the remove was observed.
   *
   * Greater or equal to the `commit_time` of the change/delete/remove.
   * 
* * .google.protobuf.Timestamp read_time = 4; */ com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy