public static final class V2alpha1Batch.CronJob.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V2alpha1Batch.CronJob.Builder> implements V2alpha1Batch.CronJobOrBuilder
CronJob represents the configuration of a single cron job.Protobuf type
k8s.io.api.batch.v2alpha1.CronJob| Modifier and Type | Method and Description |
|---|---|
V2alpha1Batch.CronJob.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V2alpha1Batch.CronJob |
build() |
V2alpha1Batch.CronJob |
buildPartial() |
V2alpha1Batch.CronJob.Builder |
clear() |
V2alpha1Batch.CronJob.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V2alpha1Batch.CronJob.Builder |
clearMetadata()
Standard object's metadata.
|
V2alpha1Batch.CronJob.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V2alpha1Batch.CronJob.Builder |
clearSpec()
Specification of the desired behavior of a cron job, including the schedule.
|
V2alpha1Batch.CronJob.Builder |
clearStatus()
Current status of a cron job.
|
V2alpha1Batch.CronJob.Builder |
clone() |
V2alpha1Batch.CronJob |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Meta.ObjectMeta |
getMetadata()
Standard object's metadata.
|
Meta.ObjectMeta.Builder |
getMetadataBuilder()
Standard object's metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object's metadata.
|
V2alpha1Batch.CronJobSpec |
getSpec()
Specification of the desired behavior of a cron job, including the schedule.
|
V2alpha1Batch.CronJobSpec.Builder |
getSpecBuilder()
Specification of the desired behavior of a cron job, including the schedule.
|
V2alpha1Batch.CronJobSpecOrBuilder |
getSpecOrBuilder()
Specification of the desired behavior of a cron job, including the schedule.
|
V2alpha1Batch.CronJobStatus |
getStatus()
Current status of a cron job.
|
V2alpha1Batch.CronJobStatus.Builder |
getStatusBuilder()
Current status of a cron job.
|
V2alpha1Batch.CronJobStatusOrBuilder |
getStatusOrBuilder()
Current status of a cron job.
|
boolean |
hasMetadata()
Standard object's metadata.
|
boolean |
hasSpec()
Specification of the desired behavior of a cron job, including the schedule.
|
boolean |
hasStatus()
Current status of a cron job.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V2alpha1Batch.CronJob.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V2alpha1Batch.CronJob.Builder |
mergeFrom(com.google.protobuf.Message other) |
V2alpha1Batch.CronJob.Builder |
mergeFrom(V2alpha1Batch.CronJob other) |
V2alpha1Batch.CronJob.Builder |
mergeMetadata(Meta.ObjectMeta value)
Standard object's metadata.
|
V2alpha1Batch.CronJob.Builder |
mergeSpec(V2alpha1Batch.CronJobSpec value)
Specification of the desired behavior of a cron job, including the schedule.
|
V2alpha1Batch.CronJob.Builder |
mergeStatus(V2alpha1Batch.CronJobStatus value)
Current status of a cron job.
|
V2alpha1Batch.CronJob.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V2alpha1Batch.CronJob.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V2alpha1Batch.CronJob.Builder |
setMetadata(Meta.ObjectMeta.Builder builderForValue)
Standard object's metadata.
|
V2alpha1Batch.CronJob.Builder |
setMetadata(Meta.ObjectMeta value)
Standard object's metadata.
|
V2alpha1Batch.CronJob.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V2alpha1Batch.CronJob.Builder |
setSpec(V2alpha1Batch.CronJobSpec.Builder builderForValue)
Specification of the desired behavior of a cron job, including the schedule.
|
V2alpha1Batch.CronJob.Builder |
setSpec(V2alpha1Batch.CronJobSpec value)
Specification of the desired behavior of a cron job, including the schedule.
|
V2alpha1Batch.CronJob.Builder |
setStatus(V2alpha1Batch.CronJobStatus.Builder builderForValue)
Current status of a cron job.
|
V2alpha1Batch.CronJob.Builder |
setStatus(V2alpha1Batch.CronJobStatus value)
Current status of a cron job.
|
V2alpha1Batch.CronJob.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V2alpha1Batch.CronJob.Builder>public V2alpha1Batch.CronJob.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V2alpha1Batch.CronJob.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V2alpha1Batch.CronJob.Builder>public V2alpha1Batch.CronJob getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V2alpha1Batch.CronJob build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V2alpha1Batch.CronJob buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V2alpha1Batch.CronJob.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V2alpha1Batch.CronJob.Builder>public V2alpha1Batch.CronJob.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V2alpha1Batch.CronJob.Builder>public V2alpha1Batch.CronJob.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V2alpha1Batch.CronJob.Builder>public V2alpha1Batch.CronJob.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V2alpha1Batch.CronJob.Builder>public V2alpha1Batch.CronJob.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V2alpha1Batch.CronJob.Builder>public V2alpha1Batch.CronJob.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V2alpha1Batch.CronJob.Builder>public V2alpha1Batch.CronJob.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V2alpha1Batch.CronJob.Builder>public V2alpha1Batch.CronJob.Builder mergeFrom(V2alpha1Batch.CronJob other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V2alpha1Batch.CronJob.Builder>public V2alpha1Batch.CronJob.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V2alpha1Batch.CronJob.Builder>IOExceptionpublic boolean hasMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;hasMetadata in interface V2alpha1Batch.CronJobOrBuilderpublic Meta.ObjectMeta getMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;getMetadata in interface V2alpha1Batch.CronJobOrBuilderpublic V2alpha1Batch.CronJob.Builder setMetadata(Meta.ObjectMeta value)
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;public V2alpha1Batch.CronJob.Builder setMetadata(Meta.ObjectMeta.Builder builderForValue)
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;public V2alpha1Batch.CronJob.Builder mergeMetadata(Meta.ObjectMeta value)
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;public V2alpha1Batch.CronJob.Builder clearMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;public Meta.ObjectMeta.Builder getMetadataBuilder()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;public Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;getMetadataOrBuilder in interface V2alpha1Batch.CronJobOrBuilderpublic boolean hasSpec()
Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobSpec spec = 2;hasSpec in interface V2alpha1Batch.CronJobOrBuilderpublic V2alpha1Batch.CronJobSpec getSpec()
Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobSpec spec = 2;getSpec in interface V2alpha1Batch.CronJobOrBuilderpublic V2alpha1Batch.CronJob.Builder setSpec(V2alpha1Batch.CronJobSpec value)
Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobSpec spec = 2;public V2alpha1Batch.CronJob.Builder setSpec(V2alpha1Batch.CronJobSpec.Builder builderForValue)
Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobSpec spec = 2;public V2alpha1Batch.CronJob.Builder mergeSpec(V2alpha1Batch.CronJobSpec value)
Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobSpec spec = 2;public V2alpha1Batch.CronJob.Builder clearSpec()
Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobSpec spec = 2;public V2alpha1Batch.CronJobSpec.Builder getSpecBuilder()
Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobSpec spec = 2;public V2alpha1Batch.CronJobSpecOrBuilder getSpecOrBuilder()
Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobSpec spec = 2;getSpecOrBuilder in interface V2alpha1Batch.CronJobOrBuilderpublic boolean hasStatus()
Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobStatus status = 3;hasStatus in interface V2alpha1Batch.CronJobOrBuilderpublic V2alpha1Batch.CronJobStatus getStatus()
Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobStatus status = 3;getStatus in interface V2alpha1Batch.CronJobOrBuilderpublic V2alpha1Batch.CronJob.Builder setStatus(V2alpha1Batch.CronJobStatus value)
Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobStatus status = 3;public V2alpha1Batch.CronJob.Builder setStatus(V2alpha1Batch.CronJobStatus.Builder builderForValue)
Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobStatus status = 3;public V2alpha1Batch.CronJob.Builder mergeStatus(V2alpha1Batch.CronJobStatus value)
Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobStatus status = 3;public V2alpha1Batch.CronJob.Builder clearStatus()
Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobStatus status = 3;public V2alpha1Batch.CronJobStatus.Builder getStatusBuilder()
Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobStatus status = 3;public V2alpha1Batch.CronJobStatusOrBuilder getStatusOrBuilder()
Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobStatus status = 3;getStatusOrBuilder in interface V2alpha1Batch.CronJobOrBuilderpublic final V2alpha1Batch.CronJob.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V2alpha1Batch.CronJob.Builder>public final V2alpha1Batch.CronJob.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V2alpha1Batch.CronJob.Builder>Copyright © 2021. All rights reserved.