Class LocalServicesEmployee

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.resources.LocalServicesEmployee
All Implemented Interfaces:
LocalServicesEmployeeOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class LocalServicesEmployee extends com.google.protobuf.GeneratedMessageV3 implements LocalServicesEmployeeOrBuilder
 A local services employee resource.
 
Protobuf type google.ads.googleads.v18.resources.LocalServicesEmployee
See Also:
  • Field Details

    • RESOURCE_NAME_FIELD_NUMBER

      public static final int RESOURCE_NAME_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • CREATION_DATE_TIME_FIELD_NUMBER

      public static final int CREATION_DATE_TIME_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • TYPE_FIELD_NUMBER

      public static final int TYPE_FIELD_NUMBER
      See Also:
    • UNIVERSITY_DEGREES_FIELD_NUMBER

      public static final int UNIVERSITY_DEGREES_FIELD_NUMBER
      See Also:
    • RESIDENCIES_FIELD_NUMBER

      public static final int RESIDENCIES_FIELD_NUMBER
      See Also:
    • FELLOWSHIPS_FIELD_NUMBER

      public static final int FELLOWSHIPS_FIELD_NUMBER
      See Also:
    • JOB_TITLE_FIELD_NUMBER

      public static final int JOB_TITLE_FIELD_NUMBER
      See Also:
    • YEAR_STARTED_PRACTICING_FIELD_NUMBER

      public static final int YEAR_STARTED_PRACTICING_FIELD_NUMBER
      See Also:
    • LANGUAGES_SPOKEN_FIELD_NUMBER

      public static final int LANGUAGES_SPOKEN_FIELD_NUMBER
      See Also:
    • CATEGORY_IDS_FIELD_NUMBER

      public static final int CATEGORY_IDS_FIELD_NUMBER
      See Also:
    • NATIONAL_PROVIDER_ID_NUMBER_FIELD_NUMBER

      public static final int NATIONAL_PROVIDER_ID_NUMBER_FIELD_NUMBER
      See Also:
    • EMAIL_ADDRESS_FIELD_NUMBER

      public static final int EMAIL_ADDRESS_FIELD_NUMBER
      See Also:
    • FIRST_NAME_FIELD_NUMBER

      public static final int FIRST_NAME_FIELD_NUMBER
      See Also:
    • MIDDLE_NAME_FIELD_NUMBER

      public static final int MIDDLE_NAME_FIELD_NUMBER
      See Also:
    • LAST_NAME_FIELD_NUMBER

      public static final int LAST_NAME_FIELD_NUMBER
      See Also:
  • Method Details

    • 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
    • getResourceName

      public String getResourceName()
       Immutable. The resource name of the Local Services Verification.
       Local Services Verification resource names have the form:
      
       `customers/{customer_id}/localServicesEmployees/{gls_employee_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Specified by:
      getResourceName in interface LocalServicesEmployeeOrBuilder
      Returns:
      The resourceName.
    • getResourceNameBytes

      public com.google.protobuf.ByteString getResourceNameBytes()
       Immutable. The resource name of the Local Services Verification.
       Local Services Verification resource names have the form:
      
       `customers/{customer_id}/localServicesEmployees/{gls_employee_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Specified by:
      getResourceNameBytes in interface LocalServicesEmployeeOrBuilder
      Returns:
      The bytes for resourceName.
    • hasId

      public boolean hasId()
       Output only. The ID of the employee.
       
      optional int64 id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasId in interface LocalServicesEmployeeOrBuilder
      Returns:
      Whether the id field is set.
    • getId

      public long getId()
       Output only. The ID of the employee.
       
      optional int64 id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getId in interface LocalServicesEmployeeOrBuilder
      Returns:
      The id.
    • getCreationDateTime

      public String getCreationDateTime()
       Output only. Timestamp of employee creation.
       The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone.
       Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
       
      string creation_date_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreationDateTime in interface LocalServicesEmployeeOrBuilder
      Returns:
      The creationDateTime.
    • getCreationDateTimeBytes

      public com.google.protobuf.ByteString getCreationDateTimeBytes()
       Output only. Timestamp of employee creation.
       The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone.
       Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
       
      string creation_date_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreationDateTimeBytes in interface LocalServicesEmployeeOrBuilder
      Returns:
      The bytes for creationDateTime.
    • getStatusValue

      public int getStatusValue()
       Output only. Employee status, such as DELETED or ENABLED.
       
      .google.ads.googleads.v18.enums.LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStatusValue in interface LocalServicesEmployeeOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

       Output only. Employee status, such as DELETED or ENABLED.
       
      .google.ads.googleads.v18.enums.LocalServicesEmployeeStatusEnum.LocalServicesEmployeeStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStatus in interface LocalServicesEmployeeOrBuilder
      Returns:
      The status.
    • getTypeValue

      public int getTypeValue()
       Output only. Employee type.
       
      .google.ads.googleads.v18.enums.LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTypeValue in interface LocalServicesEmployeeOrBuilder
      Returns:
      The enum numeric value on the wire for type.
    • getType

       Output only. Employee type.
       
      .google.ads.googleads.v18.enums.LocalServicesEmployeeTypeEnum.LocalServicesEmployeeType type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getType in interface LocalServicesEmployeeOrBuilder
      Returns:
      The type.
    • getUniversityDegreesList

      public List<UniversityDegree> getUniversityDegreesList()
       Output only. A list of degrees this employee has obtained, and wants to
       feature.
       
      repeated .google.ads.googleads.v18.resources.UniversityDegree university_degrees = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUniversityDegreesList in interface LocalServicesEmployeeOrBuilder
    • getUniversityDegreesOrBuilderList

      public List<? extends UniversityDegreeOrBuilder> getUniversityDegreesOrBuilderList()
       Output only. A list of degrees this employee has obtained, and wants to
       feature.
       
      repeated .google.ads.googleads.v18.resources.UniversityDegree university_degrees = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUniversityDegreesOrBuilderList in interface LocalServicesEmployeeOrBuilder
    • getUniversityDegreesCount

      public int getUniversityDegreesCount()
       Output only. A list of degrees this employee has obtained, and wants to
       feature.
       
      repeated .google.ads.googleads.v18.resources.UniversityDegree university_degrees = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUniversityDegreesCount in interface LocalServicesEmployeeOrBuilder
    • getUniversityDegrees

      public UniversityDegree getUniversityDegrees(int index)
       Output only. A list of degrees this employee has obtained, and wants to
       feature.
       
      repeated .google.ads.googleads.v18.resources.UniversityDegree university_degrees = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUniversityDegrees in interface LocalServicesEmployeeOrBuilder
    • getUniversityDegreesOrBuilder

      public UniversityDegreeOrBuilder getUniversityDegreesOrBuilder(int index)
       Output only. A list of degrees this employee has obtained, and wants to
       feature.
       
      repeated .google.ads.googleads.v18.resources.UniversityDegree university_degrees = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUniversityDegreesOrBuilder in interface LocalServicesEmployeeOrBuilder
    • getResidenciesList

      public List<Residency> getResidenciesList()
       Output only. The institutions where the employee has completed their
       residency.
       
      repeated .google.ads.googleads.v18.resources.Residency residencies = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getResidenciesList in interface LocalServicesEmployeeOrBuilder
    • getResidenciesOrBuilderList

      public List<? extends ResidencyOrBuilder> getResidenciesOrBuilderList()
       Output only. The institutions where the employee has completed their
       residency.
       
      repeated .google.ads.googleads.v18.resources.Residency residencies = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getResidenciesOrBuilderList in interface LocalServicesEmployeeOrBuilder
    • getResidenciesCount

      public int getResidenciesCount()
       Output only. The institutions where the employee has completed their
       residency.
       
      repeated .google.ads.googleads.v18.resources.Residency residencies = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getResidenciesCount in interface LocalServicesEmployeeOrBuilder
    • getResidencies

      public Residency getResidencies(int index)
       Output only. The institutions where the employee has completed their
       residency.
       
      repeated .google.ads.googleads.v18.resources.Residency residencies = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getResidencies in interface LocalServicesEmployeeOrBuilder
    • getResidenciesOrBuilder

      public ResidencyOrBuilder getResidenciesOrBuilder(int index)
       Output only. The institutions where the employee has completed their
       residency.
       
      repeated .google.ads.googleads.v18.resources.Residency residencies = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getResidenciesOrBuilder in interface LocalServicesEmployeeOrBuilder
    • getFellowshipsList

      public List<Fellowship> getFellowshipsList()
       Output only. The institutions where the employee has completed their
       fellowship.
       
      repeated .google.ads.googleads.v18.resources.Fellowship fellowships = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFellowshipsList in interface LocalServicesEmployeeOrBuilder
    • getFellowshipsOrBuilderList

      public List<? extends FellowshipOrBuilder> getFellowshipsOrBuilderList()
       Output only. The institutions where the employee has completed their
       fellowship.
       
      repeated .google.ads.googleads.v18.resources.Fellowship fellowships = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFellowshipsOrBuilderList in interface LocalServicesEmployeeOrBuilder
    • getFellowshipsCount

      public int getFellowshipsCount()
       Output only. The institutions where the employee has completed their
       fellowship.
       
      repeated .google.ads.googleads.v18.resources.Fellowship fellowships = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFellowshipsCount in interface LocalServicesEmployeeOrBuilder
    • getFellowships

      public Fellowship getFellowships(int index)
       Output only. The institutions where the employee has completed their
       fellowship.
       
      repeated .google.ads.googleads.v18.resources.Fellowship fellowships = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFellowships in interface LocalServicesEmployeeOrBuilder
    • getFellowshipsOrBuilder

      public FellowshipOrBuilder getFellowshipsOrBuilder(int index)
       Output only. The institutions where the employee has completed their
       fellowship.
       
      repeated .google.ads.googleads.v18.resources.Fellowship fellowships = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFellowshipsOrBuilder in interface LocalServicesEmployeeOrBuilder
    • hasJobTitle

      public boolean hasJobTitle()
       Output only. Job title for this employee, such as "Senior partner" in legal
       verticals.
       
      optional string job_title = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasJobTitle in interface LocalServicesEmployeeOrBuilder
      Returns:
      Whether the jobTitle field is set.
    • getJobTitle

      public String getJobTitle()
       Output only. Job title for this employee, such as "Senior partner" in legal
       verticals.
       
      optional string job_title = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getJobTitle in interface LocalServicesEmployeeOrBuilder
      Returns:
      The jobTitle.
    • getJobTitleBytes

      public com.google.protobuf.ByteString getJobTitleBytes()
       Output only. Job title for this employee, such as "Senior partner" in legal
       verticals.
       
      optional string job_title = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getJobTitleBytes in interface LocalServicesEmployeeOrBuilder
      Returns:
      The bytes for jobTitle.
    • hasYearStartedPracticing

      public boolean hasYearStartedPracticing()
       Output only. The year that this employee started practicing in this field.
       
      optional int32 year_started_practicing = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasYearStartedPracticing in interface LocalServicesEmployeeOrBuilder
      Returns:
      Whether the yearStartedPracticing field is set.
    • getYearStartedPracticing

      public int getYearStartedPracticing()
       Output only. The year that this employee started practicing in this field.
       
      optional int32 year_started_practicing = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getYearStartedPracticing in interface LocalServicesEmployeeOrBuilder
      Returns:
      The yearStartedPracticing.
    • getLanguagesSpokenList

      public com.google.protobuf.ProtocolStringList getLanguagesSpokenList()
       Output only. Languages that the employee speaks, represented as language
       tags from https://developers.google.com/admin-sdk/directory/v1/languages
       
      repeated string languages_spoken = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getLanguagesSpokenList in interface LocalServicesEmployeeOrBuilder
      Returns:
      A list containing the languagesSpoken.
    • getLanguagesSpokenCount

      public int getLanguagesSpokenCount()
       Output only. Languages that the employee speaks, represented as language
       tags from https://developers.google.com/admin-sdk/directory/v1/languages
       
      repeated string languages_spoken = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getLanguagesSpokenCount in interface LocalServicesEmployeeOrBuilder
      Returns:
      The count of languagesSpoken.
    • getLanguagesSpoken

      public String getLanguagesSpoken(int index)
       Output only. Languages that the employee speaks, represented as language
       tags from https://developers.google.com/admin-sdk/directory/v1/languages
       
      repeated string languages_spoken = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getLanguagesSpoken in interface LocalServicesEmployeeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The languagesSpoken at the given index.
    • getLanguagesSpokenBytes

      public com.google.protobuf.ByteString getLanguagesSpokenBytes(int index)
       Output only. Languages that the employee speaks, represented as language
       tags from https://developers.google.com/admin-sdk/directory/v1/languages
       
      repeated string languages_spoken = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getLanguagesSpokenBytes in interface LocalServicesEmployeeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the languagesSpoken at the given index.
    • getCategoryIdsList

      public com.google.protobuf.ProtocolStringList getCategoryIdsList()
       Output only. Category of the employee. A list of Local Services category
       IDs can be found at
       https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids.
       
      repeated string category_ids = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCategoryIdsList in interface LocalServicesEmployeeOrBuilder
      Returns:
      A list containing the categoryIds.
    • getCategoryIdsCount

      public int getCategoryIdsCount()
       Output only. Category of the employee. A list of Local Services category
       IDs can be found at
       https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids.
       
      repeated string category_ids = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCategoryIdsCount in interface LocalServicesEmployeeOrBuilder
      Returns:
      The count of categoryIds.
    • getCategoryIds

      public String getCategoryIds(int index)
       Output only. Category of the employee. A list of Local Services category
       IDs can be found at
       https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids.
       
      repeated string category_ids = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCategoryIds in interface LocalServicesEmployeeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The categoryIds at the given index.
    • getCategoryIdsBytes

      public com.google.protobuf.ByteString getCategoryIdsBytes(int index)
       Output only. Category of the employee. A list of Local Services category
       IDs can be found at
       https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids.
       
      repeated string category_ids = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCategoryIdsBytes in interface LocalServicesEmployeeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the categoryIds at the given index.
    • hasNationalProviderIdNumber

      public boolean hasNationalProviderIdNumber()
       Output only. NPI id associated with the employee.
       
      optional string national_provider_id_number = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasNationalProviderIdNumber in interface LocalServicesEmployeeOrBuilder
      Returns:
      Whether the nationalProviderIdNumber field is set.
    • getNationalProviderIdNumber

      public String getNationalProviderIdNumber()
       Output only. NPI id associated with the employee.
       
      optional string national_provider_id_number = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getNationalProviderIdNumber in interface LocalServicesEmployeeOrBuilder
      Returns:
      The nationalProviderIdNumber.
    • getNationalProviderIdNumberBytes

      public com.google.protobuf.ByteString getNationalProviderIdNumberBytes()
       Output only. NPI id associated with the employee.
       
      optional string national_provider_id_number = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getNationalProviderIdNumberBytes in interface LocalServicesEmployeeOrBuilder
      Returns:
      The bytes for nationalProviderIdNumber.
    • hasEmailAddress

      public boolean hasEmailAddress()
       Output only. Email address of the employee.
       
      optional string email_address = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasEmailAddress in interface LocalServicesEmployeeOrBuilder
      Returns:
      Whether the emailAddress field is set.
    • getEmailAddress

      public String getEmailAddress()
       Output only. Email address of the employee.
       
      optional string email_address = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getEmailAddress in interface LocalServicesEmployeeOrBuilder
      Returns:
      The emailAddress.
    • getEmailAddressBytes

      public com.google.protobuf.ByteString getEmailAddressBytes()
       Output only. Email address of the employee.
       
      optional string email_address = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getEmailAddressBytes in interface LocalServicesEmployeeOrBuilder
      Returns:
      The bytes for emailAddress.
    • hasFirstName

      public boolean hasFirstName()
       Output only. First name of the employee.
       
      optional string first_name = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasFirstName in interface LocalServicesEmployeeOrBuilder
      Returns:
      Whether the firstName field is set.
    • getFirstName

      public String getFirstName()
       Output only. First name of the employee.
       
      optional string first_name = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFirstName in interface LocalServicesEmployeeOrBuilder
      Returns:
      The firstName.
    • getFirstNameBytes

      public com.google.protobuf.ByteString getFirstNameBytes()
       Output only. First name of the employee.
       
      optional string first_name = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFirstNameBytes in interface LocalServicesEmployeeOrBuilder
      Returns:
      The bytes for firstName.
    • hasMiddleName

      public boolean hasMiddleName()
       Output only. Middle name of the employee.
       
      optional string middle_name = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasMiddleName in interface LocalServicesEmployeeOrBuilder
      Returns:
      Whether the middleName field is set.
    • getMiddleName

      public String getMiddleName()
       Output only. Middle name of the employee.
       
      optional string middle_name = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getMiddleName in interface LocalServicesEmployeeOrBuilder
      Returns:
      The middleName.
    • getMiddleNameBytes

      public com.google.protobuf.ByteString getMiddleNameBytes()
       Output only. Middle name of the employee.
       
      optional string middle_name = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getMiddleNameBytes in interface LocalServicesEmployeeOrBuilder
      Returns:
      The bytes for middleName.
    • hasLastName

      public boolean hasLastName()
       Output only. Last name of the employee.
       
      optional string last_name = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasLastName in interface LocalServicesEmployeeOrBuilder
      Returns:
      Whether the lastName field is set.
    • getLastName

      public String getLastName()
       Output only. Last name of the employee.
       
      optional string last_name = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getLastName in interface LocalServicesEmployeeOrBuilder
      Returns:
      The lastName.
    • getLastNameBytes

      public com.google.protobuf.ByteString getLastNameBytes()
       Output only. Last name of the employee.
       
      optional string last_name = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getLastNameBytes in interface LocalServicesEmployeeOrBuilder
      Returns:
      The bytes for lastName.
    • 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 LocalServicesEmployee parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static LocalServicesEmployee parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static LocalServicesEmployee parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static LocalServicesEmployee parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static LocalServicesEmployee parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static LocalServicesEmployee parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public LocalServicesEmployee.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static LocalServicesEmployee.Builder newBuilder()
    • newBuilder

      public static LocalServicesEmployee.Builder newBuilder(LocalServicesEmployee prototype)
    • toBuilder

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

      protected LocalServicesEmployee.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static LocalServicesEmployee getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<LocalServicesEmployee> parser()
    • getParserForType

      public com.google.protobuf.Parser<LocalServicesEmployee> 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 LocalServicesEmployee getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder