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

io.temporal.api.filter.v1.StartTimeFilterOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/filter/v1/message.proto

package io.temporal.api.filter.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:StartTimeFilterOrBuilder.java.pb.meta")
public interface StartTimeFilterOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.filter.v1.StartTimeFilter)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .google.protobuf.Timestamp earliest_time = 1 [(.gogoproto.stdtime) = true];
   * @return Whether the earliestTime field is set.
   */
  boolean hasEarliestTime();
  /**
   * .google.protobuf.Timestamp earliest_time = 1 [(.gogoproto.stdtime) = true];
   * @return The earliestTime.
   */
  com.google.protobuf.Timestamp getEarliestTime();
  /**
   * .google.protobuf.Timestamp earliest_time = 1 [(.gogoproto.stdtime) = true];
   */
  com.google.protobuf.TimestampOrBuilder getEarliestTimeOrBuilder();

  /**
   * .google.protobuf.Timestamp latest_time = 2 [(.gogoproto.stdtime) = true];
   * @return Whether the latestTime field is set.
   */
  boolean hasLatestTime();
  /**
   * .google.protobuf.Timestamp latest_time = 2 [(.gogoproto.stdtime) = true];
   * @return The latestTime.
   */
  com.google.protobuf.Timestamp getLatestTime();
  /**
   * .google.protobuf.Timestamp latest_time = 2 [(.gogoproto.stdtime) = true];
   */
  com.google.protobuf.TimestampOrBuilder getLatestTimeOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy