public static final class Job.ApplicationInfo.Builder extends GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder> implements Job.ApplicationInfoOrBuilder
Application related details of a job posting.Protobuf type
google.cloud.talent.v4beta1.Job.ApplicationInfo
Modifier and Type | Method and Description |
---|---|
Job.ApplicationInfo.Builder |
addAllEmails(Iterable<String> values)
Use this field to specify email address(es) to which resumes or
applications can be sent.
|
Job.ApplicationInfo.Builder |
addAllUris(Iterable<String> values)
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
|
Job.ApplicationInfo.Builder |
addEmails(String value)
Use this field to specify email address(es) to which resumes or
applications can be sent.
|
Job.ApplicationInfo.Builder |
addEmailsBytes(ByteString value)
Use this field to specify email address(es) to which resumes or
applications can be sent.
|
Job.ApplicationInfo.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Job.ApplicationInfo.Builder |
addUris(String value)
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
|
Job.ApplicationInfo.Builder |
addUrisBytes(ByteString value)
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
|
Job.ApplicationInfo |
build() |
Job.ApplicationInfo |
buildPartial() |
Job.ApplicationInfo.Builder |
clear() |
Job.ApplicationInfo.Builder |
clearEmails()
Use this field to specify email address(es) to which resumes or
applications can be sent.
|
Job.ApplicationInfo.Builder |
clearField(Descriptors.FieldDescriptor field) |
Job.ApplicationInfo.Builder |
clearInstruction()
Use this field to provide instructions, such as "Mail your application
to ...", that a candidate can follow to apply for the job.
|
Job.ApplicationInfo.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
Job.ApplicationInfo.Builder |
clearUris()
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
|
Job.ApplicationInfo.Builder |
clone() |
Job.ApplicationInfo |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
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.
|
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.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Job.ApplicationInfo.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Job.ApplicationInfo.Builder |
mergeFrom(Job.ApplicationInfo other) |
Job.ApplicationInfo.Builder |
mergeFrom(Message other) |
Job.ApplicationInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
Job.ApplicationInfo.Builder |
setEmails(int index,
String value)
Use this field to specify email address(es) to which resumes or
applications can be sent.
|
Job.ApplicationInfo.Builder |
setField(Descriptors.FieldDescriptor field,
Object value) |
Job.ApplicationInfo.Builder |
setInstruction(String value)
Use this field to provide instructions, such as "Mail your application
to ...", that a candidate can follow to apply for the job.
|
Job.ApplicationInfo.Builder |
setInstructionBytes(ByteString value)
Use this field to provide instructions, such as "Mail your application
to ...", that a candidate can follow to apply for the job.
|
Job.ApplicationInfo.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Job.ApplicationInfo.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
Job.ApplicationInfo.Builder |
setUris(int index,
String value)
Use this URI field to direct an applicant to a website, for example to
link to an online application form.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
public Job.ApplicationInfo.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
public Job.ApplicationInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public Job.ApplicationInfo build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public Job.ApplicationInfo buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public Job.ApplicationInfo.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
public Job.ApplicationInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
public Job.ApplicationInfo.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
public Job.ApplicationInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
public Job.ApplicationInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
public Job.ApplicationInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
public Job.ApplicationInfo.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<Job.ApplicationInfo.Builder>
public Job.ApplicationInfo.Builder mergeFrom(Job.ApplicationInfo other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
public Job.ApplicationInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<Job.ApplicationInfo.Builder>
IOException
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 Job.ApplicationInfo.Builder setEmails(int index, String value)
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;
index
- The index to set the value at.value
- The emails to set.public Job.ApplicationInfo.Builder addEmails(String value)
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;
value
- The emails to add.public Job.ApplicationInfo.Builder addAllEmails(Iterable<String> values)
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;
values
- The emails to add.public Job.ApplicationInfo.Builder clearEmails()
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;
public Job.ApplicationInfo.Builder addEmailsBytes(ByteString value)
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;
value
- The bytes of the emails to add.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 Job.ApplicationInfo.Builder setInstruction(String value)
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;
value
- The instruction to set.public Job.ApplicationInfo.Builder clearInstruction()
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;
public Job.ApplicationInfo.Builder setInstructionBytes(ByteString value)
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;
value
- The bytes for instruction to set.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 Job.ApplicationInfo.Builder setUris(int index, String value)
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;
index
- The index to set the value at.value
- The uris to set.public Job.ApplicationInfo.Builder addUris(String value)
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;
value
- The uris to add.public Job.ApplicationInfo.Builder addAllUris(Iterable<String> values)
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;
values
- The uris to add.public Job.ApplicationInfo.Builder clearUris()
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;
public Job.ApplicationInfo.Builder addUrisBytes(ByteString value)
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;
value
- The bytes of the uris to add.public final Job.ApplicationInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
public final Job.ApplicationInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<Job.ApplicationInfo.Builder>
Copyright © 2022 Google LLC. All rights reserved.