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

com.google.ads.googleads.v17.resources.BusinessRegistrationDocumentOrBuilder 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 BusinessRegistrationDocumentOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.BusinessRegistrationDocument)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. The readonly field containing the information for an uploaded
   * business registration document.
   * 
* * optional .google.ads.googleads.v17.common.LocalServicesDocumentReadOnly document_readonly = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the documentReadonly field is set. */ boolean hasDocumentReadonly(); /** *
   * Output only. The readonly field containing the information for an uploaded
   * business registration document.
   * 
* * optional .google.ads.googleads.v17.common.LocalServicesDocumentReadOnly document_readonly = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The documentReadonly. */ com.google.ads.googleads.v17.common.LocalServicesDocumentReadOnly getDocumentReadonly(); /** *
   * Output only. The readonly field containing the information for an uploaded
   * business registration document.
   * 
* * optional .google.ads.googleads.v17.common.LocalServicesDocumentReadOnly document_readonly = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.common.LocalServicesDocumentReadOnlyOrBuilder getDocumentReadonlyOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy