Class Meta.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, MetaOrBuilder, java.lang.Cloneable
    Enclosing class:
    Meta

    public static final class Meta.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Meta.Builder>
    implements MetaOrBuilder
     Metadata about a workflow execution update.
     
    Protobuf type temporal.api.update.v1.Meta
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Meta.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)  
      Meta build()  
      Meta buildPartial()  
      Meta.Builder clear()  
      Meta.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)  
      Meta.Builder clearIdentity()
      A string identifying the agent that requested this update.
      Meta.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)  
      Meta.Builder clearUpdateId()
      An ID with workflow-scoped uniqueness for this update
      Meta.Builder clone()  
      Meta getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      com.google.protobuf.Descriptors.Descriptor getDescriptorForType()  
      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
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      Meta.Builder mergeFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      Meta.Builder mergeFrom​(com.google.protobuf.Message other)  
      Meta.Builder mergeFrom​(Meta other)  
      Meta.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)  
      Meta.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)  
      Meta.Builder setIdentity​(java.lang.String value)
      A string identifying the agent that requested this update.
      Meta.Builder setIdentityBytes​(com.google.protobuf.ByteString value)
      A string identifying the agent that requested this update.
      Meta.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)  
      Meta.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)  
      Meta.Builder setUpdateId​(java.lang.String value)
      An ID with workflow-scoped uniqueness for this update
      Meta.Builder setUpdateIdBytes​(com.google.protobuf.ByteString value)
      An ID with workflow-scoped uniqueness for this update
      • Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

        getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
      • Methods inherited from class com.google.protobuf.AbstractMessage.Builder

        findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.Message.Builder

        mergeDelimitedFrom, mergeDelimitedFrom
      • Methods inherited from interface com.google.protobuf.MessageLite.Builder

        mergeFrom
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Builder>
      • clear

        public Meta.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Builder>
      • getDefaultInstanceForType

        public Meta getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Meta build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Meta buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Meta.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Builder>
      • setField

        public Meta.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                     java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Builder>
      • clearField

        public Meta.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Builder>
      • clearOneof

        public Meta.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Builder>
      • setRepeatedField

        public Meta.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                             int index,
                                             java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Builder>
      • addRepeatedField

        public Meta.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                             java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Builder>
      • mergeFrom

        public Meta.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Meta.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Builder>
      • mergeFrom

        public Meta.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                               throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Meta.Builder>
        Throws:
        java.io.IOException
      • getUpdateId

        public java.lang.String getUpdateId()
         An ID with workflow-scoped uniqueness for this update
         
        string update_id = 1;
        Specified by:
        getUpdateId in interface MetaOrBuilder
        Returns:
        The updateId.
      • getUpdateIdBytes

        public com.google.protobuf.ByteString getUpdateIdBytes()
         An ID with workflow-scoped uniqueness for this update
         
        string update_id = 1;
        Specified by:
        getUpdateIdBytes in interface MetaOrBuilder
        Returns:
        The bytes for updateId.
      • setUpdateId

        public Meta.Builder setUpdateId​(java.lang.String value)
         An ID with workflow-scoped uniqueness for this update
         
        string update_id = 1;
        Parameters:
        value - The updateId to set.
        Returns:
        This builder for chaining.
      • clearUpdateId

        public Meta.Builder clearUpdateId()
         An ID with workflow-scoped uniqueness for this update
         
        string update_id = 1;
        Returns:
        This builder for chaining.
      • setUpdateIdBytes

        public Meta.Builder setUpdateIdBytes​(com.google.protobuf.ByteString value)
         An ID with workflow-scoped uniqueness for this update
         
        string update_id = 1;
        Parameters:
        value - The bytes for updateId to set.
        Returns:
        This builder for chaining.
      • getIdentity

        public java.lang.String getIdentity()
         A string identifying the agent that requested this update.
         
        string identity = 2;
        Specified by:
        getIdentity in interface MetaOrBuilder
        Returns:
        The identity.
      • getIdentityBytes

        public com.google.protobuf.ByteString getIdentityBytes()
         A string identifying the agent that requested this update.
         
        string identity = 2;
        Specified by:
        getIdentityBytes in interface MetaOrBuilder
        Returns:
        The bytes for identity.
      • setIdentity

        public Meta.Builder setIdentity​(java.lang.String value)
         A string identifying the agent that requested this update.
         
        string identity = 2;
        Parameters:
        value - The identity to set.
        Returns:
        This builder for chaining.
      • clearIdentity

        public Meta.Builder clearIdentity()
         A string identifying the agent that requested this update.
         
        string identity = 2;
        Returns:
        This builder for chaining.
      • setIdentityBytes

        public Meta.Builder setIdentityBytes​(com.google.protobuf.ByteString value)
         A string identifying the agent that requested this update.
         
        string identity = 2;
        Parameters:
        value - The bytes for identity to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Meta.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Builder>
      • mergeUnknownFields

        public final Meta.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.Builder>