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
Modifier and Type | Class and Description |
---|---|
static class |
Job.ApplicationInfo.Builder
Application related details of a job posting.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
EMAILS_FIELD_NUMBER |
static int |
INSTRUCTION_FIELD_NUMBER |
static int |
URIS_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Job.ApplicationInfo |
getDefaultInstance() |
Job.ApplicationInfo |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
String |
getEmails(int index)
Use this field to specify email address(es) to which resumes or
applications can be sent.
|
ByteString |
getEmailsBytes(int index)
Use this field to specify email address(es) to which resumes or
applications can be sent.
|
int |
getEmailsCount()
Use this field to specify email address(es) to which resumes or
applications can be sent.
|
ProtocolStringList |
getEmailsList()
Use this field to specify email address(es) to which resumes or
applications can be sent.
|
String |
getInstruction()
Use this field to provide instructions, such as "Mail your application
to ...", that a candidate can follow to apply for the job.
|
ByteString |
getInstructionBytes()
Use this field to provide instructions, such as "Mail your application
to ...", that a candidate can follow to apply for the job.
|
Parser<Job.ApplicationInfo> |
getParserForType() |
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
String |
getUris(int index)
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
|
ByteString |
getUrisBytes(int index)
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
|
int |
getUrisCount()
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
|
ProtocolStringList |
getUrisList()
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
|
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Job.ApplicationInfo.Builder |
newBuilder() |
static Job.ApplicationInfo.Builder |
newBuilder(Job.ApplicationInfo prototype) |
Job.ApplicationInfo.Builder |
newBuilderForType() |
protected Job.ApplicationInfo.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) |
static Job.ApplicationInfo |
parseDelimitedFrom(InputStream input) |
static Job.ApplicationInfo |
parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Job.ApplicationInfo |
parseFrom(byte[] data) |
static Job.ApplicationInfo |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Job.ApplicationInfo |
parseFrom(ByteBuffer data) |
static Job.ApplicationInfo |
parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Job.ApplicationInfo |
parseFrom(ByteString data) |
static Job.ApplicationInfo |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Job.ApplicationInfo |
parseFrom(CodedInputStream input) |
static Job.ApplicationInfo |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Job.ApplicationInfo |
parseFrom(InputStream input) |
static Job.ApplicationInfo |
parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<Job.ApplicationInfo> |
parser() |
Job.ApplicationInfo.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int EMAILS_FIELD_NUMBER
public static final int INSTRUCTION_FIELD_NUMBER
public static final int URIS_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class GeneratedMessageV3
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
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;
getEmailsList
in interface Job.ApplicationInfoOrBuilder
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;
getEmailsCount
in interface Job.ApplicationInfoOrBuilder
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;
getEmails
in interface Job.ApplicationInfoOrBuilder
index
- The index of the element to return.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;
getEmailsBytes
in interface Job.ApplicationInfoOrBuilder
index
- The index of the value to return.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;
getInstruction
in interface Job.ApplicationInfoOrBuilder
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;
getInstructionBytes
in interface Job.ApplicationInfoOrBuilder
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;
getUrisList
in interface Job.ApplicationInfoOrBuilder
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;
getUrisCount
in interface Job.ApplicationInfoOrBuilder
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;
getUris
in interface Job.ApplicationInfoOrBuilder
index
- The index of the element to return.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;
getUrisBytes
in interface Job.ApplicationInfoOrBuilder
index
- The index of the value to return.public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static Job.ApplicationInfo parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Job.ApplicationInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Job.ApplicationInfo parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Job.ApplicationInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Job.ApplicationInfo parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Job.ApplicationInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Job.ApplicationInfo parseFrom(InputStream input) throws IOException
IOException
public static Job.ApplicationInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Job.ApplicationInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Job.ApplicationInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Job.ApplicationInfo parseFrom(CodedInputStream input) throws IOException
IOException
public static Job.ApplicationInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Job.ApplicationInfo.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static Job.ApplicationInfo.Builder newBuilder()
public static Job.ApplicationInfo.Builder newBuilder(Job.ApplicationInfo prototype)
public Job.ApplicationInfo.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected Job.ApplicationInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static Job.ApplicationInfo getDefaultInstance()
public static Parser<Job.ApplicationInfo> parser()
public Parser<Job.ApplicationInfo> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public Job.ApplicationInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2022 Google LLC. All rights reserved.