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

java.io.deephaven.proto.backplane.grpc.SearchConditionOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.36.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: deephaven/proto/table.proto

// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;

public interface SearchConditionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.SearchCondition)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string search_string = 1;
   * @return The searchString.
   */
  java.lang.String getSearchString();
  /**
   * string search_string = 1;
   * @return The bytes for searchString.
   */
  com.google.protobuf.ByteString
      getSearchStringBytes();

  /**
   * repeated .io.deephaven.proto.backplane.grpc.Reference optional_references = 2;
   */
  java.util.List 
      getOptionalReferencesList();
  /**
   * repeated .io.deephaven.proto.backplane.grpc.Reference optional_references = 2;
   */
  io.deephaven.proto.backplane.grpc.Reference getOptionalReferences(int index);
  /**
   * repeated .io.deephaven.proto.backplane.grpc.Reference optional_references = 2;
   */
  int getOptionalReferencesCount();
  /**
   * repeated .io.deephaven.proto.backplane.grpc.Reference optional_references = 2;
   */
  java.util.List 
      getOptionalReferencesOrBuilderList();
  /**
   * repeated .io.deephaven.proto.backplane.grpc.Reference optional_references = 2;
   */
  io.deephaven.proto.backplane.grpc.ReferenceOrBuilder getOptionalReferencesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy