Class DeleteJobRequest.Builder (0.41.0)

public static final class DeleteJobRequest.Builder extends GeneratedMessageV3.Builder<DeleteJobRequest.Builder> implements DeleteJobRequestOrBuilder

DeleteJob Request.

Protobuf type google.cloud.batch.v1.DeleteJobRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DeleteJobRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DeleteJobRequest.Builder
Overrides

build()

public DeleteJobRequest build()
Returns
TypeDescription
DeleteJobRequest

buildPartial()

public DeleteJobRequest buildPartial()
Returns
TypeDescription
DeleteJobRequest

clear()

public DeleteJobRequest.Builder clear()
Returns
TypeDescription
DeleteJobRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public DeleteJobRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
DeleteJobRequest.Builder
Overrides

clearName()

public DeleteJobRequest.Builder clearName()

Job name.

string name = 1;

Returns
TypeDescription
DeleteJobRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DeleteJobRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
DeleteJobRequest.Builder
Overrides

clearReason()

public DeleteJobRequest.Builder clearReason()

Optional. Reason for this deletion.

string reason = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DeleteJobRequest.Builder

This builder for chaining.

clearRequestId()

public DeleteJobRequest.Builder clearRequestId()

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request.

For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DeleteJobRequest.Builder

This builder for chaining.

clone()

public DeleteJobRequest.Builder clone()
Returns
TypeDescription
DeleteJobRequest.Builder
Overrides

getDefaultInstanceForType()

public DeleteJobRequest getDefaultInstanceForType()
Returns
TypeDescription
DeleteJobRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

Job name.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Job name.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getReason()

public String getReason()

Optional. Reason for this deletion.

string reason = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The reason.

getReasonBytes()

public ByteString getReasonBytes()

Optional. Reason for this deletion.

string reason = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for reason.

getRequestId()

public String getRequestId()

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request.

For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request.

For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for requestId.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(DeleteJobRequest other)

public DeleteJobRequest.Builder mergeFrom(DeleteJobRequest other)
Parameter
NameDescription
otherDeleteJobRequest
Returns
TypeDescription
DeleteJobRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeleteJobRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteJobRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public DeleteJobRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
DeleteJobRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeleteJobRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DeleteJobRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public DeleteJobRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DeleteJobRequest.Builder
Overrides

setName(String value)

public DeleteJobRequest.Builder setName(String value)

Job name.

string name = 1;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
DeleteJobRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteJobRequest.Builder setNameBytes(ByteString value)

Job name.

string name = 1;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
DeleteJobRequest.Builder

This builder for chaining.

setReason(String value)

public DeleteJobRequest.Builder setReason(String value)

Optional. Reason for this deletion.

string reason = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The reason to set.

Returns
TypeDescription
DeleteJobRequest.Builder

This builder for chaining.

setReasonBytes(ByteString value)

public DeleteJobRequest.Builder setReasonBytes(ByteString value)

Optional. Reason for this deletion.

string reason = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for reason to set.

Returns
TypeDescription
DeleteJobRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DeleteJobRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
DeleteJobRequest.Builder
Overrides

setRequestId(String value)

public DeleteJobRequest.Builder setRequestId(String value)

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request.

For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The requestId to set.

Returns
TypeDescription
DeleteJobRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public DeleteJobRequest.Builder setRequestIdBytes(ByteString value)

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request.

For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for requestId to set.

Returns
TypeDescription
DeleteJobRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final DeleteJobRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DeleteJobRequest.Builder
Overrides