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
INSTRUCTION_FIELD_NUMBER
public static final int INSTRUCTION_FIELD_NUMBER
Field Value
URIS_FIELD_NUMBER
public static final int URIS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Job.ApplicationInfo getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Job.ApplicationInfo.Builder newBuilder()
Returns
newBuilder(Job.ApplicationInfo prototype)
public static Job.ApplicationInfo.Builder newBuilder(Job.ApplicationInfo prototype)
Parameter
Returns
public static Job.ApplicationInfo parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Job.ApplicationInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Job.ApplicationInfo parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Job.ApplicationInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Job.ApplicationInfo parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Job.ApplicationInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Job.ApplicationInfo parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Job.ApplicationInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Job.ApplicationInfo parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Job.ApplicationInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Job.ApplicationInfo parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Job.ApplicationInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Job.ApplicationInfo> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Job.ApplicationInfo getDefaultInstanceForType()
Returns
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
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
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
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
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Job.ApplicationInfo.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Job.ApplicationInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Job.ApplicationInfo.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions