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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCaseUrl()Output only.com.google.protobuf.ByteStringgetCaseUrlBytes()Output only.java.lang.StringgetFinalAdjudicationDateTime()Output only.com.google.protobuf.ByteStringgetFinalAdjudicationDateTimeBytes()Output only.booleanhasCaseUrl()Output only.booleanhasFinalAdjudicationDateTime()Output only.-
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.
-
-