All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.BackgroundCheckVerificationArtifactOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/local_services_verification_artifact.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface BackgroundCheckVerificationArtifactOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.BackgroundCheckVerificationArtifact)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. URL to access background case.
   * 
* * optional string case_url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the caseUrl field is set. */ boolean hasCaseUrl(); /** *
   * Output only. URL to access background case.
   * 
* * optional string case_url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The caseUrl. */ java.lang.String getCaseUrl(); /** *
   * Output only. URL to access background case.
   * 
* * optional string case_url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for caseUrl. */ com.google.protobuf.ByteString getCaseUrlBytes(); /** *
   * 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]; * @return Whether the finalAdjudicationDateTime field is set. */ 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]; * @return The finalAdjudicationDateTime. */ 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]; * @return The bytes for finalAdjudicationDateTime. */ com.google.protobuf.ByteString getFinalAdjudicationDateTimeBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy