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

io.temporal.api.taskqueue.v1.TimestampedBuildIdAssignmentRuleOrBuilder Maven / Gradle / Ivy

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

package io.temporal.api.taskqueue.v1;

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

  /**
   * .temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;
   * @return Whether the rule field is set.
   */
  boolean hasRule();
  /**
   * .temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;
   * @return The rule.
   */
  io.temporal.api.taskqueue.v1.BuildIdAssignmentRule getRule();
  /**
   * .temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;
   */
  io.temporal.api.taskqueue.v1.BuildIdAssignmentRuleOrBuilder getRuleOrBuilder();

  /**
   * .google.protobuf.Timestamp create_time = 2;
   * @return Whether the createTime field is set.
   */
  boolean hasCreateTime();
  /**
   * .google.protobuf.Timestamp create_time = 2;
   * @return The createTime.
   */
  com.google.protobuf.Timestamp getCreateTime();
  /**
   * .google.protobuf.Timestamp create_time = 2;
   */
  com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy