Package api
Class SubmitOuterClass.Job
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- api.SubmitOuterClass.Job
-
- All Implemented Interfaces:
SubmitOuterClass.JobOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
- Enclosing class:
- SubmitOuterClass
public static final class SubmitOuterClass.Job extends com.google.protobuf.GeneratedMessageV3 implements SubmitOuterClass.JobOrBuilder
Protobuf typeapi.Job- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubmitOuterClass.Job.BuilderProtobuf typeapi.Job-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intANNOTATIONS_FIELD_NUMBERstatic intCLIENT_ID_FIELD_NUMBERstatic intCOMPRESSED_QUEUE_OWNERSHIP_USER_GROUPS_FIELD_NUMBERstatic intCREATED_FIELD_NUMBERstatic intEXPERIMENTALPRICEINFO_FIELD_NUMBERstatic intID_FIELD_NUMBERstatic intINGRESS_FIELD_NUMBERstatic intJOB_SET_ID_FIELD_NUMBERstatic intK8S_INGRESS_FIELD_NUMBERstatic intK8S_SERVICE_FIELD_NUMBERstatic intLABELS_FIELD_NUMBERstatic intNAMESPACE_FIELD_NUMBERstatic intOWNER_FIELD_NUMBERstatic intPOD_SPEC_FIELD_NUMBERstatic intPOD_SPECS_FIELD_NUMBERstatic intPRIORITY_FIELD_NUMBERstatic intQUEUE_FIELD_NUMBERstatic intQUEUE_OWNERSHIP_USER_GROUPS_FIELD_NUMBERstatic intREQUIRED_NODE_LABELS_FIELD_NUMBERstatic intSCHEDULER_FIELD_NUMBERstatic intSCHEDULING_RESOURCE_REQUIREMENTS_FIELD_NUMBERstatic intSERVICES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsAnnotations(String key)map<string, string> annotations = 10;booleancontainsLabels(String key)map<string, string> labels = 9;booleancontainsRequiredNodeLabels(String key)Deprecated.booleanequals(Object obj)Map<String,String>getAnnotations()Deprecated.intgetAnnotationsCount()map<string, string> annotations = 10;Map<String,String>getAnnotationsMap()map<string, string> annotations = 10;StringgetAnnotationsOrDefault(String key, String defaultValue)map<string, string> annotations = 10;StringgetAnnotationsOrThrow(String key)map<string, string> annotations = 10;StringgetClientId()string client_id = 13;com.google.protobuf.ByteStringgetClientIdBytes()string client_id = 13;com.google.protobuf.ByteStringgetCompressedQueueOwnershipUserGroups()bytes compressed_queue_ownership_user_groups = 19;com.google.protobuf.TimestampgetCreated().google.protobuf.Timestamp created = 6;com.google.protobuf.TimestampOrBuildergetCreatedOrBuilder().google.protobuf.Timestamp created = 6;static SubmitOuterClass.JobgetDefaultInstance()SubmitOuterClass.JobgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()SubmitOuterClass.ExperimentalPriceInfogetExperimentalPriceInfo().api.ExperimentalPriceInfo experimentalPriceInfo = 30;SubmitOuterClass.ExperimentalPriceInfoOrBuildergetExperimentalPriceInfoOrBuilder().api.ExperimentalPriceInfo experimentalPriceInfo = 30;StringgetId()string id = 1;com.google.protobuf.ByteStringgetIdBytes()string id = 1;SubmitOuterClass.IngressConfiggetIngress(int index)Services can be provided either as Armada-specific config objects or as proper k8s objects.intgetIngressCount()Services can be provided either as Armada-specific config objects or as proper k8s objects.List<SubmitOuterClass.IngressConfig>getIngressList()Services can be provided either as Armada-specific config objects or as proper k8s objects.SubmitOuterClass.IngressConfigOrBuildergetIngressOrBuilder(int index)Services can be provided either as Armada-specific config objects or as proper k8s objects.List<? extends SubmitOuterClass.IngressConfigOrBuilder>getIngressOrBuilderList()Services can be provided either as Armada-specific config objects or as proper k8s objects.StringgetJobSetId()string job_set_id = 2;com.google.protobuf.ByteStringgetJobSetIdBytes()string job_set_id = 2;Generated.IngressgetK8SIngress(int index)repeated .k8s.io.api.networking.v1.Ingress k8s_ingress = 17;intgetK8SIngressCount()repeated .k8s.io.api.networking.v1.Ingress k8s_ingress = 17;List<Generated.Ingress>getK8SIngressList()repeated .k8s.io.api.networking.v1.Ingress k8s_ingress = 17;Generated.IngressOrBuildergetK8SIngressOrBuilder(int index)repeated .k8s.io.api.networking.v1.Ingress k8s_ingress = 17;List<? extends Generated.IngressOrBuilder>getK8SIngressOrBuilderList()repeated .k8s.io.api.networking.v1.Ingress k8s_ingress = 17;Generated.ServicegetK8SService(int index)repeated .k8s.io.api.core.v1.Service k8s_service = 18;intgetK8SServiceCount()repeated .k8s.io.api.core.v1.Service k8s_service = 18;List<Generated.Service>getK8SServiceList()repeated .k8s.io.api.core.v1.Service k8s_service = 18;Generated.ServiceOrBuildergetK8SServiceOrBuilder(int index)repeated .k8s.io.api.core.v1.Service k8s_service = 18;List<? extends Generated.ServiceOrBuilder>getK8SServiceOrBuilderList()repeated .k8s.io.api.core.v1.Service k8s_service = 18;Map<String,String>getLabels()Deprecated.intgetLabelsCount()map<string, string> labels = 9;Map<String,String>getLabelsMap()map<string, string> labels = 9;StringgetLabelsOrDefault(String key, String defaultValue)map<string, string> labels = 9;StringgetLabelsOrThrow(String key)map<string, string> labels = 9;StringgetNamespace()string namespace = 7;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 7;StringgetOwner()string owner = 8;com.google.protobuf.ByteStringgetOwnerBytes()string owner = 8;com.google.protobuf.Parser<SubmitOuterClass.Job>getParserForType()Generated.PodSpecgetPodSpec()Deprecated.api.Job.pod_spec is deprecated.Generated.PodSpecOrBuildergetPodSpecOrBuilder()Deprecated.Generated.PodSpecgetPodSpecs(int index)repeated .k8s.io.api.core.v1.PodSpec pod_specs = 12;intgetPodSpecsCount()repeated .k8s.io.api.core.v1.PodSpec pod_specs = 12;List<Generated.PodSpec>getPodSpecsList()repeated .k8s.io.api.core.v1.PodSpec pod_specs = 12;Generated.PodSpecOrBuildergetPodSpecsOrBuilder(int index)repeated .k8s.io.api.core.v1.PodSpec pod_specs = 12;List<? extends Generated.PodSpecOrBuilder>getPodSpecsOrBuilderList()repeated .k8s.io.api.core.v1.PodSpec pod_specs = 12;doublegetPriority()double priority = 4;StringgetQueue()string queue = 3;com.google.protobuf.ByteStringgetQueueBytes()string queue = 3;StringgetQueueOwnershipUserGroups(int index)repeated string queue_ownership_user_groups = 15;com.google.protobuf.ByteStringgetQueueOwnershipUserGroupsBytes(int index)repeated string queue_ownership_user_groups = 15;intgetQueueOwnershipUserGroupsCount()repeated string queue_ownership_user_groups = 15;com.google.protobuf.ProtocolStringListgetQueueOwnershipUserGroupsList()repeated string queue_ownership_user_groups = 15;Map<String,String>getRequiredNodeLabels()Deprecated.intgetRequiredNodeLabelsCount()Deprecated.Map<String,String>getRequiredNodeLabelsMap()Deprecated.StringgetRequiredNodeLabelsOrDefault(String key, String defaultValue)Deprecated.StringgetRequiredNodeLabelsOrThrow(String key)Deprecated.StringgetScheduler()Indicates which scheduler should manage this job.com.google.protobuf.ByteStringgetSchedulerBytes()Indicates which scheduler should manage this job.Generated.ResourceRequirementsgetSchedulingResourceRequirements()Resource requests and limits necessary for scheduling the main pod of this job.Generated.ResourceRequirementsOrBuildergetSchedulingResourceRequirementsOrBuilder()Resource requests and limits necessary for scheduling the main pod of this job.intgetSerializedSize()SubmitOuterClass.ServiceConfiggetServices(int index)repeated .api.ServiceConfig services = 16;intgetServicesCount()repeated .api.ServiceConfig services = 16;List<SubmitOuterClass.ServiceConfig>getServicesList()repeated .api.ServiceConfig services = 16;SubmitOuterClass.ServiceConfigOrBuildergetServicesOrBuilder(int index)repeated .api.ServiceConfig services = 16;List<? extends SubmitOuterClass.ServiceConfigOrBuilder>getServicesOrBuilderList()repeated .api.ServiceConfig services = 16;booleanhasCreated().google.protobuf.Timestamp created = 6;booleanhasExperimentalPriceInfo().api.ExperimentalPriceInfo experimentalPriceInfo = 30;inthashCode()booleanhasPodSpec()Deprecated.api.Job.pod_spec is deprecated.booleanhasSchedulingResourceRequirements()Resource requests and limits necessary for scheduling the main pod of this job.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldReflectionAccessorinternalGetMapFieldReflection(int number)booleanisInitialized()static SubmitOuterClass.Job.BuildernewBuilder()static SubmitOuterClass.Job.BuildernewBuilder(SubmitOuterClass.Job prototype)SubmitOuterClass.Job.BuildernewBuilderForType()protected SubmitOuterClass.Job.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static SubmitOuterClass.JobparseDelimitedFrom(InputStream input)static SubmitOuterClass.JobparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubmitOuterClass.JobparseFrom(byte[] data)static SubmitOuterClass.JobparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubmitOuterClass.JobparseFrom(com.google.protobuf.ByteString data)static SubmitOuterClass.JobparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubmitOuterClass.JobparseFrom(com.google.protobuf.CodedInputStream input)static SubmitOuterClass.JobparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubmitOuterClass.JobparseFrom(InputStream input)static SubmitOuterClass.JobparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubmitOuterClass.JobparseFrom(ByteBuffer data)static SubmitOuterClass.JobparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<SubmitOuterClass.Job>parser()SubmitOuterClass.Job.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLIENT_ID_FIELD_NUMBER
public static final int CLIENT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JOB_SET_ID_FIELD_NUMBER
public static final int JOB_SET_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
QUEUE_FIELD_NUMBER
public static final int QUEUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAMESPACE_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ANNOTATIONS_FIELD_NUMBER
public static final int ANNOTATIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REQUIRED_NODE_LABELS_FIELD_NUMBER
public static final int REQUIRED_NODE_LABELS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OWNER_FIELD_NUMBER
public static final int OWNER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
QUEUE_OWNERSHIP_USER_GROUPS_FIELD_NUMBER
public static final int QUEUE_OWNERSHIP_USER_GROUPS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMPRESSED_QUEUE_OWNERSHIP_USER_GROUPS_FIELD_NUMBER
public static final int COMPRESSED_QUEUE_OWNERSHIP_USER_GROUPS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PRIORITY_FIELD_NUMBER
public static final int PRIORITY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
POD_SPEC_FIELD_NUMBER
public static final int POD_SPEC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
POD_SPECS_FIELD_NUMBER
public static final int POD_SPECS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCHEDULING_RESOURCE_REQUIREMENTS_FIELD_NUMBER
public static final int SCHEDULING_RESOURCE_REQUIREMENTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATED_FIELD_NUMBER
public static final int CREATED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INGRESS_FIELD_NUMBER
public static final int INGRESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVICES_FIELD_NUMBER
public static final int SERVICES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
K8S_INGRESS_FIELD_NUMBER
public static final int K8S_INGRESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
K8S_SERVICE_FIELD_NUMBER
public static final int K8S_SERVICE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCHEDULER_FIELD_NUMBER
public static final int SCHEDULER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXPERIMENTALPRICEINFO_FIELD_NUMBER
public static final int EXPERIMENTALPRICEINFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
- Overrides:
internalGetMapFieldReflectionin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getId
public String getId()
string id = 1;- Specified by:
getIdin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
string id = 1;- Specified by:
getIdBytesin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The bytes for id.
-
getClientId
public String getClientId()
string client_id = 13;- Specified by:
getClientIdin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The clientId.
-
getClientIdBytes
public com.google.protobuf.ByteString getClientIdBytes()
string client_id = 13;- Specified by:
getClientIdBytesin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The bytes for clientId.
-
getJobSetId
public String getJobSetId()
string job_set_id = 2;- Specified by:
getJobSetIdin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The jobSetId.
-
getJobSetIdBytes
public com.google.protobuf.ByteString getJobSetIdBytes()
string job_set_id = 2;- Specified by:
getJobSetIdBytesin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The bytes for jobSetId.
-
getQueue
public String getQueue()
string queue = 3;- Specified by:
getQueuein interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The queue.
-
getQueueBytes
public com.google.protobuf.ByteString getQueueBytes()
string queue = 3;- Specified by:
getQueueBytesin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The bytes for queue.
-
getNamespace
public String getNamespace()
string namespace = 7;- Specified by:
getNamespacein interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The namespace.
-
getNamespaceBytes
public com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 7;- Specified by:
getNamespaceBytesin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The bytes for namespace.
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:SubmitOuterClass.JobOrBuildermap<string, string> labels = 9;- Specified by:
getLabelsCountin interfaceSubmitOuterClass.JobOrBuilder
-
containsLabels
public boolean containsLabels(String key)
map<string, string> labels = 9;- Specified by:
containsLabelsin interfaceSubmitOuterClass.JobOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()instead.- Specified by:
getLabelsin interfaceSubmitOuterClass.JobOrBuilder
-
getLabelsMap
public Map<String,String> getLabelsMap()
map<string, string> labels = 9;- Specified by:
getLabelsMapin interfaceSubmitOuterClass.JobOrBuilder
-
getLabelsOrDefault
public String getLabelsOrDefault(String key, String defaultValue)
map<string, string> labels = 9;- Specified by:
getLabelsOrDefaultin interfaceSubmitOuterClass.JobOrBuilder
-
getLabelsOrThrow
public String getLabelsOrThrow(String key)
map<string, string> labels = 9;- Specified by:
getLabelsOrThrowin interfaceSubmitOuterClass.JobOrBuilder
-
getAnnotationsCount
public int getAnnotationsCount()
Description copied from interface:SubmitOuterClass.JobOrBuildermap<string, string> annotations = 10;- Specified by:
getAnnotationsCountin interfaceSubmitOuterClass.JobOrBuilder
-
containsAnnotations
public boolean containsAnnotations(String key)
map<string, string> annotations = 10;- Specified by:
containsAnnotationsin interfaceSubmitOuterClass.JobOrBuilder
-
getAnnotations
@Deprecated public Map<String,String> getAnnotations()
Deprecated.UsegetAnnotationsMap()instead.- Specified by:
getAnnotationsin interfaceSubmitOuterClass.JobOrBuilder
-
getAnnotationsMap
public Map<String,String> getAnnotationsMap()
map<string, string> annotations = 10;- Specified by:
getAnnotationsMapin interfaceSubmitOuterClass.JobOrBuilder
-
getAnnotationsOrDefault
public String getAnnotationsOrDefault(String key, String defaultValue)
map<string, string> annotations = 10;- Specified by:
getAnnotationsOrDefaultin interfaceSubmitOuterClass.JobOrBuilder
-
getAnnotationsOrThrow
public String getAnnotationsOrThrow(String key)
map<string, string> annotations = 10;- Specified by:
getAnnotationsOrThrowin interfaceSubmitOuterClass.JobOrBuilder
-
getRequiredNodeLabelsCount
@Deprecated public int getRequiredNodeLabelsCount()
Deprecated.Description copied from interface:SubmitOuterClass.JobOrBuildermap<string, string> required_node_labels = 11 [deprecated = true];- Specified by:
getRequiredNodeLabelsCountin interfaceSubmitOuterClass.JobOrBuilder
-
containsRequiredNodeLabels
@Deprecated public boolean containsRequiredNodeLabels(String key)
Deprecated.map<string, string> required_node_labels = 11 [deprecated = true];- Specified by:
containsRequiredNodeLabelsin interfaceSubmitOuterClass.JobOrBuilder
-
getRequiredNodeLabels
@Deprecated public Map<String,String> getRequiredNodeLabels()
Deprecated.UsegetRequiredNodeLabelsMap()instead.- Specified by:
getRequiredNodeLabelsin interfaceSubmitOuterClass.JobOrBuilder
-
getRequiredNodeLabelsMap
@Deprecated public Map<String,String> getRequiredNodeLabelsMap()
Deprecated.map<string, string> required_node_labels = 11 [deprecated = true];- Specified by:
getRequiredNodeLabelsMapin interfaceSubmitOuterClass.JobOrBuilder
-
getRequiredNodeLabelsOrDefault
@Deprecated public String getRequiredNodeLabelsOrDefault(String key, String defaultValue)
Deprecated.map<string, string> required_node_labels = 11 [deprecated = true];- Specified by:
getRequiredNodeLabelsOrDefaultin interfaceSubmitOuterClass.JobOrBuilder
-
getRequiredNodeLabelsOrThrow
@Deprecated public String getRequiredNodeLabelsOrThrow(String key)
Deprecated.map<string, string> required_node_labels = 11 [deprecated = true];- Specified by:
getRequiredNodeLabelsOrThrowin interfaceSubmitOuterClass.JobOrBuilder
-
getOwner
public String getOwner()
string owner = 8;- Specified by:
getOwnerin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The owner.
-
getOwnerBytes
public com.google.protobuf.ByteString getOwnerBytes()
string owner = 8;- Specified by:
getOwnerBytesin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The bytes for owner.
-
getQueueOwnershipUserGroupsList
public com.google.protobuf.ProtocolStringList getQueueOwnershipUserGroupsList()
repeated string queue_ownership_user_groups = 15;- Specified by:
getQueueOwnershipUserGroupsListin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- A list containing the queueOwnershipUserGroups.
-
getQueueOwnershipUserGroupsCount
public int getQueueOwnershipUserGroupsCount()
repeated string queue_ownership_user_groups = 15;- Specified by:
getQueueOwnershipUserGroupsCountin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The count of queueOwnershipUserGroups.
-
getQueueOwnershipUserGroups
public String getQueueOwnershipUserGroups(int index)
repeated string queue_ownership_user_groups = 15;- Specified by:
getQueueOwnershipUserGroupsin interfaceSubmitOuterClass.JobOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The queueOwnershipUserGroups at the given index.
-
getQueueOwnershipUserGroupsBytes
public com.google.protobuf.ByteString getQueueOwnershipUserGroupsBytes(int index)
repeated string queue_ownership_user_groups = 15;- Specified by:
getQueueOwnershipUserGroupsBytesin interfaceSubmitOuterClass.JobOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the queueOwnershipUserGroups at the given index.
-
getCompressedQueueOwnershipUserGroups
public com.google.protobuf.ByteString getCompressedQueueOwnershipUserGroups()
bytes compressed_queue_ownership_user_groups = 19;- Specified by:
getCompressedQueueOwnershipUserGroupsin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The compressedQueueOwnershipUserGroups.
-
getPriority
public double getPriority()
double priority = 4;- Specified by:
getPriorityin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The priority.
-
hasPodSpec
@Deprecated public boolean hasPodSpec()
Deprecated.api.Job.pod_spec is deprecated. See pkg/api/submit.proto;l=121Use PodSpecs instead
.k8s.io.api.core.v1.PodSpec pod_spec = 5 [deprecated = true];- Specified by:
hasPodSpecin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- Whether the podSpec field is set.
-
getPodSpec
@Deprecated public Generated.PodSpec getPodSpec()
Deprecated.api.Job.pod_spec is deprecated. See pkg/api/submit.proto;l=121Use PodSpecs instead
.k8s.io.api.core.v1.PodSpec pod_spec = 5 [deprecated = true];- Specified by:
getPodSpecin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The podSpec.
-
getPodSpecOrBuilder
@Deprecated public Generated.PodSpecOrBuilder getPodSpecOrBuilder()
Deprecated.Use PodSpecs instead
.k8s.io.api.core.v1.PodSpec pod_spec = 5 [deprecated = true];- Specified by:
getPodSpecOrBuilderin interfaceSubmitOuterClass.JobOrBuilder
-
getPodSpecsList
public List<Generated.PodSpec> getPodSpecsList()
repeated .k8s.io.api.core.v1.PodSpec pod_specs = 12;- Specified by:
getPodSpecsListin interfaceSubmitOuterClass.JobOrBuilder
-
getPodSpecsOrBuilderList
public List<? extends Generated.PodSpecOrBuilder> getPodSpecsOrBuilderList()
repeated .k8s.io.api.core.v1.PodSpec pod_specs = 12;- Specified by:
getPodSpecsOrBuilderListin interfaceSubmitOuterClass.JobOrBuilder
-
getPodSpecsCount
public int getPodSpecsCount()
repeated .k8s.io.api.core.v1.PodSpec pod_specs = 12;- Specified by:
getPodSpecsCountin interfaceSubmitOuterClass.JobOrBuilder
-
getPodSpecs
public Generated.PodSpec getPodSpecs(int index)
repeated .k8s.io.api.core.v1.PodSpec pod_specs = 12;- Specified by:
getPodSpecsin interfaceSubmitOuterClass.JobOrBuilder
-
getPodSpecsOrBuilder
public Generated.PodSpecOrBuilder getPodSpecsOrBuilder(int index)
repeated .k8s.io.api.core.v1.PodSpec pod_specs = 12;- Specified by:
getPodSpecsOrBuilderin interfaceSubmitOuterClass.JobOrBuilder
-
hasSchedulingResourceRequirements
public boolean hasSchedulingResourceRequirements()
Resource requests and limits necessary for scheduling the main pod of this job. The requests and limits herein are set to: max( sum across all containers, max over all init containers, ) This is because containers run in parallel, whereas initContainers run serially. This field is populated automatically at submission. Submitting a job with this field already populated results in an error..k8s.io.api.core.v1.ResourceRequirements scheduling_resource_requirements = 21;- Specified by:
hasSchedulingResourceRequirementsin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- Whether the schedulingResourceRequirements field is set.
-
getSchedulingResourceRequirements
public Generated.ResourceRequirements getSchedulingResourceRequirements()
Resource requests and limits necessary for scheduling the main pod of this job. The requests and limits herein are set to: max( sum across all containers, max over all init containers, ) This is because containers run in parallel, whereas initContainers run serially. This field is populated automatically at submission. Submitting a job with this field already populated results in an error..k8s.io.api.core.v1.ResourceRequirements scheduling_resource_requirements = 21;- Specified by:
getSchedulingResourceRequirementsin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The schedulingResourceRequirements.
-
getSchedulingResourceRequirementsOrBuilder
public Generated.ResourceRequirementsOrBuilder getSchedulingResourceRequirementsOrBuilder()
Resource requests and limits necessary for scheduling the main pod of this job. The requests and limits herein are set to: max( sum across all containers, max over all init containers, ) This is because containers run in parallel, whereas initContainers run serially. This field is populated automatically at submission. Submitting a job with this field already populated results in an error..k8s.io.api.core.v1.ResourceRequirements scheduling_resource_requirements = 21;- Specified by:
getSchedulingResourceRequirementsOrBuilderin interfaceSubmitOuterClass.JobOrBuilder
-
hasCreated
public boolean hasCreated()
.google.protobuf.Timestamp created = 6;- Specified by:
hasCreatedin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- Whether the created field is set.
-
getCreated
public com.google.protobuf.Timestamp getCreated()
.google.protobuf.Timestamp created = 6;- Specified by:
getCreatedin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The created.
-
getCreatedOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
.google.protobuf.Timestamp created = 6;- Specified by:
getCreatedOrBuilderin interfaceSubmitOuterClass.JobOrBuilder
-
getIngressList
public List<SubmitOuterClass.IngressConfig> getIngressList()
Services can be provided either as Armada-specific config objects or as proper k8s objects. These options are exclusive, i.e., if either ingress or services is provided, then neither of k8s_ingress or k8s_service can be provided, and vice versa.
repeated .api.IngressConfig ingress = 14;- Specified by:
getIngressListin interfaceSubmitOuterClass.JobOrBuilder
-
getIngressOrBuilderList
public List<? extends SubmitOuterClass.IngressConfigOrBuilder> getIngressOrBuilderList()
Services can be provided either as Armada-specific config objects or as proper k8s objects. These options are exclusive, i.e., if either ingress or services is provided, then neither of k8s_ingress or k8s_service can be provided, and vice versa.
repeated .api.IngressConfig ingress = 14;- Specified by:
getIngressOrBuilderListin interfaceSubmitOuterClass.JobOrBuilder
-
getIngressCount
public int getIngressCount()
Services can be provided either as Armada-specific config objects or as proper k8s objects. These options are exclusive, i.e., if either ingress or services is provided, then neither of k8s_ingress or k8s_service can be provided, and vice versa.
repeated .api.IngressConfig ingress = 14;- Specified by:
getIngressCountin interfaceSubmitOuterClass.JobOrBuilder
-
getIngress
public SubmitOuterClass.IngressConfig getIngress(int index)
Services can be provided either as Armada-specific config objects or as proper k8s objects. These options are exclusive, i.e., if either ingress or services is provided, then neither of k8s_ingress or k8s_service can be provided, and vice versa.
repeated .api.IngressConfig ingress = 14;- Specified by:
getIngressin interfaceSubmitOuterClass.JobOrBuilder
-
getIngressOrBuilder
public SubmitOuterClass.IngressConfigOrBuilder getIngressOrBuilder(int index)
Services can be provided either as Armada-specific config objects or as proper k8s objects. These options are exclusive, i.e., if either ingress or services is provided, then neither of k8s_ingress or k8s_service can be provided, and vice versa.
repeated .api.IngressConfig ingress = 14;- Specified by:
getIngressOrBuilderin interfaceSubmitOuterClass.JobOrBuilder
-
getServicesList
public List<SubmitOuterClass.ServiceConfig> getServicesList()
repeated .api.ServiceConfig services = 16;- Specified by:
getServicesListin interfaceSubmitOuterClass.JobOrBuilder
-
getServicesOrBuilderList
public List<? extends SubmitOuterClass.ServiceConfigOrBuilder> getServicesOrBuilderList()
repeated .api.ServiceConfig services = 16;- Specified by:
getServicesOrBuilderListin interfaceSubmitOuterClass.JobOrBuilder
-
getServicesCount
public int getServicesCount()
repeated .api.ServiceConfig services = 16;- Specified by:
getServicesCountin interfaceSubmitOuterClass.JobOrBuilder
-
getServices
public SubmitOuterClass.ServiceConfig getServices(int index)
repeated .api.ServiceConfig services = 16;- Specified by:
getServicesin interfaceSubmitOuterClass.JobOrBuilder
-
getServicesOrBuilder
public SubmitOuterClass.ServiceConfigOrBuilder getServicesOrBuilder(int index)
repeated .api.ServiceConfig services = 16;- Specified by:
getServicesOrBuilderin interfaceSubmitOuterClass.JobOrBuilder
-
getK8SIngressList
public List<Generated.Ingress> getK8SIngressList()
repeated .k8s.io.api.networking.v1.Ingress k8s_ingress = 17;- Specified by:
getK8SIngressListin interfaceSubmitOuterClass.JobOrBuilder
-
getK8SIngressOrBuilderList
public List<? extends Generated.IngressOrBuilder> getK8SIngressOrBuilderList()
repeated .k8s.io.api.networking.v1.Ingress k8s_ingress = 17;- Specified by:
getK8SIngressOrBuilderListin interfaceSubmitOuterClass.JobOrBuilder
-
getK8SIngressCount
public int getK8SIngressCount()
repeated .k8s.io.api.networking.v1.Ingress k8s_ingress = 17;- Specified by:
getK8SIngressCountin interfaceSubmitOuterClass.JobOrBuilder
-
getK8SIngress
public Generated.Ingress getK8SIngress(int index)
repeated .k8s.io.api.networking.v1.Ingress k8s_ingress = 17;- Specified by:
getK8SIngressin interfaceSubmitOuterClass.JobOrBuilder
-
getK8SIngressOrBuilder
public Generated.IngressOrBuilder getK8SIngressOrBuilder(int index)
repeated .k8s.io.api.networking.v1.Ingress k8s_ingress = 17;- Specified by:
getK8SIngressOrBuilderin interfaceSubmitOuterClass.JobOrBuilder
-
getK8SServiceList
public List<Generated.Service> getK8SServiceList()
repeated .k8s.io.api.core.v1.Service k8s_service = 18;- Specified by:
getK8SServiceListin interfaceSubmitOuterClass.JobOrBuilder
-
getK8SServiceOrBuilderList
public List<? extends Generated.ServiceOrBuilder> getK8SServiceOrBuilderList()
repeated .k8s.io.api.core.v1.Service k8s_service = 18;- Specified by:
getK8SServiceOrBuilderListin interfaceSubmitOuterClass.JobOrBuilder
-
getK8SServiceCount
public int getK8SServiceCount()
repeated .k8s.io.api.core.v1.Service k8s_service = 18;- Specified by:
getK8SServiceCountin interfaceSubmitOuterClass.JobOrBuilder
-
getK8SService
public Generated.Service getK8SService(int index)
repeated .k8s.io.api.core.v1.Service k8s_service = 18;- Specified by:
getK8SServicein interfaceSubmitOuterClass.JobOrBuilder
-
getK8SServiceOrBuilder
public Generated.ServiceOrBuilder getK8SServiceOrBuilder(int index)
repeated .k8s.io.api.core.v1.Service k8s_service = 18;- Specified by:
getK8SServiceOrBuilderin interfaceSubmitOuterClass.JobOrBuilder
-
getScheduler
public String getScheduler()
Indicates which scheduler should manage this job. If empty, the default scheduler is used.
string scheduler = 20;- Specified by:
getSchedulerin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The scheduler.
-
getSchedulerBytes
public com.google.protobuf.ByteString getSchedulerBytes()
Indicates which scheduler should manage this job. If empty, the default scheduler is used.
string scheduler = 20;- Specified by:
getSchedulerBytesin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The bytes for scheduler.
-
hasExperimentalPriceInfo
public boolean hasExperimentalPriceInfo()
.api.ExperimentalPriceInfo experimentalPriceInfo = 30;- Specified by:
hasExperimentalPriceInfoin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- Whether the experimentalPriceInfo field is set.
-
getExperimentalPriceInfo
public SubmitOuterClass.ExperimentalPriceInfo getExperimentalPriceInfo()
.api.ExperimentalPriceInfo experimentalPriceInfo = 30;- Specified by:
getExperimentalPriceInfoin interfaceSubmitOuterClass.JobOrBuilder- Returns:
- The experimentalPriceInfo.
-
getExperimentalPriceInfoOrBuilder
public SubmitOuterClass.ExperimentalPriceInfoOrBuilder getExperimentalPriceInfoOrBuilder()
.api.ExperimentalPriceInfo experimentalPriceInfo = 30;- Specified by:
getExperimentalPriceInfoOrBuilderin interfaceSubmitOuterClass.JobOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static SubmitOuterClass.Job parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SubmitOuterClass.Job parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SubmitOuterClass.Job parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SubmitOuterClass.Job parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SubmitOuterClass.Job parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SubmitOuterClass.Job parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SubmitOuterClass.Job parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static SubmitOuterClass.Job parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static SubmitOuterClass.Job parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static SubmitOuterClass.Job parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static SubmitOuterClass.Job parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static SubmitOuterClass.Job parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public SubmitOuterClass.Job.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static SubmitOuterClass.Job.Builder newBuilder()
-
newBuilder
public static SubmitOuterClass.Job.Builder newBuilder(SubmitOuterClass.Job prototype)
-
toBuilder
public SubmitOuterClass.Job.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected SubmitOuterClass.Job.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static SubmitOuterClass.Job getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<SubmitOuterClass.Job> parser()
-
getParserForType
public com.google.protobuf.Parser<SubmitOuterClass.Job> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public SubmitOuterClass.Job getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-