publicstaticfinalclass CancelExecutionRequest.BuilderextendsGeneratedMessageV3.Builder<CancelExecutionRequest.Builder>implementsCancelExecutionRequestOrBuilder
Request message for deleting an Execution.
Protobuf type google.cloud.run.v2.CancelExecutionRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicCancelExecutionRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicCancelExecutionRequestbuild()
buildPartial()
publicCancelExecutionRequestbuildPartial()
clear()
publicCancelExecutionRequest.Builderclear()
Overrides
clearEtag()
publicCancelExecutionRequest.BuilderclearEtag()
A system-generated fingerprint for this version of the resource.
This may be used to detect modification conflict during updates.
string etag = 3;
clearField(Descriptors.FieldDescriptor field)
publicCancelExecutionRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearName()
publicCancelExecutionRequest.BuilderclearName()
Required. The name of the Execution to cancel.
Format:
projects/{project}/locations/{location}/jobs/{job}/executions/{execution},
where {project} can be project id or number.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clearOneof(Descriptors.OneofDescriptor oneof)
publicCancelExecutionRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearValidateOnly()
publicCancelExecutionRequest.BuilderclearValidateOnly()
Indicates that the request should be validated without actually
cancelling any resources.
bool validate_only = 2;
clone()
publicCancelExecutionRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicCancelExecutionRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getEtag()
A system-generated fingerprint for this version of the resource.
This 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.
This may be used to detect modification conflict during updates.
string etag = 3;
| Returns |
| Type |
Description |
ByteString |
The bytes for etag.
|
getName()
Required. The name of the Execution to cancel.
Format:
projects/{project}/locations/{location}/jobs/{job}/executions/{execution},
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 name of the Execution to cancel.
Format:
projects/{project}/locations/{location}/jobs/{job}/executions/{execution},
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.
|
getValidateOnly()
publicbooleangetValidateOnly()
Indicates that the request should be validated without actually
cancelling any resources.
bool validate_only = 2;
| Returns |
| Type |
Description |
boolean |
The validateOnly.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(CancelExecutionRequest other)
publicCancelExecutionRequest.BuildermergeFrom(CancelExecutionRequestother)
publicCancelExecutionRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicCancelExecutionRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalCancelExecutionRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setEtag(String value)
publicCancelExecutionRequest.BuildersetEtag(Stringvalue)
A system-generated fingerprint for this version of the resource.
This may be used to detect modification conflict during updates.
string etag = 3;
| Parameter |
| Name |
Description |
value |
String
The etag to set.
|
setEtagBytes(ByteString value)
publicCancelExecutionRequest.BuildersetEtagBytes(ByteStringvalue)
A system-generated fingerprint for this version of the resource.
This may be used to detect modification conflict during updates.
string etag = 3;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for etag to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
publicCancelExecutionRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setName(String value)
publicCancelExecutionRequest.BuildersetName(Stringvalue)
Required. The name of the Execution to cancel.
Format:
projects/{project}/locations/{location}/jobs/{job}/executions/{execution},
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.
|
setNameBytes(ByteString value)
publicCancelExecutionRequest.BuildersetNameBytes(ByteStringvalue)
Required. The name of the Execution to cancel.
Format:
projects/{project}/locations/{location}/jobs/{job}/executions/{execution},
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicCancelExecutionRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalCancelExecutionRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
setValidateOnly(boolean value)
publicCancelExecutionRequest.BuildersetValidateOnly(booleanvalue)
Indicates that the request should be validated without actually
cancelling any resources.
bool validate_only = 2;
| Parameter |
| Name |
Description |
value |
boolean
The validateOnly to set.
|