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.String getIdentity()
      A string identifying the agent that requested this update.
      com.google.protobuf.ByteString getIdentityBytes()
      A string identifying the agent that requested this update.
      java.lang.String getUpdateId()
      An ID with workflow-scoped uniqueness for this update
      com.google.protobuf.ByteString getUpdateIdBytes()
      An ID with workflow-scoped uniqueness for this update
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.