Send feedback
Class Resume (2.2.9)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.2.9 keyboard_arrow_down
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-22 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-22 UTC."],[],[]]