Class StoreProto.Store.Subscription.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<StoreProto.Store.Subscription.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<StoreProto.Store.Subscription.Builder>
      • getDefaultInstanceForType

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

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

        public StoreProto.Store.Subscription buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public StoreProto.Store.Subscription.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws 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<StoreProto.Store.Subscription.Builder>
        Throws:
        IOException
      • getProject

        public String getProject()
         Name of project that the feature sets belongs to. This can be one of
         - [project_name]
         - *
         If an asterisk is provided, filtering on projects will be disabled. All projects will
         be matched. It is NOT possible to provide an asterisk with a string in order to do
         pattern matching.
         
        string project = 3;
        Specified by:
        getProject in interface StoreProto.Store.SubscriptionOrBuilder
        Returns:
        The project.
      • getProjectBytes

        public com.google.protobuf.ByteString getProjectBytes()
         Name of project that the feature sets belongs to. This can be one of
         - [project_name]
         - *
         If an asterisk is provided, filtering on projects will be disabled. All projects will
         be matched. It is NOT possible to provide an asterisk with a string in order to do
         pattern matching.
         
        string project = 3;
        Specified by:
        getProjectBytes in interface StoreProto.Store.SubscriptionOrBuilder
        Returns:
        The bytes for project.
      • setProject

        public StoreProto.Store.Subscription.Builder setProject​(String value)
         Name of project that the feature sets belongs to. This can be one of
         - [project_name]
         - *
         If an asterisk is provided, filtering on projects will be disabled. All projects will
         be matched. It is NOT possible to provide an asterisk with a string in order to do
         pattern matching.
         
        string project = 3;
        Parameters:
        value - The project to set.
        Returns:
        This builder for chaining.
      • clearProject

        public StoreProto.Store.Subscription.Builder clearProject()
         Name of project that the feature sets belongs to. This can be one of
         - [project_name]
         - *
         If an asterisk is provided, filtering on projects will be disabled. All projects will
         be matched. It is NOT possible to provide an asterisk with a string in order to do
         pattern matching.
         
        string project = 3;
        Returns:
        This builder for chaining.
      • setProjectBytes

        public StoreProto.Store.Subscription.Builder setProjectBytes​(com.google.protobuf.ByteString value)
         Name of project that the feature sets belongs to. This can be one of
         - [project_name]
         - *
         If an asterisk is provided, filtering on projects will be disabled. All projects will
         be matched. It is NOT possible to provide an asterisk with a string in order to do
         pattern matching.
         
        string project = 3;
        Parameters:
        value - The bytes for project to set.
        Returns:
        This builder for chaining.
      • getName

        public String getName()
         Name of the desired feature set. Asterisks can be used as wildcards in the name.
         Matching on names is only permitted if a specific project is defined. It is disallowed
         If the project name is set to "*"
         e.g.
         - * can be used to match all feature sets
         - my-feature-set* can be used to match all features prefixed by "my-feature-set"
         - my-feature-set-6 can be used to select a single feature set
         
        string name = 1;
        Specified by:
        getName in interface StoreProto.Store.SubscriptionOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Name of the desired feature set. Asterisks can be used as wildcards in the name.
         Matching on names is only permitted if a specific project is defined. It is disallowed
         If the project name is set to "*"
         e.g.
         - * can be used to match all feature sets
         - my-feature-set* can be used to match all features prefixed by "my-feature-set"
         - my-feature-set-6 can be used to select a single feature set
         
        string name = 1;
        Specified by:
        getNameBytes in interface StoreProto.Store.SubscriptionOrBuilder
        Returns:
        The bytes for name.
      • setName

        public StoreProto.Store.Subscription.Builder setName​(String value)
         Name of the desired feature set. Asterisks can be used as wildcards in the name.
         Matching on names is only permitted if a specific project is defined. It is disallowed
         If the project name is set to "*"
         e.g.
         - * can be used to match all feature sets
         - my-feature-set* can be used to match all features prefixed by "my-feature-set"
         - my-feature-set-6 can be used to select a single feature set
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public StoreProto.Store.Subscription.Builder clearName()
         Name of the desired feature set. Asterisks can be used as wildcards in the name.
         Matching on names is only permitted if a specific project is defined. It is disallowed
         If the project name is set to "*"
         e.g.
         - * can be used to match all feature sets
         - my-feature-set* can be used to match all features prefixed by "my-feature-set"
         - my-feature-set-6 can be used to select a single feature set
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public StoreProto.Store.Subscription.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Name of the desired feature set. Asterisks can be used as wildcards in the name.
         Matching on names is only permitted if a specific project is defined. It is disallowed
         If the project name is set to "*"
         e.g.
         - * can be used to match all feature sets
         - my-feature-set* can be used to match all features prefixed by "my-feature-set"
         - my-feature-set-6 can be used to select a single feature set
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • setExclude

        public StoreProto.Store.Subscription.Builder setExclude​(boolean value)
         All matches with exclude enabled will be filtered out instead of added
         
        bool exclude = 4;
        Parameters:
        value - The exclude to set.
        Returns:
        This builder for chaining.
      • clearExclude

        public StoreProto.Store.Subscription.Builder clearExclude()
         All matches with exclude enabled will be filtered out instead of added
         
        bool exclude = 4;
        Returns:
        This builder for chaining.