Interface BackgroundCheckVerificationArtifactOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCaseUrl()
      Output only.
      com.google.protobuf.ByteString getCaseUrlBytes()
      Output only.
      java.lang.String getFinalAdjudicationDateTime()
      Output only.
      com.google.protobuf.ByteString getFinalAdjudicationDateTimeBytes()
      Output only.
      boolean hasCaseUrl()
      Output only.
      boolean hasFinalAdjudicationDateTime()
      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 Detail

      • 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

        java.lang.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

        java.lang.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.