public static final class CronJob.Spec extends com.google.protobuf.GeneratedMessageV3 implements CronJob.SpecOrBuilder
appscode.kubernetes.v1beta2.CronJob.Spec| Modifier and Type | Class and Description |
|---|---|
static class |
CronJob.Spec.Builder
Protobuf type
appscode.kubernetes.v1beta2.CronJob.Spec |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CONCURRENCY_POLICY_FIELD_NUMBER |
static int |
SCHEDULE_FIELD_NUMBER |
static int |
STARTING_DEADLINE_SECONDS_FIELD_NUMBER |
static int |
SUSPEND_FIELD_NUMBER |
static int |
TEMPLATE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConcurrencyPolicy()
string concurrency_policy = 3; |
com.google.protobuf.ByteString |
getConcurrencyPolicyBytes()
string concurrency_policy = 3; |
static CronJob.Spec |
getDefaultInstance() |
CronJob.Spec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<CronJob.Spec> |
getParserForType() |
java.lang.String |
getSchedule()
string schedule = 1; |
com.google.protobuf.ByteString |
getScheduleBytes()
string schedule = 1; |
int |
getSerializedSize() |
long |
getStartingDeadlineSeconds()
int64 starting_deadline_seconds = 2; |
boolean |
getSuspend()
bool suspend = 4; |
JobSpec |
getTemplate()
.appscode.kubernetes.v1beta2.JobSpec template = 5; |
JobSpecOrBuilder |
getTemplateOrBuilder()
.appscode.kubernetes.v1beta2.JobSpec template = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasTemplate()
.appscode.kubernetes.v1beta2.JobSpec template = 5; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CronJob.Spec.Builder |
newBuilder() |
static CronJob.Spec.Builder |
newBuilder(CronJob.Spec prototype) |
CronJob.Spec.Builder |
newBuilderForType() |
protected CronJob.Spec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static CronJob.Spec |
parseDelimitedFrom(java.io.InputStream input) |
static CronJob.Spec |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CronJob.Spec |
parseFrom(byte[] data) |
static CronJob.Spec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CronJob.Spec |
parseFrom(java.nio.ByteBuffer data) |
static CronJob.Spec |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CronJob.Spec |
parseFrom(com.google.protobuf.ByteString data) |
static CronJob.Spec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CronJob.Spec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CronJob.Spec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CronJob.Spec |
parseFrom(java.io.InputStream input) |
static CronJob.Spec |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CronJob.Spec> |
parser() |
CronJob.Spec.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SCHEDULE_FIELD_NUMBER
public static final int STARTING_DEADLINE_SECONDS_FIELD_NUMBER
public static final int CONCURRENCY_POLICY_FIELD_NUMBER
public static final int SUSPEND_FIELD_NUMBER
public static final int TEMPLATE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.lang.String getSchedule()
string schedule = 1;getSchedule in interface CronJob.SpecOrBuilderpublic com.google.protobuf.ByteString getScheduleBytes()
string schedule = 1;getScheduleBytes in interface CronJob.SpecOrBuilderpublic long getStartingDeadlineSeconds()
int64 starting_deadline_seconds = 2;getStartingDeadlineSeconds in interface CronJob.SpecOrBuilderpublic java.lang.String getConcurrencyPolicy()
string concurrency_policy = 3;getConcurrencyPolicy in interface CronJob.SpecOrBuilderpublic com.google.protobuf.ByteString getConcurrencyPolicyBytes()
string concurrency_policy = 3;getConcurrencyPolicyBytes in interface CronJob.SpecOrBuilderpublic boolean getSuspend()
bool suspend = 4;getSuspend in interface CronJob.SpecOrBuilderpublic boolean hasTemplate()
.appscode.kubernetes.v1beta2.JobSpec template = 5;hasTemplate in interface CronJob.SpecOrBuilderpublic JobSpec getTemplate()
.appscode.kubernetes.v1beta2.JobSpec template = 5;getTemplate in interface CronJob.SpecOrBuilderpublic JobSpecOrBuilder getTemplateOrBuilder()
.appscode.kubernetes.v1beta2.JobSpec template = 5;getTemplateOrBuilder in interface CronJob.SpecOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CronJob.Spec parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CronJob.Spec parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CronJob.Spec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CronJob.Spec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CronJob.Spec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CronJob.Spec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CronJob.Spec parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CronJob.Spec parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CronJob.Spec parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CronJob.Spec parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CronJob.Spec parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CronJob.Spec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic CronJob.Spec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CronJob.Spec.Builder newBuilder()
public static CronJob.Spec.Builder newBuilder(CronJob.Spec prototype)
public CronJob.Spec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CronJob.Spec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CronJob.Spec getDefaultInstance()
public static com.google.protobuf.Parser<CronJob.Spec> parser()
public com.google.protobuf.Parser<CronJob.Spec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CronJob.Spec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder