Interface LocalServicesVerificationArtifactOrBuilder

    • Method Detail

      • getResourceName

        java.lang.String getResourceName()
         Immutable. The resource name of the Local Services Verification.
         Local Services Verification resource names have the form:
        
         `customers/{customer_id}/localServicesVerificationArtifacts/{verification_artifact_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        The resourceName.
      • getResourceNameBytes

        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}/localServicesVerificationArtifacts/{verification_artifact_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for resourceName.
      • hasId

        boolean hasId()
         Output only. The ID of the verification artifact.
         
        optional int64 id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the id field is set.
      • getId

        long getId()
         Output only. The ID of the verification artifact.
         
        optional int64 id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The id.
      • getCreationDateTime

        java.lang.String getCreationDateTime()
         Output only. The timestamp when this verification artifact was created.
         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];
        Returns:
        The creationDateTime.
      • getCreationDateTimeBytes

        com.google.protobuf.ByteString getCreationDateTimeBytes()
         Output only. The timestamp when this verification artifact was created.
         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];
        Returns:
        The bytes for creationDateTime.
      • getStatusValue

        int getStatusValue()
         Output only. The status of the verification artifact.
         
        .google.ads.googleads.v15.enums.LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for status.
      • getArtifactTypeValue

        int getArtifactTypeValue()
         Output only. The type of the verification artifact.
         
        .google.ads.googleads.v15.enums.LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType artifact_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for artifactType.
      • hasBackgroundCheckVerificationArtifact

        boolean hasBackgroundCheckVerificationArtifact()
         Output only. A background check verification artifact.
         
        .google.ads.googleads.v15.resources.BackgroundCheckVerificationArtifact background_check_verification_artifact = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the backgroundCheckVerificationArtifact field is set.
      • getBackgroundCheckVerificationArtifact

        BackgroundCheckVerificationArtifact getBackgroundCheckVerificationArtifact()
         Output only. A background check verification artifact.
         
        .google.ads.googleads.v15.resources.BackgroundCheckVerificationArtifact background_check_verification_artifact = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The backgroundCheckVerificationArtifact.
      • getBackgroundCheckVerificationArtifactOrBuilder

        BackgroundCheckVerificationArtifactOrBuilder getBackgroundCheckVerificationArtifactOrBuilder()
         Output only. A background check verification artifact.
         
        .google.ads.googleads.v15.resources.BackgroundCheckVerificationArtifact background_check_verification_artifact = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasInsuranceVerificationArtifact

        boolean hasInsuranceVerificationArtifact()
         Output only. An insurance verification artifact.
         
        .google.ads.googleads.v15.resources.InsuranceVerificationArtifact insurance_verification_artifact = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the insuranceVerificationArtifact field is set.
      • getInsuranceVerificationArtifact

        InsuranceVerificationArtifact getInsuranceVerificationArtifact()
         Output only. An insurance verification artifact.
         
        .google.ads.googleads.v15.resources.InsuranceVerificationArtifact insurance_verification_artifact = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The insuranceVerificationArtifact.
      • getInsuranceVerificationArtifactOrBuilder

        InsuranceVerificationArtifactOrBuilder getInsuranceVerificationArtifactOrBuilder()
         Output only. An insurance verification artifact.
         
        .google.ads.googleads.v15.resources.InsuranceVerificationArtifact insurance_verification_artifact = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasLicenseVerificationArtifact

        boolean hasLicenseVerificationArtifact()
         Output only. A license verification artifact.
         
        .google.ads.googleads.v15.resources.LicenseVerificationArtifact license_verification_artifact = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the licenseVerificationArtifact field is set.
      • getLicenseVerificationArtifact

        LicenseVerificationArtifact getLicenseVerificationArtifact()
         Output only. A license verification artifact.
         
        .google.ads.googleads.v15.resources.LicenseVerificationArtifact license_verification_artifact = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The licenseVerificationArtifact.
      • getLicenseVerificationArtifactOrBuilder

        LicenseVerificationArtifactOrBuilder getLicenseVerificationArtifactOrBuilder()
         Output only. A license verification artifact.
         
        .google.ads.googleads.v15.resources.LicenseVerificationArtifact license_verification_artifact = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];