Class V1Batch.CronJobList.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.CronJobList.Builder>
io.kubernetes.client.proto.V1Batch.CronJobList.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1Batch.CronJobListOrBuilder, Cloneable
Enclosing class:
V1Batch.CronJobList

public static final class V1Batch.CronJobList.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.CronJobList.Builder> implements V1Batch.CronJobListOrBuilder
 CronJobList is a collection of cron jobs.
 
Protobuf type k8s.io.api.batch.v1.CronJobList
  • Method Details

    • 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<V1Batch.CronJobList.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<V1Batch.CronJobList.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<V1Batch.CronJobList.Builder>
    • getDefaultInstanceForType

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

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

      public V1Batch.CronJobList buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.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<V1Batch.CronJobList.Builder>
    • setField

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

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

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

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

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

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

    • isInitialized

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

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

      public boolean hasMetadata()
       Standard list metadata.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
      Specified by:
      hasMetadata in interface V1Batch.CronJobListOrBuilder
    • getMetadata

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

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

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

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

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

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

      public Meta.ListMetaOrBuilder getMetadataOrBuilder()
       Standard list metadata.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
      Specified by:
      getMetadataOrBuilder in interface V1Batch.CronJobListOrBuilder
    • getItemsList

      public List<V1Batch.CronJob> getItemsList()
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
      Specified by:
      getItemsList in interface V1Batch.CronJobListOrBuilder
    • getItemsCount

      public int getItemsCount()
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
      Specified by:
      getItemsCount in interface V1Batch.CronJobListOrBuilder
    • getItems

      public V1Batch.CronJob getItems(int index)
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
      Specified by:
      getItems in interface V1Batch.CronJobListOrBuilder
    • setItems

      public V1Batch.CronJobList.Builder setItems(int index, V1Batch.CronJob value)
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
    • setItems

      public V1Batch.CronJobList.Builder setItems(int index, V1Batch.CronJob.Builder builderForValue)
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
    • addItems

       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
    • addItems

      public V1Batch.CronJobList.Builder addItems(int index, V1Batch.CronJob value)
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
    • addItems

      public V1Batch.CronJobList.Builder addItems(V1Batch.CronJob.Builder builderForValue)
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
    • addItems

      public V1Batch.CronJobList.Builder addItems(int index, V1Batch.CronJob.Builder builderForValue)
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
    • addAllItems

      public V1Batch.CronJobList.Builder addAllItems(Iterable<? extends V1Batch.CronJob> values)
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
    • clearItems

      public V1Batch.CronJobList.Builder clearItems()
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
    • removeItems

      public V1Batch.CronJobList.Builder removeItems(int index)
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
    • getItemsBuilder

      public V1Batch.CronJob.Builder getItemsBuilder(int index)
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
    • getItemsOrBuilder

      public V1Batch.CronJobOrBuilder getItemsOrBuilder(int index)
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
      Specified by:
      getItemsOrBuilder in interface V1Batch.CronJobListOrBuilder
    • getItemsOrBuilderList

      public List<? extends V1Batch.CronJobOrBuilder> getItemsOrBuilderList()
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
      Specified by:
      getItemsOrBuilderList in interface V1Batch.CronJobListOrBuilder
    • addItemsBuilder

      public V1Batch.CronJob.Builder addItemsBuilder()
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
    • addItemsBuilder

      public V1Batch.CronJob.Builder addItemsBuilder(int index)
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
    • getItemsBuilderList

      public List<V1Batch.CronJob.Builder> getItemsBuilderList()
       items is the list of CronJobs.
       
      repeated .k8s.io.api.batch.v1.CronJob items = 2;
    • setUnknownFields

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

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