com.google.ads.googleads.v17.resources.LicenseVerificationArtifactOrBuilder 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 LicenseVerificationArtifactOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.LicenseVerificationArtifact)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. License type / name.
*
*
* optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the licenseType field is set.
*/
boolean hasLicenseType();
/**
*
* Output only. License type / name.
*
*
* optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The licenseType.
*/
java.lang.String getLicenseType();
/**
*
* Output only. License type / name.
*
*
* optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for licenseType.
*/
com.google.protobuf.ByteString
getLicenseTypeBytes();
/**
*
* Output only. License number.
*
*
* optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the licenseNumber field is set.
*/
boolean hasLicenseNumber();
/**
*
* Output only. License number.
*
*
* optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The licenseNumber.
*/
java.lang.String getLicenseNumber();
/**
*
* Output only. License number.
*
*
* optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for licenseNumber.
*/
com.google.protobuf.ByteString
getLicenseNumberBytes();
/**
*
* Output only. First name of the licensee.
*
*
* optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the licenseeFirstName field is set.
*/
boolean hasLicenseeFirstName();
/**
*
* Output only. First name of the licensee.
*
*
* optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The licenseeFirstName.
*/
java.lang.String getLicenseeFirstName();
/**
*
* Output only. First name of the licensee.
*
*
* optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for licenseeFirstName.
*/
com.google.protobuf.ByteString
getLicenseeFirstNameBytes();
/**
*
* Output only. Last name of the licensee.
*
*
* optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the licenseeLastName field is set.
*/
boolean hasLicenseeLastName();
/**
*
* Output only. Last name of the licensee.
*
*
* optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The licenseeLastName.
*/
java.lang.String getLicenseeLastName();
/**
*
* Output only. Last name of the licensee.
*
*
* optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for licenseeLastName.
*/
com.google.protobuf.ByteString
getLicenseeLastNameBytes();
/**
*
* Output only. License rejection reason.
*
*
* optional .google.ads.googleads.v17.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the rejectionReason field is set.
*/
boolean hasRejectionReason();
/**
*
* Output only. License rejection reason.
*
*
* optional .google.ads.googleads.v17.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for rejectionReason.
*/
int getRejectionReasonValue();
/**
*
* Output only. License rejection reason.
*
*
* optional .google.ads.googleads.v17.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The rejectionReason.
*/
com.google.ads.googleads.v17.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason getRejectionReason();
/**
*
* Output only. The readonly field containing the information for an uploaded
* license document.
*
*
* optional .google.ads.googleads.v17.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the licenseDocumentReadonly field is set.
*/
boolean hasLicenseDocumentReadonly();
/**
*
* Output only. The readonly field containing the information for an uploaded
* license document.
*
*
* optional .google.ads.googleads.v17.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The licenseDocumentReadonly.
*/
com.google.ads.googleads.v17.common.LocalServicesDocumentReadOnly getLicenseDocumentReadonly();
/**
*
* Output only. The readonly field containing the information for an uploaded
* license document.
*
*
* optional .google.ads.googleads.v17.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.LocalServicesDocumentReadOnlyOrBuilder getLicenseDocumentReadonlyOrBuilder();
/**
*
* Output only. The timestamp when this license expires.
* 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 expiration_date_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the expirationDateTime field is set.
*/
boolean hasExpirationDateTime();
/**
*
* Output only. The timestamp when this license expires.
* 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 expiration_date_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The expirationDateTime.
*/
java.lang.String getExpirationDateTime();
/**
*
* Output only. The timestamp when this license expires.
* 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 expiration_date_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for expirationDateTime.
*/
com.google.protobuf.ByteString
getExpirationDateTimeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy