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

com.google.appengine.repackaged.com.google.datastore.v1.CompositeFilterOrBuilder Maven / Gradle / Ivy

Go to download

API for Google App Engine standard environment with some of the dependencies shaded (repackaged)

There is a newer version: 2.0.27
Show newest version
/*
 * Copyright 2020 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/datastore/v1/query.proto

package com.google.datastore.v1;

public interface CompositeFilterOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.datastore.v1.CompositeFilter)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The operator for combining multiple filters.
   * 
* * .google.datastore.v1.CompositeFilter.Operator op = 1; * * @return The enum numeric value on the wire for op. */ int getOpValue(); /** * * *
   * The operator for combining multiple filters.
   * 
* * .google.datastore.v1.CompositeFilter.Operator op = 1; * * @return The op. */ com.google.datastore.v1.CompositeFilter.Operator getOp(); /** * * *
   * The list of filters to combine.
   * Requires:
   * * At least one filter is present.
   * 
* * repeated .google.datastore.v1.Filter filters = 2; */ java.util.List getFiltersList(); /** * * *
   * The list of filters to combine.
   * Requires:
   * * At least one filter is present.
   * 
* * repeated .google.datastore.v1.Filter filters = 2; */ com.google.datastore.v1.Filter getFilters(int index); /** * * *
   * The list of filters to combine.
   * Requires:
   * * At least one filter is present.
   * 
* * repeated .google.datastore.v1.Filter filters = 2; */ int getFiltersCount(); /** * * *
   * The list of filters to combine.
   * Requires:
   * * At least one filter is present.
   * 
* * repeated .google.datastore.v1.Filter filters = 2; */ java.util.List getFiltersOrBuilderList(); /** * * *
   * The list of filters to combine.
   * Requires:
   * * At least one filter is present.
   * 
* * repeated .google.datastore.v1.Filter filters = 2; */ com.google.datastore.v1.FilterOrBuilder getFiltersOrBuilder(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy