Class Generated.NamespaceList.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<Generated.NamespaceList.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

        public Generated.NamespaceList.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<Generated.NamespaceList.Builder>
        Throws:
        IOException
      • hasMetadata

        public boolean hasMetadata()
         Standard list metadata.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
        Specified by:
        hasMetadata in interface Generated.NamespaceListOrBuilder
        Returns:
        Whether the metadata field is set.
      • getMetadata

        public Generated.ListMeta getMetadata()
         Standard list metadata.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
        Specified by:
        getMetadata in interface Generated.NamespaceListOrBuilder
        Returns:
        The metadata.
      • setMetadata

        public Generated.NamespaceList.Builder setMetadata​(Generated.ListMeta value)
         Standard list metadata.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
      • setMetadata

        public Generated.NamespaceList.Builder setMetadata​(Generated.ListMeta.Builder builderForValue)
         Standard list metadata.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
      • mergeMetadata

        public Generated.NamespaceList.Builder mergeMetadata​(Generated.ListMeta value)
         Standard list metadata.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
      • clearMetadata

        public Generated.NamespaceList.Builder clearMetadata()
         Standard list metadata.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
      • getMetadataBuilder

        public Generated.ListMeta.Builder getMetadataBuilder()
         Standard list metadata.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
      • getItemsCount

        public int getItemsCount()
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
        Specified by:
        getItemsCount in interface Generated.NamespaceListOrBuilder
      • getItems

        public Generated.Namespace getItems​(int index)
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
        Specified by:
        getItems in interface Generated.NamespaceListOrBuilder
      • setItems

        public Generated.NamespaceList.Builder setItems​(int index,
                                                        Generated.Namespace value)
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
      • setItems

        public Generated.NamespaceList.Builder setItems​(int index,
                                                        Generated.Namespace.Builder builderForValue)
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
      • addItems

        public Generated.NamespaceList.Builder addItems​(Generated.Namespace value)
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
      • addItems

        public Generated.NamespaceList.Builder addItems​(int index,
                                                        Generated.Namespace value)
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
      • addItems

        public Generated.NamespaceList.Builder addItems​(Generated.Namespace.Builder builderForValue)
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
      • addItems

        public Generated.NamespaceList.Builder addItems​(int index,
                                                        Generated.Namespace.Builder builderForValue)
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
      • addAllItems

        public Generated.NamespaceList.Builder addAllItems​(Iterable<? extends Generated.Namespace> values)
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
      • clearItems

        public Generated.NamespaceList.Builder clearItems()
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
      • removeItems

        public Generated.NamespaceList.Builder removeItems​(int index)
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
      • getItemsBuilder

        public Generated.Namespace.Builder getItemsBuilder​(int index)
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
      • addItemsBuilder

        public Generated.Namespace.Builder addItemsBuilder()
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
      • addItemsBuilder

        public Generated.Namespace.Builder addItemsBuilder​(int index)
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
      • getItemsBuilderList

        public List<Generated.Namespace.Builder> getItemsBuilderList()
         Items is the list of Namespace objects in the list.
         More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
         
        repeated .k8s.io.api.core.v1.Namespace items = 2;
      • setUnknownFields

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

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