Class RunJobRequest.Builder (0.51.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 0.78.0 (latest)
- 0.76.0
- 0.75.0
- 0.74.0
- 0.73.0
- 0.72.0
- 0.70.0
- 0.68.0
- 0.67.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.5
- 0.2.1
- 0.1.2
publicstaticfinalclass RunJobRequest.BuilderextendsGeneratedMessageV3.Builder<RunJobRequest.Builder>implementsRunJobRequestOrBuilderRequest message to create a new Execution of a Job.
Protobuf type google.cloud.run.v2.RunJobRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RunJobRequest.BuilderImplements
RunJobRequestOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicRunJobRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
build()
publicRunJobRequestbuild()| Returns | |
|---|---|
| Type | Description |
RunJobRequest |
|
buildPartial()
publicRunJobRequestbuildPartial()| Returns | |
|---|---|
| Type | Description |
RunJobRequest |
|
clear()
publicRunJobRequest.Builderclear()| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
clearEtag()
publicRunJobRequest.BuilderclearEtag()A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
string etag = 3;
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
publicRunJobRequest.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
clearName()
publicRunJobRequest.BuilderclearName()Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
publicRunJobRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
clearOverrides()
publicRunJobRequest.BuilderclearOverrides()Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.
.google.cloud.run.v2.RunJobRequest.Overrides overrides = 4;
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
clearValidateOnly()
publicRunJobRequest.BuilderclearValidateOnly()Indicates that the request should be validated without actually deleting any resources.
bool validate_only = 2;
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
This builder for chaining. |
clone()
publicRunJobRequest.Builderclone()| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
getDefaultInstanceForType()
publicRunJobRequestgetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RunJobRequest |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEtag()
publicStringgetEtag()A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
string etag = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The etag. |
getEtagBytes()
publicByteStringgetEtagBytes()A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
string etag = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for etag. |
getName()
publicStringgetName()Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
publicByteStringgetNameBytes()Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getOverrides()
publicRunJobRequest.OverridesgetOverrides()Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.
.google.cloud.run.v2.RunJobRequest.Overrides overrides = 4;
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Overrides |
The overrides. |
getOverridesBuilder()
publicRunJobRequest.Overrides.BuildergetOverridesBuilder()Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.
.google.cloud.run.v2.RunJobRequest.Overrides overrides = 4;
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Overrides.Builder |
|
getOverridesOrBuilder()
publicRunJobRequest.OverridesOrBuildergetOverridesOrBuilder()Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.
.google.cloud.run.v2.RunJobRequest.Overrides overrides = 4;
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.OverridesOrBuilder |
|
getValidateOnly()
publicbooleangetValidateOnly()Indicates that the request should be validated without actually deleting any resources.
bool validate_only = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasOverrides()
publicbooleanhasOverrides()Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.
.google.cloud.run.v2.RunJobRequest.Overrides overrides = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the overrides field is set. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RunJobRequest other)
publicRunJobRequest.BuildermergeFrom(RunJobRequestother)| Parameter | |
|---|---|
| Name | Description |
other |
RunJobRequest |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicRunJobRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicRunJobRequest.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
mergeOverrides(RunJobRequest.Overrides value)
publicRunJobRequest.BuildermergeOverrides(RunJobRequest.Overridesvalue)Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.
.google.cloud.run.v2.RunJobRequest.Overrides overrides = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
RunJobRequest.Overrides |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalRunJobRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
setEtag(String value)
publicRunJobRequest.BuildersetEtag(Stringvalue)A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
string etag = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
String The etag to set. |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
publicRunJobRequest.BuildersetEtagBytes(ByteStringvalue)A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
string etag = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for etag to set. |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
publicRunJobRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
setName(String value)
publicRunJobRequest.BuildersetName(Stringvalue)Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
String The name to set. |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
publicRunJobRequest.BuildersetNameBytes(ByteStringvalue)Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
This builder for chaining. |
setOverrides(RunJobRequest.Overrides value)
publicRunJobRequest.BuildersetOverrides(RunJobRequest.Overridesvalue)Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.
.google.cloud.run.v2.RunJobRequest.Overrides overrides = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
RunJobRequest.Overrides |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
setOverrides(RunJobRequest.Overrides.Builder builderForValue)
publicRunJobRequest.BuildersetOverrides(RunJobRequest.Overrides.BuilderbuilderForValue)Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.
.google.cloud.run.v2.RunJobRequest.Overrides overrides = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RunJobRequest.Overrides.Builder |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicRunJobRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalRunJobRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
|
setValidateOnly(boolean value)
publicRunJobRequest.BuildersetValidateOnly(booleanvalue)Indicates that the request should be validated without actually deleting any resources.
bool validate_only = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
boolean The validateOnly to set. |
| Returns | |
|---|---|
| Type | Description |
RunJobRequest.Builder |
This builder for chaining. |