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

com.exactpro.th2.read.db.grpc.QueryRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.0.10-dev
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: th2_grpc_read_db/read_db.proto

package com.exactpro.th2.read.db.grpc;

public interface QueryRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:th2.read_db.QueryRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .th2.read_db.SourceId source_id = 1;
   * @return Whether the sourceId field is set.
   */
  boolean hasSourceId();
  /**
   * .th2.read_db.SourceId source_id = 1;
   * @return The sourceId.
   */
  com.exactpro.th2.read.db.grpc.SourceId getSourceId();
  /**
   * .th2.read_db.SourceId source_id = 1;
   */
  com.exactpro.th2.read.db.grpc.SourceIdOrBuilder getSourceIdOrBuilder();

  /**
   * .th2.read_db.QueryId query_id = 2;
   * @return Whether the queryId field is set.
   */
  boolean hasQueryId();
  /**
   * .th2.read_db.QueryId query_id = 2;
   * @return The queryId.
   */
  com.exactpro.th2.read.db.grpc.QueryId getQueryId();
  /**
   * .th2.read_db.QueryId query_id = 2;
   */
  com.exactpro.th2.read.db.grpc.QueryIdOrBuilder getQueryIdOrBuilder();

  /**
   * .th2.read_db.QueryParameters parameters = 3;
   * @return Whether the parameters field is set.
   */
  boolean hasParameters();
  /**
   * .th2.read_db.QueryParameters parameters = 3;
   * @return The parameters.
   */
  com.exactpro.th2.read.db.grpc.QueryParameters getParameters();
  /**
   * .th2.read_db.QueryParameters parameters = 3;
   */
  com.exactpro.th2.read.db.grpc.QueryParametersOrBuilder getParametersOrBuilder();

  /**
   * .th2.read_db.AssociatedMessageType associated_message_type = 4;
   * @return Whether the associatedMessageType field is set.
   */
  boolean hasAssociatedMessageType();
  /**
   * .th2.read_db.AssociatedMessageType associated_message_type = 4;
   * @return The associatedMessageType.
   */
  com.exactpro.th2.read.db.grpc.AssociatedMessageType getAssociatedMessageType();
  /**
   * .th2.read_db.AssociatedMessageType associated_message_type = 4;
   */
  com.exactpro.th2.read.db.grpc.AssociatedMessageTypeOrBuilder getAssociatedMessageTypeOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy