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

io.temporal.api.taskqueue.v1.PollerInfoOrBuilder 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:PollerInfoOrBuilder.java.pb.meta")
public interface PollerInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.taskqueue.v1.PollerInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .google.protobuf.Timestamp last_access_time = 1 [(.gogoproto.stdtime) = true];
   * @return Whether the lastAccessTime field is set.
   */
  boolean hasLastAccessTime();
  /**
   * .google.protobuf.Timestamp last_access_time = 1 [(.gogoproto.stdtime) = true];
   * @return The lastAccessTime.
   */
  com.google.protobuf.Timestamp getLastAccessTime();
  /**
   * .google.protobuf.Timestamp last_access_time = 1 [(.gogoproto.stdtime) = true];
   */
  com.google.protobuf.TimestampOrBuilder getLastAccessTimeOrBuilder();

  /**
   * string identity = 2;
   * @return The identity.
   */
  java.lang.String getIdentity();
  /**
   * string identity = 2;
   * @return The bytes for identity.
   */
  com.google.protobuf.ByteString
      getIdentityBytes();

  /**
   * double rate_per_second = 3;
   * @return The ratePerSecond.
   */
  double getRatePerSecond();

  /**
   * 
   * If a worker has opted into the worker versioning feature while polling, its capabilities will
   * appear here.
   * 
* * .temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 4; * @return Whether the workerVersionCapabilities field is set. */ boolean hasWorkerVersionCapabilities(); /** *
   * If a worker has opted into the worker versioning feature while polling, its capabilities will
   * appear here.
   * 
* * .temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 4; * @return The workerVersionCapabilities. */ io.temporal.api.common.v1.WorkerVersionCapabilities getWorkerVersionCapabilities(); /** *
   * If a worker has opted into the worker versioning feature while polling, its capabilities will
   * appear here.
   * 
* * .temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 4; */ io.temporal.api.common.v1.WorkerVersionCapabilitiesOrBuilder getWorkerVersionCapabilitiesOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy