Interface LicenseVerificationArtifactOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LicenseVerificationArtifact, LicenseVerificationArtifact.Builder

public interface LicenseVerificationArtifactOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • 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

      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

      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

      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

      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.v18.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.v18.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for rejectionReason.
    • getRejectionReason

       Output only. License rejection reason.
       
      optional .google.ads.googleads.v18.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The rejectionReason.
    • hasLicenseDocumentReadonly

      boolean hasLicenseDocumentReadonly()
       Output only. The readonly field containing the information for an uploaded
       license document.
       
      optional .google.ads.googleads.v18.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.v18.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.v18.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasExpirationDateTime

      boolean hasExpirationDateTime()
       Output only. The timestamp when this license expires.
       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"
       
      optional string expiration_date_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the expirationDateTime field is set.
    • getExpirationDateTime

      String getExpirationDateTime()
       Output only. The timestamp when this license expires.
       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"
       
      optional string expiration_date_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The expirationDateTime.
    • getExpirationDateTimeBytes

      com.google.protobuf.ByteString getExpirationDateTimeBytes()
       Output only. The timestamp when this license expires.
       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"
       
      optional string expiration_date_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for expirationDateTime.