Interface BusinessRegistrationCheckVerificationArtifactOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BusinessRegistrationCheckVerificationArtifact,BusinessRegistrationCheckVerificationArtifact.Builder
public interface BusinessRegistrationCheckVerificationArtifactOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.Output only.Output only.Output only.Output only.Output only.intOutput only.Output only.intOutput only.booleanOutput only.booleanOutput only.booleanOutput only.booleanOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRegistrationType
boolean hasRegistrationType()Output only. The type of business registration check (number, document).
optional .google.ads.googleads.v18.enums.LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType registration_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the registrationType field is set.
-
getRegistrationTypeValue
int getRegistrationTypeValue()Output only. The type of business registration check (number, document).
optional .google.ads.googleads.v18.enums.LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType registration_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for registrationType.
-
getRegistrationType
LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType getRegistrationType()Output only. The type of business registration check (number, document).
optional .google.ads.googleads.v18.enums.LocalServicesBusinessRegistrationTypeEnum.LocalServicesBusinessRegistrationType registration_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The registrationType.
-
hasCheckId
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];- Returns:
- Whether the checkId field is set.
-
getCheckId
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];- Returns:
- The checkId.
-
getCheckIdBytes
com.google.protobuf.ByteString getCheckIdBytes()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];- Returns:
- The bytes for checkId.
-
hasRejectionReason
boolean hasRejectionReason()Output only. Registration document rejection reason.
optional .google.ads.googleads.v18.enums.LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the rejectionReason field is set.
-
getRejectionReasonValue
int getRejectionReasonValue()Output only. Registration document rejection reason.
optional .google.ads.googleads.v18.enums.LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for rejectionReason.
-
getRejectionReason
LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason getRejectionReason()Output only. Registration document rejection reason.
optional .google.ads.googleads.v18.enums.LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The rejectionReason.
-
hasRegistrationNumber
boolean hasRegistrationNumber()Output only. Message storing government issued number for the business.
.google.ads.googleads.v18.resources.BusinessRegistrationNumber registration_number = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the registrationNumber field is set.
-
getRegistrationNumber
BusinessRegistrationNumber getRegistrationNumber()Output only. Message storing government issued number for the business.
.google.ads.googleads.v18.resources.BusinessRegistrationNumber registration_number = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The registrationNumber.
-
getRegistrationNumberOrBuilder
BusinessRegistrationNumberOrBuilder getRegistrationNumberOrBuilder()Output only. Message storing government issued number for the business.
.google.ads.googleads.v18.resources.BusinessRegistrationNumber registration_number = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
hasRegistrationDocument
boolean hasRegistrationDocument()Output only. Message storing document info for the business.
.google.ads.googleads.v18.resources.BusinessRegistrationDocument registration_document = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the registrationDocument field is set.
-
getRegistrationDocument
BusinessRegistrationDocument getRegistrationDocument()Output only. Message storing document info for the business.
.google.ads.googleads.v18.resources.BusinessRegistrationDocument registration_document = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The registrationDocument.
-
getRegistrationDocumentOrBuilder
BusinessRegistrationDocumentOrBuilder getRegistrationDocumentOrBuilder()Output only. Message storing document info for the business.
.google.ads.googleads.v18.resources.BusinessRegistrationDocument registration_document = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getBusinessRegistrationCase
BusinessRegistrationCheckVerificationArtifact.BusinessRegistrationCase getBusinessRegistrationCase()
-