Package io.temporal.api.taskqueue.v1
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.StringgetIdentity()string identity = 2;com.google.protobuf.ByteStringgetIdentityBytes()string identity = 2;com.google.protobuf.TimestampgetLastAccessTime().google.protobuf.Timestamp last_access_time = 1;com.google.protobuf.TimestampOrBuildergetLastAccessTimeOrBuilder().google.protobuf.Timestamp last_access_time = 1;doublegetRatePerSecond()double rate_per_second = 3;WorkerVersionCapabilitiesgetWorkerVersionCapabilities()If a worker has opted into the worker versioning feature while polling, its capabilities will appear here.WorkerVersionCapabilitiesOrBuildergetWorkerVersionCapabilitiesOrBuilder()If a worker has opted into the worker versioning feature while polling, its capabilities will appear here.booleanhasLastAccessTime().google.protobuf.Timestamp last_access_time = 1;booleanhasWorkerVersionCapabilities()If a worker has opted into the worker versioning feature while polling, its capabilities will appear here.-
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;- Returns:
- Whether the lastAccessTime field is set.
-
getLastAccessTime
com.google.protobuf.Timestamp getLastAccessTime()
.google.protobuf.Timestamp last_access_time = 1;- Returns:
- The lastAccessTime.
-
getLastAccessTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getLastAccessTimeOrBuilder()
.google.protobuf.Timestamp last_access_time = 1;
-
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;
-
-