public static final class GetJobRequest.Builder extends GeneratedMessageV3.Builder<GetJobRequest.Builder> implements GetJobRequestOrBuilderGet job request.
Protobuf type google.cloud.talent.v4.GetJobRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetJobRequest.BuilderImplements
GetJobRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetJobRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
GetJobRequest.Builder |
build()
public GetJobRequest build()| Type | Description |
GetJobRequest |
buildPartial()
public GetJobRequest buildPartial()| Type | Description |
GetJobRequest |
clear()
public GetJobRequest.Builder clear()| Type | Description |
GetJobRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetJobRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
field |
FieldDescriptor |
| Type | Description |
GetJobRequest.Builder |
clearName()
public GetJobRequest.Builder clearName()Required. The resource name of the job to retrieve. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
GetJobRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetJobRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
oneof |
OneofDescriptor |
| Type | Description |
GetJobRequest.Builder |
clone()
public GetJobRequest.Builder clone()| Type | Description |
GetJobRequest.Builder |
getDefaultInstanceForType()
public GetJobRequest getDefaultInstanceForType()| Type | Description |
GetJobRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
Descriptor |
getName()
public String getName()Required. The resource name of the job to retrieve. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The resource name of the job to retrieve. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
boolean |
mergeFrom(GetJobRequest other)
public GetJobRequest.Builder mergeFrom(GetJobRequest other)| Name | Description |
other |
GetJobRequest |
| Type | Description |
GetJobRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetJobRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Type | Description |
GetJobRequest.Builder |
| Type | Description |
IOException |
mergeFrom(Message other)
public GetJobRequest.Builder mergeFrom(Message other)| Name | Description |
other |
Message |
| Type | Description |
GetJobRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetJobRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
GetJobRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetJobRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
GetJobRequest.Builder |
setName(String value)
public GetJobRequest.Builder setName(String value)Required. The resource name of the job to retrieve. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
value |
StringThe name to set. |
| Type | Description |
GetJobRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetJobRequest.Builder setNameBytes(ByteString value)Required. The resource name of the job to retrieve. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Type | Description |
GetJobRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetJobRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Type | Description |
GetJobRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetJobRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
GetJobRequest.Builder |