Interface BackgroundCheckVerificationArtifactOrBuilder

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

public interface BackgroundCheckVerificationArtifactOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    boolean
    Output only.
    boolean
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasCaseUrl

      boolean hasCaseUrl()
       Output only. URL to access background case.
       
      optional string case_url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the caseUrl field is set.
    • getCaseUrl

      String getCaseUrl()
       Output only. URL to access background case.
       
      optional string case_url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The caseUrl.
    • getCaseUrlBytes

      com.google.protobuf.ByteString getCaseUrlBytes()
       Output only. URL to access background case.
       
      optional string case_url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for caseUrl.
    • hasFinalAdjudicationDateTime

      boolean hasFinalAdjudicationDateTime()
       Output only. The timestamp when this background check case result was
       adjudicated. 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 final_adjudication_date_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the finalAdjudicationDateTime field is set.
    • getFinalAdjudicationDateTime

      String getFinalAdjudicationDateTime()
       Output only. The timestamp when this background check case result was
       adjudicated. 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 final_adjudication_date_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The finalAdjudicationDateTime.
    • getFinalAdjudicationDateTimeBytes

      com.google.protobuf.ByteString getFinalAdjudicationDateTimeBytes()
       Output only. The timestamp when this background check case result was
       adjudicated. 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 final_adjudication_date_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for finalAdjudicationDateTime.