Class CreateJobRequest.Builder (0.9.0)

public static final class CreateJobRequest.Builder extends GeneratedMessageV3.Builder<CreateJobRequest.Builder> implements CreateJobRequestOrBuilder

CreateJob Request.

Protobuf type google.cloud.batch.v1.CreateJobRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public CreateJobRequest build()
Returns
TypeDescription
CreateJobRequest

buildPartial()

public CreateJobRequest buildPartial()
Returns
TypeDescription
CreateJobRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearJob()

public CreateJobRequest.Builder clearJob()

Required. The Job to create.

.google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreateJobRequest.Builder

clearJobId()

public CreateJobRequest.Builder clearJobId()

ID used to uniquely identify the Job within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and '-' are accepted. The '-' character cannot be the first or the last one. A system generated ID will be used if the field is not set. The job.name field in the request will be ignored and the created resource name of the Job will be "{parent}/jobs/{job_id}".

string job_id = 2;

Returns
TypeDescription
CreateJobRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearParent()

public CreateJobRequest.Builder clearParent()

Required. The parent resource name where the Job will be created. Pattern: "projects/{project}/locations/{location}"

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
CreateJobRequest.Builder

This builder for chaining.

clearRequestId()

public CreateJobRequest.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 since the first request. For example, consider a situation where you make an initial request and t he 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
CreateJobRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public CreateJobRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateJobRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getJob()

public Job getJob()

Required. The Job to create.

.google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Job

The job.

getJobBuilder()

public Job.Builder getJobBuilder()

Required. The Job to create.

.google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Job.Builder

getJobId()

public String getJobId()

ID used to uniquely identify the Job within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and '-' are accepted. The '-' character cannot be the first or the last one. A system generated ID will be used if the field is not set. The job.name field in the request will be ignored and the created resource name of the Job will be "{parent}/jobs/{job_id}".

string job_id = 2;

Returns
TypeDescription
String

The jobId.

getJobIdBytes()

public ByteString getJobIdBytes()

ID used to uniquely identify the Job within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and '-' are accepted. The '-' character cannot be the first or the last one. A system generated ID will be used if the field is not set. The job.name field in the request will be ignored and the created resource name of the Job will be "{parent}/jobs/{job_id}".

string job_id = 2;

Returns
TypeDescription
ByteString

The bytes for jobId.

getJobOrBuilder()

public JobOrBuilder getJobOrBuilder()

Required. The Job to create.

.google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
JobOrBuilder

getParent()

public String getParent()

Required. The parent resource name where the Job will be created. Pattern: "projects/{project}/locations/{location}"

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent resource name where the Job will be created. Pattern: "projects/{project}/locations/{location}"

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

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 since the first request. For example, consider a situation where you make an initial request and t he 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 since the first request. For example, consider a situation where you make an initial request and t he 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.

hasJob()

public boolean hasJob()

Required. The Job to create.

.google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the job field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CreateJobRequest other)

public CreateJobRequest.Builder mergeFrom(CreateJobRequest other)
Parameter
NameDescription
otherCreateJobRequest
Returns
TypeDescription
CreateJobRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeJob(Job value)

public CreateJobRequest.Builder mergeJob(Job value)

Required. The Job to create.

.google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueJob
Returns
TypeDescription
CreateJobRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setJob(Job value)

public CreateJobRequest.Builder setJob(Job value)

Required. The Job to create.

.google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueJob
Returns
TypeDescription
CreateJobRequest.Builder

setJob(Job.Builder builderForValue)

public CreateJobRequest.Builder setJob(Job.Builder builderForValue)

Required. The Job to create.

.google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueJob.Builder
Returns
TypeDescription
CreateJobRequest.Builder

setJobId(String value)

public CreateJobRequest.Builder setJobId(String value)

ID used to uniquely identify the Job within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and '-' are accepted. The '-' character cannot be the first or the last one. A system generated ID will be used if the field is not set. The job.name field in the request will be ignored and the created resource name of the Job will be "{parent}/jobs/{job_id}".

string job_id = 2;

Parameter
NameDescription
valueString

The jobId to set.

Returns
TypeDescription
CreateJobRequest.Builder

This builder for chaining.

setJobIdBytes(ByteString value)

public CreateJobRequest.Builder setJobIdBytes(ByteString value)

ID used to uniquely identify the Job within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and '-' are accepted. The '-' character cannot be the first or the last one. A system generated ID will be used if the field is not set. The job.name field in the request will be ignored and the created resource name of the Job will be "{parent}/jobs/{job_id}".

string job_id = 2;

Parameter
NameDescription
valueByteString

The bytes for jobId to set.

Returns
TypeDescription
CreateJobRequest.Builder

This builder for chaining.

setParent(String value)

public CreateJobRequest.Builder setParent(String value)

Required. The parent resource name where the Job will be created. Pattern: "projects/{project}/locations/{location}"

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
CreateJobRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateJobRequest.Builder setParentBytes(ByteString value)

Required. The parent resource name where the Job will be created. Pattern: "projects/{project}/locations/{location}"

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
CreateJobRequest.Builder

This builder for chaining.

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

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

setRequestId(String value)

public CreateJobRequest.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 since the first request. For example, consider a situation where you make an initial request and t he 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
CreateJobRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public CreateJobRequest.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 since the first request. For example, consider a situation where you make an initial request and t he 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
CreateJobRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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