public final class JobResult extends GeneratedMessageV3 implements JobResultOrBuilder
Mutation result of a job from a batch operation.Protobuf type
google.cloud.talent.v4.JobResult
Modifier and Type | Class and Description |
---|---|
static class |
JobResult.Builder
Mutation result of a job from a batch operation.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
JOB_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static JobResult |
getDefaultInstance() |
JobResult |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Job |
getJob()
Here [Job][google.cloud.talent.v4.Job] only contains basic information including [name][google.cloud.talent.v4.Job.name],
[company][google.cloud.talent.v4.Job.company], [language_code][google.cloud.talent.v4.Job.language_code]
and [requisition_id][google.cloud.talent.v4.Job.requisition_id], use getJob method to retrieve
detailed information of the created/updated job.
|
JobOrBuilder |
getJobOrBuilder()
Here [Job][google.cloud.talent.v4.Job] only contains basic information including [name][google.cloud.talent.v4.Job.name],
[company][google.cloud.talent.v4.Job.company], [language_code][google.cloud.talent.v4.Job.language_code]
and [requisition_id][google.cloud.talent.v4.Job.requisition_id], use getJob method to retrieve
detailed information of the created/updated job.
|
Parser<JobResult> |
getParserForType() |
int |
getSerializedSize() |
com.google.rpc.Status |
getStatus()
The status of the job processed.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
The status of the job processed.
|
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasJob()
Here [Job][google.cloud.talent.v4.Job] only contains basic information including [name][google.cloud.talent.v4.Job.name],
[company][google.cloud.talent.v4.Job.company], [language_code][google.cloud.talent.v4.Job.language_code]
and [requisition_id][google.cloud.talent.v4.Job.requisition_id], use getJob method to retrieve
detailed information of the created/updated job.
|
boolean |
hasStatus()
The status of the job processed.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static JobResult.Builder |
newBuilder() |
static JobResult.Builder |
newBuilder(JobResult prototype) |
JobResult.Builder |
newBuilderForType() |
protected JobResult.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) |
static JobResult |
parseDelimitedFrom(InputStream input) |
static JobResult |
parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static JobResult |
parseFrom(byte[] data) |
static JobResult |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static JobResult |
parseFrom(ByteBuffer data) |
static JobResult |
parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static JobResult |
parseFrom(ByteString data) |
static JobResult |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static JobResult |
parseFrom(CodedInputStream input) |
static JobResult |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static JobResult |
parseFrom(InputStream input) |
static JobResult |
parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<JobResult> |
parser() |
JobResult.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int JOB_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class GeneratedMessageV3
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public boolean hasJob()
Here [Job][google.cloud.talent.v4.Job] only contains basic information including [name][google.cloud.talent.v4.Job.name], [company][google.cloud.talent.v4.Job.company], [language_code][google.cloud.talent.v4.Job.language_code] and [requisition_id][google.cloud.talent.v4.Job.requisition_id], use getJob method to retrieve detailed information of the created/updated job.
.google.cloud.talent.v4.Job job = 1;
hasJob
in interface JobResultOrBuilder
public Job getJob()
Here [Job][google.cloud.talent.v4.Job] only contains basic information including [name][google.cloud.talent.v4.Job.name], [company][google.cloud.talent.v4.Job.company], [language_code][google.cloud.talent.v4.Job.language_code] and [requisition_id][google.cloud.talent.v4.Job.requisition_id], use getJob method to retrieve detailed information of the created/updated job.
.google.cloud.talent.v4.Job job = 1;
getJob
in interface JobResultOrBuilder
public JobOrBuilder getJobOrBuilder()
Here [Job][google.cloud.talent.v4.Job] only contains basic information including [name][google.cloud.talent.v4.Job.name], [company][google.cloud.talent.v4.Job.company], [language_code][google.cloud.talent.v4.Job.language_code] and [requisition_id][google.cloud.talent.v4.Job.requisition_id], use getJob method to retrieve detailed information of the created/updated job.
.google.cloud.talent.v4.Job job = 1;
getJobOrBuilder
in interface JobResultOrBuilder
public boolean hasStatus()
The status of the job processed. This field is populated if the processing of the [job][google.cloud.talent.v4.JobResult.job] fails.
.google.rpc.Status status = 2;
hasStatus
in interface JobResultOrBuilder
public com.google.rpc.Status getStatus()
The status of the job processed. This field is populated if the processing of the [job][google.cloud.talent.v4.JobResult.job] fails.
.google.rpc.Status status = 2;
getStatus
in interface JobResultOrBuilder
public com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of the job processed. This field is populated if the processing of the [job][google.cloud.talent.v4.JobResult.job] fails.
.google.rpc.Status status = 2;
getStatusOrBuilder
in interface JobResultOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static JobResult parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static JobResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static JobResult parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static JobResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static JobResult parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static JobResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static JobResult parseFrom(InputStream input) throws IOException
IOException
public static JobResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JobResult parseDelimitedFrom(InputStream input) throws IOException
IOException
public static JobResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JobResult parseFrom(CodedInputStream input) throws IOException
IOException
public static JobResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public JobResult.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static JobResult.Builder newBuilder()
public static JobResult.Builder newBuilder(JobResult prototype)
public JobResult.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected JobResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static JobResult getDefaultInstance()
public Parser<JobResult> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public JobResult getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2022 Google LLC. All rights reserved.