Class NamespaceAccess.Builder

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

    public static final class NamespaceAccess.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<NamespaceAccess.Builder>
    implements NamespaceAccessOrBuilder
    Protobuf type temporal.api.cloud.identity.v1.NamespaceAccess
    • 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<NamespaceAccess.Builder>
      • clear

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

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

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

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

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

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

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

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

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

        public NamespaceAccess.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<NamespaceAccess.Builder>
      • mergeFrom

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

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

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

        @Deprecated
        public java.lang.String getPermissionDeprecated()
        Deprecated.
        temporal.api.cloud.identity.v1.NamespaceAccess.permission_deprecated is deprecated. See temporal/api/cloud/identity/v1/message.proto;l=48
         The permission to the namespace, should be one of [admin, write, read]
         admin - gives full access to the namespace, including assigning namespace access to other users
         write - gives write access to the namespace configuration and workflows within the namespace
         read - gives read only access to the namespace configuration and workflows within the namespace
         Deprecated: Not supported after v0.3.0 api version. Use permission instead.
         temporal:versioning:max_version=v0.3.0
         
        string permission_deprecated = 1 [deprecated = true];
        Specified by:
        getPermissionDeprecated in interface NamespaceAccessOrBuilder
        Returns:
        The permissionDeprecated.
      • getPermissionDeprecatedBytes

        @Deprecated
        public com.google.protobuf.ByteString getPermissionDeprecatedBytes()
        Deprecated.
        temporal.api.cloud.identity.v1.NamespaceAccess.permission_deprecated is deprecated. See temporal/api/cloud/identity/v1/message.proto;l=48
         The permission to the namespace, should be one of [admin, write, read]
         admin - gives full access to the namespace, including assigning namespace access to other users
         write - gives write access to the namespace configuration and workflows within the namespace
         read - gives read only access to the namespace configuration and workflows within the namespace
         Deprecated: Not supported after v0.3.0 api version. Use permission instead.
         temporal:versioning:max_version=v0.3.0
         
        string permission_deprecated = 1 [deprecated = true];
        Specified by:
        getPermissionDeprecatedBytes in interface NamespaceAccessOrBuilder
        Returns:
        The bytes for permissionDeprecated.
      • setPermissionDeprecated

        @Deprecated
        public NamespaceAccess.Builder setPermissionDeprecated​(java.lang.String value)
        Deprecated.
        temporal.api.cloud.identity.v1.NamespaceAccess.permission_deprecated is deprecated. See temporal/api/cloud/identity/v1/message.proto;l=48
         The permission to the namespace, should be one of [admin, write, read]
         admin - gives full access to the namespace, including assigning namespace access to other users
         write - gives write access to the namespace configuration and workflows within the namespace
         read - gives read only access to the namespace configuration and workflows within the namespace
         Deprecated: Not supported after v0.3.0 api version. Use permission instead.
         temporal:versioning:max_version=v0.3.0
         
        string permission_deprecated = 1 [deprecated = true];
        Parameters:
        value - The permissionDeprecated to set.
        Returns:
        This builder for chaining.
      • clearPermissionDeprecated

        @Deprecated
        public NamespaceAccess.Builder clearPermissionDeprecated()
        Deprecated.
        temporal.api.cloud.identity.v1.NamespaceAccess.permission_deprecated is deprecated. See temporal/api/cloud/identity/v1/message.proto;l=48
         The permission to the namespace, should be one of [admin, write, read]
         admin - gives full access to the namespace, including assigning namespace access to other users
         write - gives write access to the namespace configuration and workflows within the namespace
         read - gives read only access to the namespace configuration and workflows within the namespace
         Deprecated: Not supported after v0.3.0 api version. Use permission instead.
         temporal:versioning:max_version=v0.3.0
         
        string permission_deprecated = 1 [deprecated = true];
        Returns:
        This builder for chaining.
      • setPermissionDeprecatedBytes

        @Deprecated
        public NamespaceAccess.Builder setPermissionDeprecatedBytes​(com.google.protobuf.ByteString value)
        Deprecated.
        temporal.api.cloud.identity.v1.NamespaceAccess.permission_deprecated is deprecated. See temporal/api/cloud/identity/v1/message.proto;l=48
         The permission to the namespace, should be one of [admin, write, read]
         admin - gives full access to the namespace, including assigning namespace access to other users
         write - gives write access to the namespace configuration and workflows within the namespace
         read - gives read only access to the namespace configuration and workflows within the namespace
         Deprecated: Not supported after v0.3.0 api version. Use permission instead.
         temporal:versioning:max_version=v0.3.0
         
        string permission_deprecated = 1 [deprecated = true];
        Parameters:
        value - The bytes for permissionDeprecated to set.
        Returns:
        This builder for chaining.
      • getPermissionValue

        public int getPermissionValue()
         The permission to the namespace.
         temporal:versioning:min_version=v0.3.0
         temporal:enums:replaces=permission_deprecated
         
        .temporal.api.cloud.identity.v1.NamespaceAccess.Permission permission = 2;
        Specified by:
        getPermissionValue in interface NamespaceAccessOrBuilder
        Returns:
        The enum numeric value on the wire for permission.
      • setPermissionValue

        public NamespaceAccess.Builder setPermissionValue​(int value)
         The permission to the namespace.
         temporal:versioning:min_version=v0.3.0
         temporal:enums:replaces=permission_deprecated
         
        .temporal.api.cloud.identity.v1.NamespaceAccess.Permission permission = 2;
        Parameters:
        value - The enum numeric value on the wire for permission to set.
        Returns:
        This builder for chaining.
      • getPermission

        public NamespaceAccess.Permission getPermission()
         The permission to the namespace.
         temporal:versioning:min_version=v0.3.0
         temporal:enums:replaces=permission_deprecated
         
        .temporal.api.cloud.identity.v1.NamespaceAccess.Permission permission = 2;
        Specified by:
        getPermission in interface NamespaceAccessOrBuilder
        Returns:
        The permission.
      • setPermission

        public NamespaceAccess.Builder setPermission​(NamespaceAccess.Permission value)
         The permission to the namespace.
         temporal:versioning:min_version=v0.3.0
         temporal:enums:replaces=permission_deprecated
         
        .temporal.api.cloud.identity.v1.NamespaceAccess.Permission permission = 2;
        Parameters:
        value - The permission to set.
        Returns:
        This builder for chaining.
      • clearPermission

        public NamespaceAccess.Builder clearPermission()
         The permission to the namespace.
         temporal:versioning:min_version=v0.3.0
         temporal:enums:replaces=permission_deprecated
         
        .temporal.api.cloud.identity.v1.NamespaceAccess.Permission permission = 2;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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