public static interface Job.ApplicationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEmails(int index)
Optional.
|
com.google.protobuf.ByteString |
getEmailsBytes(int index)
Optional.
|
int |
getEmailsCount()
Optional.
|
List<String> |
getEmailsList()
Optional.
|
String |
getInstruction()
Optional.
|
com.google.protobuf.ByteString |
getInstructionBytes()
Optional.
|
String |
getUris(int index)
Optional.
|
com.google.protobuf.ByteString |
getUrisBytes(int index)
Optional.
|
int |
getUrisCount()
Optional.
|
List<String> |
getUrisList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getEmailsList()
Optional. 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;int getEmailsCount()
Optional. 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;String getEmails(int index)
Optional. 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;com.google.protobuf.ByteString getEmailsBytes(int index)
Optional. 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;String getInstruction()
Optional. 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;com.google.protobuf.ByteString getInstructionBytes()
Optional. 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;List<String> getUrisList()
Optional. 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;int getUrisCount()
Optional. 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;String getUris(int index)
Optional. 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;com.google.protobuf.ByteString getUrisBytes(int index)
Optional. 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;Copyright © 2019 Google LLC. All rights reserved.