com.exactpro.th2.read.db.grpc.DbPullResetStateOrBuilder 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 DbPullResetStateOrBuilder extends
// @@protoc_insertion_point(interface_extends:th2.read_db.DbPullResetState)
com.google.protobuf.MessageOrBuilder {
/**
* .google.protobuf.Timestamp after_date = 1;
* @return Whether the afterDate field is set.
*/
boolean hasAfterDate();
/**
* .google.protobuf.Timestamp after_date = 1;
* @return The afterDate.
*/
com.google.protobuf.Timestamp getAfterDate();
/**
* .google.protobuf.Timestamp after_date = 1;
*/
com.google.protobuf.TimestampOrBuilder getAfterDateOrBuilder();
/**
*
* Only time units matter, value must contains '1970-01-01' date
*
*
* .google.protobuf.Timestamp after_time = 2;
* @return Whether the afterTime field is set.
*/
boolean hasAfterTime();
/**
*
* Only time units matter, value must contains '1970-01-01' date
*
*
* .google.protobuf.Timestamp after_time = 2;
* @return The afterTime.
*/
com.google.protobuf.Timestamp getAfterTime();
/**
*
* Only time units matter, value must contains '1970-01-01' date
*
*
* .google.protobuf.Timestamp after_time = 2;
*/
com.google.protobuf.TimestampOrBuilder getAfterTimeOrBuilder();
}