publicfinalclass ExecutionTemplateextendsGeneratedMessageV3implementsExecutionTemplateOrBuilder
ExecutionTemplate describes the data an execution should have when created
from a template.
Protobuf type google.cloud.run.v2.ExecutionTemplate
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
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)
Unstructured key value map that may be set by external tools to store and
arbitrary metadata. They are not queryable and should be preserved
when modifying objects.
<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.
<p>This field follows Kubernetes annotations' namespacing, limits, and
rules.
map<string, string> annotations = 2;
| Parameter |
| Name |
Description |
key |
String
|
containsLabels(String key)
publicbooleancontainsLabels(Stringkey)
Unstructured key value map that can be used to organize and categorize
objects.
User-provided labels are shared with Google's billing system, so they can
be used to filter, or break down billing charges by team, component,
environment, state, etc. For more information, visit
https://cloud.google.com/resource-manager/docs/creating-managing-labels or
https://cloud.google.com/run/docs/configuring/labels.
<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()
Unstructured key value map that may be set by external tools to store and
arbitrary metadata. They are not queryable and should be preserved
when modifying objects.
<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.
<p>This field follows Kubernetes annotations' namespacing, limits, and
rules.
map<string, string> annotations = 2;
| Returns |
| Type |
Description |
int |
getAnnotationsMap()
publicMap<String,String>getAnnotationsMap()
Unstructured key value map that may be set by external tools to store and
arbitrary metadata. They are not queryable and should be preserved
when modifying objects.
<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.
<p>This field follows Kubernetes annotations' namespacing, limits, and
rules.
map<string, string> annotations = 2;
getAnnotationsOrDefault(String key, String defaultValue)
publicStringgetAnnotationsOrDefault(Stringkey,StringdefaultValue)
Unstructured key value map that may be set by external tools to store and
arbitrary metadata. They are not queryable and should be preserved
when modifying objects.
<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.
<p>This field follows Kubernetes annotations' namespacing, limits, and
rules.
map<string, string> annotations = 2;
| Returns |
| Type |
Description |
String |
getAnnotationsOrThrow(String key)
publicStringgetAnnotationsOrThrow(Stringkey)
Unstructured key value map that may be set by external tools to store and
arbitrary metadata. They are not queryable and should be preserved
when modifying objects.
<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.
<p>This field follows Kubernetes annotations' namespacing, limits, and
rules.
map<string, string> annotations = 2;
| Parameter |
| Name |
Description |
key |
String
|
| Returns |
| Type |
Description |
String |
getDefaultInstanceForType()
publicExecutionTemplategetDefaultInstanceForType()
getLabels()
publicMap<String,String>getLabels()
getLabelsCount()
publicintgetLabelsCount()
Unstructured key value map that can be used to organize and categorize
objects.
User-provided labels are shared with Google's billing system, so they can
be used to filter, or break down billing charges by team, component,
environment, state, etc. For more information, visit
https://cloud.google.com/resource-manager/docs/creating-managing-labels or
https://cloud.google.com/run/docs/configuring/labels.
<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()
Unstructured key value map that can be used to organize and categorize
objects.
User-provided labels are shared with Google's billing system, so they can
be used to filter, or break down billing charges by team, component,
environment, state, etc. For more information, visit
https://cloud.google.com/resource-manager/docs/creating-managing-labels or
https://cloud.google.com/run/docs/configuring/labels.
<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)
Unstructured key value map that can be used to organize and categorize
objects.
User-provided labels are shared with Google's billing system, so they can
be used to filter, or break down billing charges by team, component,
environment, state, etc. For more information, visit
https://cloud.google.com/resource-manager/docs/creating-managing-labels or
https://cloud.google.com/run/docs/configuring/labels.
<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)
Unstructured key value map that can be used to organize and categorize
objects.
User-provided labels are shared with Google's billing system, so they can
be used to filter, or break down billing charges by team, component,
environment, state, etc. For more information, visit
https://cloud.google.com/resource-manager/docs/creating-managing-labels or
https://cloud.google.com/run/docs/configuring/labels.
<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()
Specifies the desired number of tasks the execution should run.
Setting to 1 means that parallelism is limited to 1 and the success of
that task signals the success of the execution. Defaults to 1.
int32 task_count = 4;
| 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];
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