Class Job.ApplicationInfo

  • All Implemented Interfaces:
    Job.ApplicationInfoOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
    Enclosing class:
    Job

    public static final class Job.ApplicationInfo
    extends com.google.protobuf.GeneratedMessageV3
    implements Job.ApplicationInfoOrBuilder
     Application related details of a job posting.
     
    Protobuf type google.cloud.talent.v4.Job.ApplicationInfo
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Job.ApplicationInfo.Builder
      Application related details of a job posting.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int EMAILS_FIELD_NUMBER  
      static int INSTRUCTION_FIELD_NUMBER  
      static int URIS_FIELD_NUMBER  
      • Fields inherited from class com.google.protobuf.GeneratedMessageV3

        alwaysUseFieldBuilders, unknownFields
      • Fields inherited from class com.google.protobuf.AbstractMessage

        memoizedSize
      • Fields inherited from class com.google.protobuf.AbstractMessageLite

        memoizedHashCode
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getEmailsList

        public com.google.protobuf.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;
        Specified by:
        getEmailsList in interface Job.ApplicationInfoOrBuilder
        Returns:
        A list containing the emails.
      • 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;
        Specified by:
        getEmailsCount in interface Job.ApplicationInfoOrBuilder
        Returns:
        The count of emails.
      • getEmails

        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;
        Specified by:
        getEmails in interface Job.ApplicationInfoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The emails at the given index.
      • getEmailsBytes

        public com.google.protobuf.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;
        Specified by:
        getEmailsBytes in interface Job.ApplicationInfoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the emails at the given index.
      • 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;
        Specified by:
        getInstruction in interface Job.ApplicationInfoOrBuilder
        Returns:
        The instruction.
      • getInstructionBytes

        public com.google.protobuf.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;
        Specified by:
        getInstructionBytes in interface Job.ApplicationInfoOrBuilder
        Returns:
        The bytes for instruction.
      • getUrisList

        public com.google.protobuf.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;
        Specified by:
        getUrisList in interface Job.ApplicationInfoOrBuilder
        Returns:
        A list containing the uris.
      • 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;
        Specified by:
        getUrisCount in interface Job.ApplicationInfoOrBuilder
        Returns:
        The count of uris.
      • getUris

        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;
        Specified by:
        getUris in interface Job.ApplicationInfoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The uris at the given index.
      • getUrisBytes

        public com.google.protobuf.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;
        Specified by:
        getUrisBytes in interface Job.ApplicationInfoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the uris at the given index.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Job.ApplicationInfo parseFrom​(ByteBuffer data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Job.ApplicationInfo parseFrom​(ByteBuffer data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Job.ApplicationInfo parseFrom​(com.google.protobuf.ByteString data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Job.ApplicationInfo parseFrom​(com.google.protobuf.ByteString data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Job.ApplicationInfo parseFrom​(byte[] data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Job.ApplicationInfo parseFrom​(byte[] data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Job.ApplicationInfo parseFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws IOException
        Throws:
        IOException
      • newBuilderForType

        public Job.ApplicationInfo.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Job.ApplicationInfo.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Job.ApplicationInfo.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Job.ApplicationInfo> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Job.ApplicationInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder