Class PatchScheduleRequest.Builder

    • 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<PatchScheduleRequest.Builder>
      • clear

        public PatchScheduleRequest.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<PatchScheduleRequest.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<PatchScheduleRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public PatchScheduleRequest.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<PatchScheduleRequest.Builder>
      • setField

        public PatchScheduleRequest.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<PatchScheduleRequest.Builder>
      • clearField

        public PatchScheduleRequest.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<PatchScheduleRequest.Builder>
      • clearOneof

        public PatchScheduleRequest.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<PatchScheduleRequest.Builder>
      • setRepeatedField

        public PatchScheduleRequest.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<PatchScheduleRequest.Builder>
      • addRepeatedField

        public PatchScheduleRequest.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<PatchScheduleRequest.Builder>
      • isInitialized

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

        public PatchScheduleRequest.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<PatchScheduleRequest.Builder>
        Throws:
        java.io.IOException
      • getNamespace

        public java.lang.String getNamespace()
         The namespace of the schedule to patch.
         
        string namespace = 1;
        Specified by:
        getNamespace in interface PatchScheduleRequestOrBuilder
        Returns:
        The namespace.
      • getNamespaceBytes

        public com.google.protobuf.ByteString getNamespaceBytes()
         The namespace of the schedule to patch.
         
        string namespace = 1;
        Specified by:
        getNamespaceBytes in interface PatchScheduleRequestOrBuilder
        Returns:
        The bytes for namespace.
      • setNamespace

        public PatchScheduleRequest.Builder setNamespace​(java.lang.String value)
         The namespace of the schedule to patch.
         
        string namespace = 1;
        Parameters:
        value - The namespace to set.
        Returns:
        This builder for chaining.
      • clearNamespace

        public PatchScheduleRequest.Builder clearNamespace()
         The namespace of the schedule to patch.
         
        string namespace = 1;
        Returns:
        This builder for chaining.
      • setNamespaceBytes

        public PatchScheduleRequest.Builder setNamespaceBytes​(com.google.protobuf.ByteString value)
         The namespace of the schedule to patch.
         
        string namespace = 1;
        Parameters:
        value - The bytes for namespace to set.
        Returns:
        This builder for chaining.
      • getScheduleId

        public java.lang.String getScheduleId()
         The id of the schedule to patch.
         
        string schedule_id = 2;
        Specified by:
        getScheduleId in interface PatchScheduleRequestOrBuilder
        Returns:
        The scheduleId.
      • getScheduleIdBytes

        public com.google.protobuf.ByteString getScheduleIdBytes()
         The id of the schedule to patch.
         
        string schedule_id = 2;
        Specified by:
        getScheduleIdBytes in interface PatchScheduleRequestOrBuilder
        Returns:
        The bytes for scheduleId.
      • setScheduleId

        public PatchScheduleRequest.Builder setScheduleId​(java.lang.String value)
         The id of the schedule to patch.
         
        string schedule_id = 2;
        Parameters:
        value - The scheduleId to set.
        Returns:
        This builder for chaining.
      • clearScheduleId

        public PatchScheduleRequest.Builder clearScheduleId()
         The id of the schedule to patch.
         
        string schedule_id = 2;
        Returns:
        This builder for chaining.
      • setScheduleIdBytes

        public PatchScheduleRequest.Builder setScheduleIdBytes​(com.google.protobuf.ByteString value)
         The id of the schedule to patch.
         
        string schedule_id = 2;
        Parameters:
        value - The bytes for scheduleId to set.
        Returns:
        This builder for chaining.
      • hasPatch

        public boolean hasPatch()
        .temporal.api.schedule.v1.SchedulePatch patch = 3;
        Specified by:
        hasPatch in interface PatchScheduleRequestOrBuilder
        Returns:
        Whether the patch field is set.
      • getPatchBuilder

        public SchedulePatch.Builder getPatchBuilder()
        .temporal.api.schedule.v1.SchedulePatch patch = 3;
      • getIdentity

        public java.lang.String getIdentity()
         The identity of the client who initiated this request.
         
        string identity = 4;
        Specified by:
        getIdentity in interface PatchScheduleRequestOrBuilder
        Returns:
        The identity.
      • getIdentityBytes

        public com.google.protobuf.ByteString getIdentityBytes()
         The identity of the client who initiated this request.
         
        string identity = 4;
        Specified by:
        getIdentityBytes in interface PatchScheduleRequestOrBuilder
        Returns:
        The bytes for identity.
      • setIdentity

        public PatchScheduleRequest.Builder setIdentity​(java.lang.String value)
         The identity of the client who initiated this request.
         
        string identity = 4;
        Parameters:
        value - The identity to set.
        Returns:
        This builder for chaining.
      • clearIdentity

        public PatchScheduleRequest.Builder clearIdentity()
         The identity of the client who initiated this request.
         
        string identity = 4;
        Returns:
        This builder for chaining.
      • setIdentityBytes

        public PatchScheduleRequest.Builder setIdentityBytes​(com.google.protobuf.ByteString value)
         The identity of the client who initiated this request.
         
        string identity = 4;
        Parameters:
        value - The bytes for identity to set.
        Returns:
        This builder for chaining.
      • getRequestId

        public java.lang.String getRequestId()
         A unique identifier for this update request for idempotence. Typically UUIDv4.
         
        string request_id = 5;
        Specified by:
        getRequestId in interface PatchScheduleRequestOrBuilder
        Returns:
        The requestId.
      • getRequestIdBytes

        public com.google.protobuf.ByteString getRequestIdBytes()
         A unique identifier for this update request for idempotence. Typically UUIDv4.
         
        string request_id = 5;
        Specified by:
        getRequestIdBytes in interface PatchScheduleRequestOrBuilder
        Returns:
        The bytes for requestId.
      • setRequestId

        public PatchScheduleRequest.Builder setRequestId​(java.lang.String value)
         A unique identifier for this update request for idempotence. Typically UUIDv4.
         
        string request_id = 5;
        Parameters:
        value - The requestId to set.
        Returns:
        This builder for chaining.
      • clearRequestId

        public PatchScheduleRequest.Builder clearRequestId()
         A unique identifier for this update request for idempotence. Typically UUIDv4.
         
        string request_id = 5;
        Returns:
        This builder for chaining.
      • setRequestIdBytes

        public PatchScheduleRequest.Builder setRequestIdBytes​(com.google.protobuf.ByteString value)
         A unique identifier for this update request for idempotence. Typically UUIDv4.
         
        string request_id = 5;
        Parameters:
        value - The bytes for requestId to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final PatchScheduleRequest.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<PatchScheduleRequest.Builder>
      • mergeUnknownFields

        public final PatchScheduleRequest.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<PatchScheduleRequest.Builder>