Interface RequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Request,Request.Builder
@Generated(value="protoc",
comments="annotations:RequestOrBuilder.java.pb.meta")
public interface RequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCompletionCallbacks(int index) Callbacks to be called by the server when this update reaches a terminal state.intCallbacks to be called by the server when this update reaches a terminal state.Callbacks to be called by the server when this update reaches a terminal state.getCompletionCallbacksOrBuilder(int index) Callbacks to be called by the server when this update reaches a terminal state.List<? extends CallbackOrBuilder> Callbacks to be called by the server when this update reaches a terminal state.getInput().temporal.api.update.v1.Input input = 2;.temporal.api.update.v1.Input input = 2;getLinks(int index) Links to be associated with this update.intLinks to be associated with this update.Links to be associated with this update.getLinksOrBuilder(int index) Links to be associated with this update.List<? extends LinkOrBuilder> Links to be associated with this update.getMeta().temporal.api.update.v1.Meta meta = 1;.temporal.api.update.v1.Meta meta = 1;The request ID of the request.com.google.protobuf.ByteStringThe request ID of the request.booleanhasInput().temporal.api.update.v1.Input input = 2;booleanhasMeta().temporal.api.update.v1.Meta meta = 1;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
-
hasMeta
boolean hasMeta().temporal.api.update.v1.Meta meta = 1;- Returns:
- Whether the meta field is set.
-
getMeta
-
getMetaOrBuilder
MetaOrBuilder getMetaOrBuilder().temporal.api.update.v1.Meta meta = 1; -
hasInput
boolean hasInput().temporal.api.update.v1.Input input = 2;- Returns:
- Whether the input field is set.
-
getInput
-
getInputOrBuilder
InputOrBuilder getInputOrBuilder().temporal.api.update.v1.Input input = 2; -
getRequestId
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()The request ID of the request.
string request_id = 3;- Returns:
- The bytes for requestId.
-
getCompletionCallbacksList
-
getCompletionCallbacks
Callbacks to be called by the server when this update reaches a terminal state.
repeated .temporal.api.common.v1.Callback completion_callbacks = 4; -
getCompletionCallbacksCount
int getCompletionCallbacksCount()Callbacks to be called by the server when this update reaches a terminal state.
repeated .temporal.api.common.v1.Callback completion_callbacks = 4; -
getCompletionCallbacksOrBuilderList
List<? extends CallbackOrBuilder> getCompletionCallbacksOrBuilderList()Callbacks to be called by the server when this update reaches a terminal state.
repeated .temporal.api.common.v1.Callback completion_callbacks = 4; -
getCompletionCallbacksOrBuilder
Callbacks to be called by the server when this update reaches a terminal state.
repeated .temporal.api.common.v1.Callback completion_callbacks = 4; -
getLinksList
-
getLinks
Links to be associated with this update.
repeated .temporal.api.common.v1.Link links = 5; -
getLinksCount
int getLinksCount()Links to be associated with this update.
repeated .temporal.api.common.v1.Link links = 5; -
getLinksOrBuilderList
List<? extends LinkOrBuilder> getLinksOrBuilderList()Links to be associated with this update.
repeated .temporal.api.common.v1.Link links = 5; -
getLinksOrBuilder
Links to be associated with this update.
repeated .temporal.api.common.v1.Link links = 5;
-