Send feedback
Class Job.ApplicationInfo (2.20.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.20.0 keyboard_arrow_down
public static final class Job . ApplicationInfo extends GeneratedMessageV3 implements Job . ApplicationInfoOrBuilder
Application related details of a job posting.
Protobuf type google.cloud.talent.v4.Job.ApplicationInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
EMAILS_FIELD_NUMBER
public static final int EMAILS_FIELD_NUMBER
Field Value Type Description int
INSTRUCTION_FIELD_NUMBER
public static final int INSTRUCTION_FIELD_NUMBER
Field Value Type Description int
URIS_FIELD_NUMBER
public static final int URIS_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static Job . ApplicationInfo getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Job . ApplicationInfo . Builder newBuilder ()
newBuilder(Job.ApplicationInfo prototype)
public static Job . ApplicationInfo . Builder newBuilder ( Job . ApplicationInfo prototype )
public static Job . ApplicationInfo parseDelimitedFrom ( InputStream input )
public static Job . ApplicationInfo parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Job . ApplicationInfo parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Job . ApplicationInfo parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Job . ApplicationInfo parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Job . ApplicationInfo parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Job . ApplicationInfo parseFrom ( CodedInputStream input )
public static Job . ApplicationInfo parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Job . ApplicationInfo parseFrom ( InputStream input )
public static Job . ApplicationInfo parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Job . ApplicationInfo parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Job . ApplicationInfo parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Job . ApplicationInfo > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public Job . ApplicationInfo getDefaultInstanceForType ()
getEmails(int index)
public String getEmails ( int index )
Use this field to specify email address(es) to which resumes or
applications can be sent.
The maximum number of allowed characters for each entry is 255.
repeated string emails = 1;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The emails at the given index.
getEmailsBytes(int index)
public ByteString getEmailsBytes ( int index )
Use this field to specify email address(es) to which resumes or
applications can be sent.
The maximum number of allowed characters for each entry is 255.
repeated string emails = 1;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the emails at the given index.
getEmailsCount()
public int getEmailsCount ()
Use this field to specify email address(es) to which resumes or
applications can be sent.
The maximum number of allowed characters for each entry is 255.
repeated string emails = 1;
Returns Type Description int
The count of emails.
getEmailsList()
public ProtocolStringList getEmailsList ()
Use this field to specify email address(es) to which resumes or
applications can be sent.
The maximum number of allowed characters for each entry is 255.
repeated string emails = 1;
getInstruction()
public String getInstruction ()
Use this field to provide instructions, such as "Mail your application
to ...", that a candidate can follow to apply for the job.
This field accepts and sanitizes HTML input, and also accepts
bold, italic, ordered list, and unordered list markup tags.
The maximum number of allowed characters is 3,000.
string instruction = 2;
Returns Type Description String
The instruction.
getInstructionBytes()
public ByteString getInstructionBytes ()
Use this field to provide instructions, such as "Mail your application
to ...", that a candidate can follow to apply for the job.
This field accepts and sanitizes HTML input, and also accepts
bold, italic, ordered list, and unordered list markup tags.
The maximum number of allowed characters is 3,000.
string instruction = 2;
Returns Type Description ByteString
The bytes for instruction.
getParserForType()
public Parser<Job . ApplicationInfo > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUris(int index)
public String getUris ( int index )
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
The maximum number of allowed characters for each entry is 2,000.
repeated string uris = 3;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The uris at the given index.
getUrisBytes(int index)
public ByteString getUrisBytes ( int index )
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
The maximum number of allowed characters for each entry is 2,000.
repeated string uris = 3;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the uris at the given index.
getUrisCount()
public int getUrisCount ()
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
The maximum number of allowed characters for each entry is 2,000.
repeated string uris = 3;
Returns Type Description int
The count of uris.
getUrisList()
public ProtocolStringList getUrisList ()
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
The maximum number of allowed characters for each entry is 2,000.
repeated string uris = 3;
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Job . ApplicationInfo . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Job . ApplicationInfo . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public Job . ApplicationInfo . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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-01-27 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-01-27 UTC."],[],[]]