ru.tinkoff.piapi.contract.v1.PingOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
package ru.tinkoff.piapi.contract.v1;
public interface PingOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.Ping)
com.google.protobuf.MessageOrBuilder {
/**
*
*Время проверки.
*
*
* .google.protobuf.Timestamp time = 1;
* @return Whether the time field is set.
*/
boolean hasTime();
/**
*
*Время проверки.
*
*
* .google.protobuf.Timestamp time = 1;
* @return The time.
*/
com.google.protobuf.Timestamp getTime();
/**
*
*Время проверки.
*
*
* .google.protobuf.Timestamp time = 1;
*/
com.google.protobuf.TimestampOrBuilder getTimeOrBuilder();
}