Package io.temporal.api.update.v1
Interface MetaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta,Meta.Builder
@Generated(value="protoc", comments="annotations:MetaOrBuilder.java.pb.meta") public interface MetaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdentity()A string identifying the agent that requested this Update.com.google.protobuf.ByteStringgetIdentityBytes()A string identifying the agent that requested this Update.java.lang.StringgetUpdateId()An ID with workflow-scoped uniqueness for this Update.com.google.protobuf.ByteStringgetUpdateIdBytes()An ID with workflow-scoped uniqueness for this Update.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUpdateId
java.lang.String getUpdateId()
An ID with workflow-scoped uniqueness for this Update.
string update_id = 1;- Returns:
- The updateId.
-
getUpdateIdBytes
com.google.protobuf.ByteString getUpdateIdBytes()
An ID with workflow-scoped uniqueness for this Update.
string update_id = 1;- Returns:
- The bytes for updateId.
-
getIdentity
java.lang.String getIdentity()
A string identifying the agent that requested this Update.
string identity = 2;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()
A string identifying the agent that requested this Update.
string identity = 2;- Returns:
- The bytes for identity.
-
-