Class Job.ApplicationInfo (2.43.0)

public static final class Job.ApplicationInfo extends GeneratedMessageV3 implements Job.ApplicationInfoOrBuilder

Application related details of a job posting.

Protobuf type google.cloud.talent.v4beta1.Job.ApplicationInfo

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()
Returns
Type Description
Job.ApplicationInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Job.ApplicationInfo.Builder newBuilder()
Returns
Type Description
Job.ApplicationInfo.Builder

newBuilder(Job.ApplicationInfo prototype)

public static Job.ApplicationInfo.Builder newBuilder(Job.ApplicationInfo prototype)
Parameter
Name Description
prototype Job.ApplicationInfo
Returns
Type Description
Job.ApplicationInfo.Builder

parseDelimitedFrom(InputStream input)

public static Job.ApplicationInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Job.ApplicationInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Job.ApplicationInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Job.ApplicationInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Job.ApplicationInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Job.ApplicationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Job.ApplicationInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Job.ApplicationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Job.ApplicationInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Job.ApplicationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Job.ApplicationInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Job.ApplicationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Job.ApplicationInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Job.ApplicationInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Job.ApplicationInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Job.ApplicationInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Job.ApplicationInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Job.ApplicationInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Job.ApplicationInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Job.ApplicationInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Job.ApplicationInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Job.ApplicationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Job.ApplicationInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Job.ApplicationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Job.ApplicationInfo> parser()
Returns
Type Description
Parser<ApplicationInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Job.ApplicationInfo getDefaultInstanceForType()
Returns
Type Description
Job.ApplicationInfo

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;

Returns
Type Description
ProtocolStringList

A list containing the emails.

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()
Returns
Type Description
Parser<ApplicationInfo>
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;

Returns
Type Description
ProtocolStringList

A list containing the uris.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Job.ApplicationInfo.Builder newBuilderForType()
Returns
Type Description
Job.ApplicationInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Job.ApplicationInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Job.ApplicationInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Job.ApplicationInfo.Builder toBuilder()
Returns
Type Description
Job.ApplicationInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException