Interface PollerInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PollerInfo, PollerInfo.Builder

    @Generated(value="protoc",
               comments="annotations:PollerInfoOrBuilder.java.pb.meta")
    public interface PollerInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIdentity()
      string identity = 2;
      com.google.protobuf.ByteString getIdentityBytes()
      string identity = 2;
      com.google.protobuf.Timestamp getLastAccessTime()
      .google.protobuf.Timestamp last_access_time = 1 [(.gogoproto.stdtime) = true];
      com.google.protobuf.TimestampOrBuilder getLastAccessTimeOrBuilder()
      .google.protobuf.Timestamp last_access_time = 1 [(.gogoproto.stdtime) = true];
      double getRatePerSecond()
      double rate_per_second = 3;
      WorkerVersionCapabilities getWorkerVersionCapabilities()
      If a worker has opted into the worker versioning feature while polling, its capabilities will appear here.
      WorkerVersionCapabilitiesOrBuilder getWorkerVersionCapabilitiesOrBuilder()
      If a worker has opted into the worker versioning feature while polling, its capabilities will appear here.
      boolean hasLastAccessTime()
      .google.protobuf.Timestamp last_access_time = 1 [(.gogoproto.stdtime) = true];
      boolean hasWorkerVersionCapabilities()
      If a worker has opted into the worker versioning feature while polling, its capabilities will appear here.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasLastAccessTime

        boolean hasLastAccessTime()
        .google.protobuf.Timestamp last_access_time = 1 [(.gogoproto.stdtime) = true];
        Returns:
        Whether the lastAccessTime field is set.
      • getLastAccessTime

        com.google.protobuf.Timestamp getLastAccessTime()
        .google.protobuf.Timestamp last_access_time = 1 [(.gogoproto.stdtime) = true];
        Returns:
        The lastAccessTime.
      • getLastAccessTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastAccessTimeOrBuilder()
        .google.protobuf.Timestamp last_access_time = 1 [(.gogoproto.stdtime) = true];
      • getIdentity

        java.lang.String getIdentity()
        string identity = 2;
        Returns:
        The identity.
      • getIdentityBytes

        com.google.protobuf.ByteString getIdentityBytes()
        string identity = 2;
        Returns:
        The bytes for identity.
      • getRatePerSecond

        double getRatePerSecond()
        double rate_per_second = 3;
        Returns:
        The ratePerSecond.
      • hasWorkerVersionCapabilities

        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;
        Returns:
        Whether the workerVersionCapabilities field is set.
      • getWorkerVersionCapabilities

        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;
        Returns:
        The workerVersionCapabilities.
      • getWorkerVersionCapabilitiesOrBuilder

        WorkerVersionCapabilitiesOrBuilder getWorkerVersionCapabilitiesOrBuilder()
         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;