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

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

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

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

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

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

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

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

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

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

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

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

        public Generated.PodList.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.PodList.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.PodListOrBuilder
        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.PodListOrBuilder
        Returns:
        The metadata.
      • setMetadata

        public Generated.PodList.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.PodList.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.PodList.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.PodList.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;
      • getMetadataOrBuilder

        public Generated.ListMetaOrBuilder getMetadataOrBuilder()
         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:
        getMetadataOrBuilder in interface Generated.PodListOrBuilder
      • getItemsList

        public List<Generated.Pod> getItemsList()
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
        Specified by:
        getItemsList in interface Generated.PodListOrBuilder
      • getItemsCount

        public int getItemsCount()
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
        Specified by:
        getItemsCount in interface Generated.PodListOrBuilder
      • getItems

        public Generated.Pod getItems​(int index)
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
        Specified by:
        getItems in interface Generated.PodListOrBuilder
      • setItems

        public Generated.PodList.Builder setItems​(int index,
                                                  Generated.Pod value)
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
      • setItems

        public Generated.PodList.Builder setItems​(int index,
                                                  Generated.Pod.Builder builderForValue)
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
      • addItems

        public Generated.PodList.Builder addItems​(Generated.Pod value)
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
      • addItems

        public Generated.PodList.Builder addItems​(int index,
                                                  Generated.Pod value)
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
      • addItems

        public Generated.PodList.Builder addItems​(Generated.Pod.Builder builderForValue)
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
      • addItems

        public Generated.PodList.Builder addItems​(int index,
                                                  Generated.Pod.Builder builderForValue)
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
      • addAllItems

        public Generated.PodList.Builder addAllItems​(Iterable<? extends Generated.Pod> values)
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
      • clearItems

        public Generated.PodList.Builder clearItems()
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
      • removeItems

        public Generated.PodList.Builder removeItems​(int index)
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
      • getItemsBuilder

        public Generated.Pod.Builder getItemsBuilder​(int index)
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
      • addItemsBuilder

        public Generated.Pod.Builder addItemsBuilder()
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
      • addItemsBuilder

        public Generated.Pod.Builder addItemsBuilder​(int index)
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
      • getItemsBuilderList

        public List<Generated.Pod.Builder> getItemsBuilderList()
         List of pods.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
         
        repeated .k8s.io.api.core.v1.Pod items = 2;
      • setUnknownFields

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

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