Class CoreServiceProto.ListFeatureSetsRequest.Filter.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<CoreServiceProto.ListFeatureSetsRequest.Filter.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<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
      • getDefaultInstanceForType

        public CoreServiceProto.ListFeatureSetsRequest.Filter getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • buildPartial

        public CoreServiceProto.ListFeatureSetsRequest.Filter 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<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
      • 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.
         If unspecified this field will default to the default project 'default'.
         
        string project = 3;
        Specified by:
        getProject in interface CoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder
        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.
         If unspecified this field will default to the default project 'default'.
         
        string project = 3;
        Specified by:
        getProjectBytes in interface CoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder
        Returns:
        The bytes for project.
      • setProject

        public CoreServiceProto.ListFeatureSetsRequest.Filter.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.
         If unspecified this field will default to the default project 'default'.
         
        string project = 3;
        Parameters:
        value - The project to set.
        Returns:
        This builder for chaining.
      • clearProject

        public CoreServiceProto.ListFeatureSetsRequest.Filter.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.
         If unspecified this field will default to the default project 'default'.
         
        string project = 3;
        Returns:
        This builder for chaining.
      • setProjectBytes

        public CoreServiceProto.ListFeatureSetsRequest.Filter.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.
         If unspecified this field will default to the default project 'default'.
         
        string project = 3;
        Parameters:
        value - The bytes for project to set.
        Returns:
        This builder for chaining.
      • getFeatureSetName

        public String getFeatureSetName()
         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 feature_set_name = 1;
        Specified by:
        getFeatureSetName in interface CoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder
        Returns:
        The featureSetName.
      • getFeatureSetNameBytes

        public com.google.protobuf.ByteString getFeatureSetNameBytes()
         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 feature_set_name = 1;
        Specified by:
        getFeatureSetNameBytes in interface CoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder
        Returns:
        The bytes for featureSetName.
      • setFeatureSetName

        public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder setFeatureSetName​(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 feature_set_name = 1;
        Parameters:
        value - The featureSetName to set.
        Returns:
        This builder for chaining.
      • clearFeatureSetName

        public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder clearFeatureSetName()
         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 feature_set_name = 1;
        Returns:
        This builder for chaining.
      • setFeatureSetNameBytes

        public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder setFeatureSetNameBytes​(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 feature_set_name = 1;
        Parameters:
        value - The bytes for featureSetName to set.
        Returns:
        This builder for chaining.