public final class Resume extends GeneratedMessageV3 implements ResumeOrBuilder
Resource that represents a resume.
Protobuf type google.cloud.talent.v4beta1.Resume
Static Fields
RESUME_TYPE_FIELD_NUMBER
public static final int RESUME_TYPE_FIELD_NUMBER
Field Value
STRUCTURED_RESUME_FIELD_NUMBER
public static final int STRUCTURED_RESUME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Resume getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Resume.Builder newBuilder()
Returns
newBuilder(Resume prototype)
public static Resume.Builder newBuilder(Resume prototype)
Parameter
Name | Description |
prototype | Resume
|
Returns
public static Resume parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Resume parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Resume parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Resume parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Resume parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Resume parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Resume parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Resume parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Resume parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Resume parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Resume parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Resume parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Resume> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Resume getDefaultInstanceForType()
Returns
getParserForType()
public Parser<Resume> getParserForType()
Returns
Overrides
getResumeType()
public Resume.ResumeType getResumeType()
The format of structured_resume.
.google.cloud.talent.v4beta1.Resume.ResumeType resume_type = 2;
Returns
getResumeTypeValue()
public int getResumeTypeValue()
The format of structured_resume.
.google.cloud.talent.v4beta1.Resume.ResumeType resume_type = 2;
Returns
Type | Description |
int | The enum numeric value on the wire for resumeType.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getStructuredResume()
public String getStructuredResume()
Users can create a profile with only this field field, if resume_type
is HRXML. For example, the API parses this field and
creates a profile
with all structured fields populated. EmploymentRecord,
EducationRecord, and so on. An error is thrown if this field cannot be
parsed.
Note that the use of the functionality offered by this field to extract
data from resumes is an Alpha feature and as such is not covered by any
SLA.
string structured_resume = 1;
Returns
Type | Description |
String | The structuredResume.
|
getStructuredResumeBytes()
public ByteString getStructuredResumeBytes()
Users can create a profile with only this field field, if resume_type
is HRXML. For example, the API parses this field and
creates a profile
with all structured fields populated. EmploymentRecord,
EducationRecord, and so on. An error is thrown if this field cannot be
parsed.
Note that the use of the functionality offered by this field to extract
data from resumes is an Alpha feature and as such is not covered by any
SLA.
string structured_resume = 1;
Returns
Type | Description |
ByteString | The bytes for structuredResume.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Resume.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Resume.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Resume.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions