- 0.52.0 (latest)
- 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
public static final class CreateJobRequest.Builder extends GeneratedMessageV3.Builder<CreateJobRequest.Builder> implements CreateJobRequestOrBuilder
Request message for creating a Job.
Protobuf type google.cloud.run.v2.CreateJobRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CreateJobRequest.BuilderImplements
CreateJobRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateJobRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
build()
public CreateJobRequest build()
Returns | |
---|---|
Type | Description |
CreateJobRequest |
buildPartial()
public CreateJobRequest buildPartial()
Returns | |
---|---|
Type | Description |
CreateJobRequest |
clear()
public CreateJobRequest.Builder clear()
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public CreateJobRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
clearJob()
public CreateJobRequest.Builder clearJob()
Required. The Job instance to create.
.google.cloud.run.v2.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
clearJobId()
public CreateJobRequest.Builder clearJobId()
Required. The unique identifier for the Job. The name of the job becomes {parent}/jobs/{job_id}.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateJobRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
clearParent()
public CreateJobRequest.Builder clearParent()
Required. The location and project in which this Job should be created. Format: projects/{project}/locations/{location}, where {project} can be project id or number.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
This builder for chaining. |
clearValidateOnly()
public CreateJobRequest.Builder clearValidateOnly()
Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.
bool validate_only = 4;
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
This builder for chaining. |
clone()
public CreateJobRequest.Builder clone()
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
getDefaultInstanceForType()
public CreateJobRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
CreateJobRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getJob()
public Job getJob()
Required. The Job instance to create.
.google.cloud.run.v2.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Job |
The job. |
getJobBuilder()
public Job.Builder getJobBuilder()
Required. The Job instance to create.
.google.cloud.run.v2.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Job.Builder |
getJobId()
public String getJobId()
Required. The unique identifier for the Job. The name of the job becomes {parent}/jobs/{job_id}.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The jobId. |
getJobIdBytes()
public ByteString getJobIdBytes()
Required. The unique identifier for the Job. The name of the job becomes {parent}/jobs/{job_id}.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for jobId. |
getJobOrBuilder()
public JobOrBuilder getJobOrBuilder()
Required. The Job instance to create.
.google.cloud.run.v2.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
JobOrBuilder |
getParent()
public String getParent()
Required. The location and project in which this Job should be created. Format: projects/{project}/locations/{location}, where {project} can be project id or number.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. The location and project in which this Job should be created. Format: projects/{project}/locations/{location}, where {project} can be project id or number.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getValidateOnly()
public boolean getValidateOnly()
Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.
bool validate_only = 4;
Returns | |
---|---|
Type | Description |
boolean |
The validateOnly. |
hasJob()
public boolean hasJob()
Required. The Job instance to create.
.google.cloud.run.v2.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the job field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(CreateJobRequest other)
public CreateJobRequest.Builder mergeFrom(CreateJobRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateJobRequest |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateJobRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public CreateJobRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
mergeJob(Job value)
public CreateJobRequest.Builder mergeJob(Job value)
Required. The Job instance to create.
.google.cloud.run.v2.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
Job |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateJobRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public CreateJobRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
setJob(Job value)
public CreateJobRequest.Builder setJob(Job value)
Required. The Job instance to create.
.google.cloud.run.v2.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
Job |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
setJob(Job.Builder builderForValue)
public CreateJobRequest.Builder setJob(Job.Builder builderForValue)
Required. The Job instance to create.
.google.cloud.run.v2.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
builderForValue |
Job.Builder |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
setJobId(String value)
public CreateJobRequest.Builder setJobId(String value)
Required. The unique identifier for the Job. The name of the job becomes {parent}/jobs/{job_id}.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The jobId to set. |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
This builder for chaining. |
setJobIdBytes(ByteString value)
public CreateJobRequest.Builder setJobIdBytes(ByteString value)
Required. The unique identifier for the Job. The name of the job becomes {parent}/jobs/{job_id}.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for jobId to set. |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
This builder for chaining. |
setParent(String value)
public CreateJobRequest.Builder setParent(String value)
Required. The location and project in which this Job should be created. Format: projects/{project}/locations/{location}, where {project} can be project id or number.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The parent to set. |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateJobRequest.Builder setParentBytes(ByteString value)
Required. The location and project in which this Job should be created. Format: projects/{project}/locations/{location}, where {project} can be project id or number.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for parent to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateJobRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
setValidateOnly(boolean value)
public CreateJobRequest.Builder setValidateOnly(boolean value)
Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.
bool validate_only = 4;
Parameter | |
---|---|
Name | Description |
value |
boolean The validateOnly to set. |
Returns | |
---|---|
Type | Description |
CreateJobRequest.Builder |
This builder for chaining. |