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

com.clarifai.grpc.api.TimeRangeOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/resources.proto

package com.clarifai.grpc.api;

public interface TimeRangeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.TimeRange)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Begin of the time range, optional, inclusive.
   * 
* * .google.protobuf.Timestamp start_time = 1; * @return Whether the startTime field is set. */ boolean hasStartTime(); /** *
   * Begin of the time range, optional, inclusive.
   * 
* * .google.protobuf.Timestamp start_time = 1; * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** *
   * Begin of the time range, optional, inclusive.
   * 
* * .google.protobuf.Timestamp start_time = 1; */ com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** *
   * End of the time range, optional, inclusive.
   * 
* * .google.protobuf.Timestamp end_time = 2; * @return Whether the endTime field is set. */ boolean hasEndTime(); /** *
   * End of the time range, optional, inclusive.
   * 
* * .google.protobuf.Timestamp end_time = 2; * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** *
   * End of the time range, optional, inclusive.
   * 
* * .google.protobuf.Timestamp end_time = 2; */ com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy