com.exactpro.th2.read.db.grpc.QueryRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-read-db Show documentation
Show all versions of grpc-read-db Show documentation
gRPC API for executing requests in read-db application
// 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();
}