Interface RecordWorkerHeartbeatRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RecordWorkerHeartbeatRequest,RecordWorkerHeartbeatRequest.Builder
@Generated(value="protoc",
comments="annotations:RecordWorkerHeartbeatRequestOrBuilder.java.pb.meta")
public interface RecordWorkerHeartbeatRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe identity of the client who initiated this request.com.google.protobuf.ByteStringThe identity of the client who initiated this request.Namespace this worker belongs to.com.google.protobuf.ByteStringNamespace this worker belongs to.Resource ID for routing.com.google.protobuf.ByteStringResource ID for routing.getWorkerHeartbeat(int index) repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 3;intrepeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 3;repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 3;getWorkerHeartbeatOrBuilder(int index) repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 3;List<? extends WorkerHeartbeatOrBuilder> repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamespace
String getNamespace()Namespace this worker belongs to.
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()Namespace this worker belongs to.
string namespace = 1;- Returns:
- The bytes for namespace.
-
getIdentity
String getIdentity()The identity of the client who initiated this request.
string identity = 2;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()The identity of the client who initiated this request.
string identity = 2;- Returns:
- The bytes for identity.
-
getWorkerHeartbeatList
List<WorkerHeartbeat> getWorkerHeartbeatList()repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 3; -
getWorkerHeartbeat
repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 3; -
getWorkerHeartbeatCount
int getWorkerHeartbeatCount()repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 3; -
getWorkerHeartbeatOrBuilderList
List<? extends WorkerHeartbeatOrBuilder> getWorkerHeartbeatOrBuilderList()repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 3; -
getWorkerHeartbeatOrBuilder
repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 3; -
getResourceId
String getResourceId()Resource ID for routing. Contains the worker grouping key.
string resource_id = 4;- Returns:
- The resourceId.
-
getResourceIdBytes
com.google.protobuf.ByteString getResourceIdBytes()Resource ID for routing. Contains the worker grouping key.
string resource_id = 4;- Returns:
- The bytes for resourceId.
-