com.google.ads.googleads.v17.resources.BusinessRegistrationCheckVerificationArtifactOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 BusinessRegistrationCheckVerificationArtifactOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.BusinessRegistrationCheckVerificationArtifact)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The type of business registration check (number, document).
*
*
* optional .google.ads.googleads.v17.enums.LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType registration_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the registrationType field is set.
*/
boolean hasRegistrationType();
/**
*
* Output only. The type of business registration check (number, document).
*
*
* optional .google.ads.googleads.v17.enums.LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType registration_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for registrationType.
*/
int getRegistrationTypeValue();
/**
*
* Output only. The type of business registration check (number, document).
*
*
* optional .google.ads.googleads.v17.enums.LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType registration_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The registrationType.
*/
com.google.ads.googleads.v17.enums.LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType getRegistrationType();
/**
*
* Output only. The id of the check, such as vat_tax_id, representing "VAT Tax
* ID" requirement.
*
*
* optional string check_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the checkId field is set.
*/
boolean hasCheckId();
/**
*
* Output only. The id of the check, such as vat_tax_id, representing "VAT Tax
* ID" requirement.
*
*
* optional string check_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The checkId.
*/
java.lang.String getCheckId();
/**
*
* Output only. The id of the check, such as vat_tax_id, representing "VAT Tax
* ID" requirement.
*
*
* optional string check_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for checkId.
*/
com.google.protobuf.ByteString
getCheckIdBytes();
/**
*
* Output only. Registration document rejection reason.
*
*
* optional .google.ads.googleads.v17.enums.LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the rejectionReason field is set.
*/
boolean hasRejectionReason();
/**
*
* Output only. Registration document rejection reason.
*
*
* optional .google.ads.googleads.v17.enums.LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for rejectionReason.
*/
int getRejectionReasonValue();
/**
*
* Output only. Registration document rejection reason.
*
*
* optional .google.ads.googleads.v17.enums.LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The rejectionReason.
*/
com.google.ads.googleads.v17.enums.LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason getRejectionReason();
/**
*
* Output only. Message storing government issued number for the business.
*
*
* .google.ads.googleads.v17.resources.BusinessRegistrationNumber registration_number = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the registrationNumber field is set.
*/
boolean hasRegistrationNumber();
/**
*
* Output only. Message storing government issued number for the business.
*
*
* .google.ads.googleads.v17.resources.BusinessRegistrationNumber registration_number = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The registrationNumber.
*/
com.google.ads.googleads.v17.resources.BusinessRegistrationNumber getRegistrationNumber();
/**
*
* Output only. Message storing government issued number for the business.
*
*
* .google.ads.googleads.v17.resources.BusinessRegistrationNumber registration_number = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.BusinessRegistrationNumberOrBuilder getRegistrationNumberOrBuilder();
/**
*
* Output only. Message storing document info for the business.
*
*
* .google.ads.googleads.v17.resources.BusinessRegistrationDocument registration_document = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the registrationDocument field is set.
*/
boolean hasRegistrationDocument();
/**
*
* Output only. Message storing document info for the business.
*
*
* .google.ads.googleads.v17.resources.BusinessRegistrationDocument registration_document = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The registrationDocument.
*/
com.google.ads.googleads.v17.resources.BusinessRegistrationDocument getRegistrationDocument();
/**
*
* Output only. Message storing document info for the business.
*
*
* .google.ads.googleads.v17.resources.BusinessRegistrationDocument registration_document = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.BusinessRegistrationDocumentOrBuilder getRegistrationDocumentOrBuilder();
com.google.ads.googleads.v17.resources.BusinessRegistrationCheckVerificationArtifact.BusinessRegistrationCase getBusinessRegistrationCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy