Class Job.DerivedInfo.Builder

  • All Implemented Interfaces:
    Job.DerivedInfoOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Job.DerivedInfo

    public static final class Job.DerivedInfo.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Job.DerivedInfo.Builder>
    implements Job.DerivedInfoOrBuilder
     Derived details about the job posting.
     
    Protobuf type google.cloud.talent.v4.Job.DerivedInfo
    • Method Detail

      • 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.Builder<Job.DerivedInfo.Builder>
      • clear

        public Job.DerivedInfo.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Job.DerivedInfo.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Job.DerivedInfo.Builder>
      • getDefaultInstanceForType

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

        public Job.DerivedInfo build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Job.DerivedInfo buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Job.DerivedInfo.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Job.DerivedInfo.Builder>
      • setField

        public Job.DerivedInfo.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Job.DerivedInfo.Builder>
      • clearField

        public Job.DerivedInfo.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Job.DerivedInfo.Builder>
      • clearOneof

        public Job.DerivedInfo.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Job.DerivedInfo.Builder>
      • setRepeatedField

        public Job.DerivedInfo.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                        int index,
                                                        Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Job.DerivedInfo.Builder>
      • addRepeatedField

        public Job.DerivedInfo.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                        Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Job.DerivedInfo.Builder>
      • mergeFrom

        public Job.DerivedInfo.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Job.DerivedInfo.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Job.DerivedInfo.Builder>
      • mergeFrom

        public Job.DerivedInfo.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Job.DerivedInfo.Builder>
        Throws:
        IOException
      • getLocationsList

        public List<Location> getLocationsList()
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
        Specified by:
        getLocationsList in interface Job.DerivedInfoOrBuilder
      • getLocationsCount

        public int getLocationsCount()
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
        Specified by:
        getLocationsCount in interface Job.DerivedInfoOrBuilder
      • getLocations

        public Location getLocations​(int index)
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
        Specified by:
        getLocations in interface Job.DerivedInfoOrBuilder
      • setLocations

        public Job.DerivedInfo.Builder setLocations​(int index,
                                                    Location value)
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
      • setLocations

        public Job.DerivedInfo.Builder setLocations​(int index,
                                                    Location.Builder builderForValue)
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
      • addLocations

        public Job.DerivedInfo.Builder addLocations​(Location value)
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
      • addLocations

        public Job.DerivedInfo.Builder addLocations​(int index,
                                                    Location value)
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
      • addLocations

        public Job.DerivedInfo.Builder addLocations​(Location.Builder builderForValue)
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
      • addLocations

        public Job.DerivedInfo.Builder addLocations​(int index,
                                                    Location.Builder builderForValue)
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
      • addAllLocations

        public Job.DerivedInfo.Builder addAllLocations​(Iterable<? extends Location> values)
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
      • clearLocations

        public Job.DerivedInfo.Builder clearLocations()
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
      • removeLocations

        public Job.DerivedInfo.Builder removeLocations​(int index)
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
      • getLocationsBuilder

        public Location.Builder getLocationsBuilder​(int index)
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
      • getLocationsOrBuilder

        public LocationOrBuilder getLocationsOrBuilder​(int index)
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
        Specified by:
        getLocationsOrBuilder in interface Job.DerivedInfoOrBuilder
      • getLocationsOrBuilderList

        public List<? extends LocationOrBuilder> getLocationsOrBuilderList()
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
        Specified by:
        getLocationsOrBuilderList in interface Job.DerivedInfoOrBuilder
      • addLocationsBuilder

        public Location.Builder addLocationsBuilder()
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
      • addLocationsBuilder

        public Location.Builder addLocationsBuilder​(int index)
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
      • getLocationsBuilderList

        public List<Location.Builder> getLocationsBuilderList()
         Structured locations of the job, resolved from
         [Job.addresses][google.cloud.talent.v4.Job.addresses].
        
         [locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly
         matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the
         same order.
         
        repeated .google.cloud.talent.v4.Location locations = 1;
      • getJobCategoriesList

        public List<JobCategory> getJobCategoriesList()
         Job categories derived from [Job.title][google.cloud.talent.v4.Job.title]
         and [Job.description][google.cloud.talent.v4.Job.description].
         
        repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
        Specified by:
        getJobCategoriesList in interface Job.DerivedInfoOrBuilder
        Returns:
        A list containing the jobCategories.
      • getJobCategoriesCount

        public int getJobCategoriesCount()
         Job categories derived from [Job.title][google.cloud.talent.v4.Job.title]
         and [Job.description][google.cloud.talent.v4.Job.description].
         
        repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
        Specified by:
        getJobCategoriesCount in interface Job.DerivedInfoOrBuilder
        Returns:
        The count of jobCategories.
      • getJobCategories

        public JobCategory getJobCategories​(int index)
         Job categories derived from [Job.title][google.cloud.talent.v4.Job.title]
         and [Job.description][google.cloud.talent.v4.Job.description].
         
        repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
        Specified by:
        getJobCategories in interface Job.DerivedInfoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The jobCategories at the given index.
      • setJobCategories

        public Job.DerivedInfo.Builder setJobCategories​(int index,
                                                        JobCategory value)
         Job categories derived from [Job.title][google.cloud.talent.v4.Job.title]
         and [Job.description][google.cloud.talent.v4.Job.description].
         
        repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
        Parameters:
        index - The index to set the value at.
        value - The jobCategories to set.
        Returns:
        This builder for chaining.
      • addJobCategories

        public Job.DerivedInfo.Builder addJobCategories​(JobCategory value)
         Job categories derived from [Job.title][google.cloud.talent.v4.Job.title]
         and [Job.description][google.cloud.talent.v4.Job.description].
         
        repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
        Parameters:
        value - The jobCategories to add.
        Returns:
        This builder for chaining.
      • addAllJobCategories

        public Job.DerivedInfo.Builder addAllJobCategories​(Iterable<? extends JobCategory> values)
         Job categories derived from [Job.title][google.cloud.talent.v4.Job.title]
         and [Job.description][google.cloud.talent.v4.Job.description].
         
        repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
        Parameters:
        values - The jobCategories to add.
        Returns:
        This builder for chaining.
      • clearJobCategories

        public Job.DerivedInfo.Builder clearJobCategories()
         Job categories derived from [Job.title][google.cloud.talent.v4.Job.title]
         and [Job.description][google.cloud.talent.v4.Job.description].
         
        repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
        Returns:
        This builder for chaining.
      • getJobCategoriesValueList

        public List<Integer> getJobCategoriesValueList()
         Job categories derived from [Job.title][google.cloud.talent.v4.Job.title]
         and [Job.description][google.cloud.talent.v4.Job.description].
         
        repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
        Specified by:
        getJobCategoriesValueList in interface Job.DerivedInfoOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for jobCategories.
      • getJobCategoriesValue

        public int getJobCategoriesValue​(int index)
         Job categories derived from [Job.title][google.cloud.talent.v4.Job.title]
         and [Job.description][google.cloud.talent.v4.Job.description].
         
        repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
        Specified by:
        getJobCategoriesValue in interface Job.DerivedInfoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of jobCategories at the given index.
      • setJobCategoriesValue

        public Job.DerivedInfo.Builder setJobCategoriesValue​(int index,
                                                             int value)
         Job categories derived from [Job.title][google.cloud.talent.v4.Job.title]
         and [Job.description][google.cloud.talent.v4.Job.description].
         
        repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
        Parameters:
        index - The index to set the value at.
        value - The enum numeric value on the wire for jobCategories to set.
        Returns:
        This builder for chaining.
      • addJobCategoriesValue

        public Job.DerivedInfo.Builder addJobCategoriesValue​(int value)
         Job categories derived from [Job.title][google.cloud.talent.v4.Job.title]
         and [Job.description][google.cloud.talent.v4.Job.description].
         
        repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
        Parameters:
        value - The enum numeric value on the wire for jobCategories to add.
        Returns:
        This builder for chaining.
      • addAllJobCategoriesValue

        public Job.DerivedInfo.Builder addAllJobCategoriesValue​(Iterable<Integer> values)
         Job categories derived from [Job.title][google.cloud.talent.v4.Job.title]
         and [Job.description][google.cloud.talent.v4.Job.description].
         
        repeated .google.cloud.talent.v4.JobCategory job_categories = 3;
        Parameters:
        values - The enum numeric values on the wire for jobCategories to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Job.DerivedInfo.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Job.DerivedInfo.Builder>
      • mergeUnknownFields

        public final Job.DerivedInfo.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Job.DerivedInfo.Builder>