Package com.google.cloud.run.v2
Interface DeleteJobRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteJobRequest,DeleteJobRequest.Builder
public interface DeleteJobRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEtag()A system-generated fingerprint for this version of the resource.com.google.protobuf.ByteStringgetEtagBytes()A system-generated fingerprint for this version of the resource.StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.booleangetValidateOnly()Indicates that the request should be validated without actually deleting any resources.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
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:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
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:
- The bytes for name.
-
getValidateOnly
boolean getValidateOnly()
Indicates that the request should be validated without actually deleting any resources.
bool validate_only = 3;- Returns:
- The validateOnly.
-
getEtag
String getEtag()
A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
string etag = 4;- Returns:
- The etag.
-
getEtagBytes
com.google.protobuf.ByteString getEtagBytes()
A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
string etag = 4;- Returns:
- The bytes for etag.
-
-