Interface LicenseVerificationArtifactOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LicenseVerificationArtifact,LicenseVerificationArtifact.Builder
public interface LicenseVerificationArtifactOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalServicesDocumentReadOnlygetLicenseDocumentReadonly()Output only.LocalServicesDocumentReadOnlyOrBuildergetLicenseDocumentReadonlyOrBuilder()Output only.java.lang.StringgetLicenseeFirstName()Output only.com.google.protobuf.ByteStringgetLicenseeFirstNameBytes()Output only.java.lang.StringgetLicenseeLastName()Output only.com.google.protobuf.ByteStringgetLicenseeLastNameBytes()Output only.java.lang.StringgetLicenseNumber()Output only.com.google.protobuf.ByteStringgetLicenseNumberBytes()Output only.java.lang.StringgetLicenseType()Output only.com.google.protobuf.ByteStringgetLicenseTypeBytes()Output only.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReasongetRejectionReason()Output only.intgetRejectionReasonValue()Output only.booleanhasLicenseDocumentReadonly()Output only.booleanhasLicenseeFirstName()Output only.booleanhasLicenseeLastName()Output only.booleanhasLicenseNumber()Output only.booleanhasLicenseType()Output only.booleanhasRejectionReason()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLicenseType
boolean hasLicenseType()
Output only. License type / name.
optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the licenseType field is set.
-
getLicenseType
java.lang.String getLicenseType()
Output only. License type / name.
optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The licenseType.
-
getLicenseTypeBytes
com.google.protobuf.ByteString getLicenseTypeBytes()
Output only. License type / name.
optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for licenseType.
-
hasLicenseNumber
boolean hasLicenseNumber()
Output only. License number.
optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the licenseNumber field is set.
-
getLicenseNumber
java.lang.String getLicenseNumber()
Output only. License number.
optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The licenseNumber.
-
getLicenseNumberBytes
com.google.protobuf.ByteString getLicenseNumberBytes()
Output only. License number.
optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for licenseNumber.
-
hasLicenseeFirstName
boolean hasLicenseeFirstName()
Output only. First name of the licensee.
optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the licenseeFirstName field is set.
-
getLicenseeFirstName
java.lang.String getLicenseeFirstName()
Output only. First name of the licensee.
optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The licenseeFirstName.
-
getLicenseeFirstNameBytes
com.google.protobuf.ByteString getLicenseeFirstNameBytes()
Output only. First name of the licensee.
optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for licenseeFirstName.
-
hasLicenseeLastName
boolean hasLicenseeLastName()
Output only. Last name of the licensee.
optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the licenseeLastName field is set.
-
getLicenseeLastName
java.lang.String getLicenseeLastName()
Output only. Last name of the licensee.
optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The licenseeLastName.
-
getLicenseeLastNameBytes
com.google.protobuf.ByteString getLicenseeLastNameBytes()
Output only. Last name of the licensee.
optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for licenseeLastName.
-
hasRejectionReason
boolean hasRejectionReason()
Output only. License rejection reason.
optional .google.ads.googleads.v15.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the rejectionReason field is set.
-
getRejectionReasonValue
int getRejectionReasonValue()
Output only. License rejection reason.
optional .google.ads.googleads.v15.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for rejectionReason.
-
getRejectionReason
LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason getRejectionReason()
Output only. License rejection reason.
optional .google.ads.googleads.v15.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The rejectionReason.
-
hasLicenseDocumentReadonly
boolean hasLicenseDocumentReadonly()
Output only. The readonly field containing the information for an uploaded license document.
optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the licenseDocumentReadonly field is set.
-
getLicenseDocumentReadonly
LocalServicesDocumentReadOnly getLicenseDocumentReadonly()
Output only. The readonly field containing the information for an uploaded license document.
optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The licenseDocumentReadonly.
-
getLicenseDocumentReadonlyOrBuilder
LocalServicesDocumentReadOnlyOrBuilder getLicenseDocumentReadonlyOrBuilder()
Output only. The readonly field containing the information for an uploaded license document.
optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-