Interface LicenseVerificationArtifactOrBuilder

    • Method Detail

      • hasLicenseType

        boolean hasLicenseType()
         Output only. License type / name.
         
        optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the licenseType field is set.
      • getLicenseType

        java.lang.String getLicenseType()
         Output only. License type / name.
         
        optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The licenseType.
      • getLicenseTypeBytes

        com.google.protobuf.ByteString getLicenseTypeBytes()
         Output only. License type / name.
         
        optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for licenseType.
      • hasLicenseNumber

        boolean hasLicenseNumber()
         Output only. License number.
         
        optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the licenseNumber field is set.
      • getLicenseNumber

        java.lang.String getLicenseNumber()
         Output only. License number.
         
        optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The licenseNumber.
      • getLicenseNumberBytes

        com.google.protobuf.ByteString getLicenseNumberBytes()
         Output only. License number.
         
        optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for licenseNumber.
      • hasLicenseeFirstName

        boolean hasLicenseeFirstName()
         Output only. First name of the licensee.
         
        optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the licenseeFirstName field is set.
      • getLicenseeFirstName

        java.lang.String getLicenseeFirstName()
         Output only. First name of the licensee.
         
        optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The licenseeFirstName.
      • getLicenseeFirstNameBytes

        com.google.protobuf.ByteString getLicenseeFirstNameBytes()
         Output only. First name of the licensee.
         
        optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for licenseeFirstName.
      • hasLicenseeLastName

        boolean hasLicenseeLastName()
         Output only. Last name of the licensee.
         
        optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the licenseeLastName field is set.
      • getLicenseeLastName

        java.lang.String getLicenseeLastName()
         Output only. Last name of the licensee.
         
        optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The licenseeLastName.
      • getLicenseeLastNameBytes

        com.google.protobuf.ByteString getLicenseeLastNameBytes()
         Output only. Last name of the licensee.
         
        optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for licenseeLastName.
      • hasRejectionReason

        boolean hasRejectionReason()
         Output only. License rejection reason.
         
        optional .google.ads.googleads.v15.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the rejectionReason field is set.
      • getRejectionReasonValue

        int getRejectionReasonValue()
         Output only. License rejection reason.
         
        optional .google.ads.googleads.v15.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for rejectionReason.
      • hasLicenseDocumentReadonly

        boolean hasLicenseDocumentReadonly()
         Output only. The readonly field containing the information for an uploaded
         license document.
         
        optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the licenseDocumentReadonly field is set.
      • getLicenseDocumentReadonly

        LocalServicesDocumentReadOnly getLicenseDocumentReadonly()
         Output only. The readonly field containing the information for an uploaded
         license document.
         
        optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The licenseDocumentReadonly.
      • getLicenseDocumentReadonlyOrBuilder

        LocalServicesDocumentReadOnlyOrBuilder getLicenseDocumentReadonlyOrBuilder()
         Output only. The readonly field containing the information for an uploaded
         license document.
         
        optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];