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
Modifier and TypeMethodDescriptionA string identifying the agent that requested this Update.com.google.protobuf.ByteStringA string identifying the agent that requested this Update.An ID with workflow-scoped uniqueness for this Update.com.google.protobuf.ByteStringAn ID with workflow-scoped uniqueness for this Update.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
-
getUpdateId
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
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.
-