publicfinalclass ExecutionTemplateextendsGeneratedMessageV3implementsExecutionTemplateOrBuilder
ExecutionTemplate describes the data an execution should have when created
from a template.
Protobuf type google.cloud.run.v2.ExecutionTemplate
Static Fields
ANNOTATIONS_FIELD_NUMBER
publicstaticfinalintANNOTATIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
LABELS_FIELD_NUMBER
publicstaticfinalintLABELS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PARALLELISM_FIELD_NUMBER
publicstaticfinalintPARALLELISM_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
TASK_COUNT_FIELD_NUMBER
publicstaticfinalintTASK_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
TEMPLATE_FIELD_NUMBER
publicstaticfinalintTEMPLATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticExecutionTemplategetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticExecutionTemplate.BuildernewBuilder()
newBuilder(ExecutionTemplate prototype)
publicstaticExecutionTemplate.BuildernewBuilder(ExecutionTemplateprototype)
publicstaticExecutionTemplateparseDelimitedFrom(InputStreaminput)
publicstaticExecutionTemplateparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticExecutionTemplateparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticExecutionTemplateparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticExecutionTemplateparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticExecutionTemplateparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticExecutionTemplateparseFrom(CodedInputStreaminput)
publicstaticExecutionTemplateparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticExecutionTemplateparseFrom(InputStreaminput)
publicstaticExecutionTemplateparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticExecutionTemplateparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticExecutionTemplateparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<ExecutionTemplate>parser()
Methods
containsAnnotations(String key)
publicbooleancontainsAnnotations(Stringkey)
KRM-style annotations for the resource.
<p>Cloud Run API v2 does not support annotations with run.googleapis.com,
cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
namespaces, and they will be rejected. All system annotations in v1 now
have a corresponding field in v2 ExecutionTemplate.
map<string, string> annotations = 2;
| Parameter |
| Name |
Description |
key |
String
|
containsLabels(String key)
publicbooleancontainsLabels(Stringkey)
KRM-style labels for the resource.
<p>Cloud Run API v2 does not support labels with run.googleapis.com,
cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a
corresponding field in v2 ExecutionTemplate.
map<string, string> labels = 1;
| Parameter |
| Name |
Description |
key |
String
|
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAnnotations()
publicMap<String,String>getAnnotations()
getAnnotationsCount()
publicintgetAnnotationsCount()
KRM-style annotations for the resource.
<p>Cloud Run API v2 does not support annotations with run.googleapis.com,
cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
namespaces, and they will be rejected. All system annotations in v1 now
have a corresponding field in v2 ExecutionTemplate.
map<string, string> annotations = 2;
| Returns |
| Type |
Description |
int |
getAnnotationsMap()
publicMap<String,String>getAnnotationsMap()
KRM-style annotations for the resource.
<p>Cloud Run API v2 does not support annotations with run.googleapis.com,
cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
namespaces, and they will be rejected. All system annotations in v1 now
have a corresponding field in v2 ExecutionTemplate.
map<string, string> annotations = 2;
getAnnotationsOrDefault(String key, String defaultValue)
publicStringgetAnnotationsOrDefault(Stringkey,StringdefaultValue)
KRM-style annotations for the resource.
<p>Cloud Run API v2 does not support annotations with run.googleapis.com,
cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
namespaces, and they will be rejected. All system annotations in v1 now
have a corresponding field in v2 ExecutionTemplate.
map<string, string> annotations = 2;
| Returns |
| Type |
Description |
String |
getAnnotationsOrThrow(String key)
publicStringgetAnnotationsOrThrow(Stringkey)
KRM-style annotations for the resource.
<p>Cloud Run API v2 does not support annotations with run.googleapis.com,
cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
namespaces, and they will be rejected. All system annotations in v1 now
have a corresponding field in v2 ExecutionTemplate.
map<string, string> annotations = 2;
| Parameter |
| Name |
Description |
key |
String
|
| Returns |
| Type |
Description |
String |
getDefaultInstanceForType()
publicExecutionTemplategetDefaultInstanceForType()
getLabels()
publicMap<String,String>getLabels()
getLabelsCount()
publicintgetLabelsCount()
KRM-style labels for the resource.
<p>Cloud Run API v2 does not support labels with run.googleapis.com,
cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a
corresponding field in v2 ExecutionTemplate.
map<string, string> labels = 1;
| Returns |
| Type |
Description |
int |
getLabelsMap()
publicMap<String,String>getLabelsMap()
KRM-style labels for the resource.
<p>Cloud Run API v2 does not support labels with run.googleapis.com,
cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a
corresponding field in v2 ExecutionTemplate.
map<string, string> labels = 1;
getLabelsOrDefault(String key, String defaultValue)
publicStringgetLabelsOrDefault(Stringkey,StringdefaultValue)
KRM-style labels for the resource.
<p>Cloud Run API v2 does not support labels with run.googleapis.com,
cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a
corresponding field in v2 ExecutionTemplate.
map<string, string> labels = 1;
| Returns |
| Type |
Description |
String |
getLabelsOrThrow(String key)
publicStringgetLabelsOrThrow(Stringkey)
KRM-style labels for the resource.
<p>Cloud Run API v2 does not support labels with run.googleapis.com,
cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a
corresponding field in v2 ExecutionTemplate.
map<string, string> labels = 1;
| Parameter |
| Name |
Description |
key |
String
|
| Returns |
| Type |
Description |
String |
getParallelism()
publicintgetParallelism()
Specifies the maximum desired number of tasks the execution should run at
given time. Must be <= task_count.
When the job is run, if this field is 0 or unset, the maximum possible
value will be used for that execution.
The actual number of tasks running in steady state will be less than this
number when there are fewer tasks waiting to be completed remaining,
i.e. when the work left to do is less than max parallelism.
int32 parallelism = 3;
| Returns |
| Type |
Description |
int |
The parallelism.
|
getParserForType()
publicParser<ExecutionTemplate>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getTaskCount()
| Returns |
| Type |
Description |
int |
The taskCount.
|
getTemplate()
publicTaskTemplategetTemplate()
Required. Describes the task(s) that will be created when executing an
execution.
.google.cloud.run.v2.TaskTemplate template = 5 [(.google.api.field_behavior) = REQUIRED];
getTemplateOrBuilder()
publicTaskTemplateOrBuildergetTemplateOrBuilder()
Required. Describes the task(s) that will be created when executing an
execution.
.google.cloud.run.v2.TaskTemplate template = 5 [(.google.api.field_behavior) = REQUIRED];
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()
Overrides
hasTemplate()
publicbooleanhasTemplate()
Required. Describes the task(s) that will be created when executing an
execution.
.google.cloud.run.v2.TaskTemplate template = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the template field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
internalGetMapField(int number)
protectedMapFieldinternalGetMapField(intnumber)
| Parameter |
| Name |
Description |
number |
int
|
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicExecutionTemplate.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedExecutionTemplate.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicExecutionTemplate.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides