com.google.ads.googleads.v17.resources.LocalServicesVerificationArtifactOrBuilder 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 LocalServicesVerificationArtifactOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.LocalServicesVerificationArtifact)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. The resource name of the Local Services Verification.
* Local Services Verification resource names have the form:
*
* `customers/{customer_id}/localServicesVerificationArtifacts/{verification_artifact_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* Immutable. The resource name of the Local Services Verification.
* Local Services Verification resource names have the form:
*
* `customers/{customer_id}/localServicesVerificationArtifacts/{verification_artifact_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. The ID of the verification artifact.
*
*
* optional int64 id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
* Output only. The ID of the verification artifact.
*
*
* optional int64 id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The id.
*/
long getId();
/**
*
* Output only. The timestamp when this verification artifact was created.
* 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"
*
*
* string creation_date_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The creationDateTime.
*/
java.lang.String getCreationDateTime();
/**
*
* Output only. The timestamp when this verification artifact was created.
* 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"
*
*
* string creation_date_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for creationDateTime.
*/
com.google.protobuf.ByteString
getCreationDateTimeBytes();
/**
*
* Output only. The status of the verification artifact.
*
*
* .google.ads.googleads.v17.enums.LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* Output only. The status of the verification artifact.
*
*
* .google.ads.googleads.v17.enums.LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The status.
*/
com.google.ads.googleads.v17.enums.LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus getStatus();
/**
*
* Output only. The type of the verification artifact.
*
*
* .google.ads.googleads.v17.enums.LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType artifact_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for artifactType.
*/
int getArtifactTypeValue();
/**
*
* Output only. The type of the verification artifact.
*
*
* .google.ads.googleads.v17.enums.LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType artifact_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The artifactType.
*/
com.google.ads.googleads.v17.enums.LocalServicesVerificationArtifactTypeEnum.LocalServicesVerificationArtifactType getArtifactType();
/**
*
* Output only. A background check verification artifact.
*
*
* .google.ads.googleads.v17.resources.BackgroundCheckVerificationArtifact background_check_verification_artifact = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the backgroundCheckVerificationArtifact field is set.
*/
boolean hasBackgroundCheckVerificationArtifact();
/**
*
* Output only. A background check verification artifact.
*
*
* .google.ads.googleads.v17.resources.BackgroundCheckVerificationArtifact background_check_verification_artifact = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The backgroundCheckVerificationArtifact.
*/
com.google.ads.googleads.v17.resources.BackgroundCheckVerificationArtifact getBackgroundCheckVerificationArtifact();
/**
*
* Output only. A background check verification artifact.
*
*
* .google.ads.googleads.v17.resources.BackgroundCheckVerificationArtifact background_check_verification_artifact = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.BackgroundCheckVerificationArtifactOrBuilder getBackgroundCheckVerificationArtifactOrBuilder();
/**
*
* Output only. An insurance verification artifact.
*
*
* .google.ads.googleads.v17.resources.InsuranceVerificationArtifact insurance_verification_artifact = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the insuranceVerificationArtifact field is set.
*/
boolean hasInsuranceVerificationArtifact();
/**
*
* Output only. An insurance verification artifact.
*
*
* .google.ads.googleads.v17.resources.InsuranceVerificationArtifact insurance_verification_artifact = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The insuranceVerificationArtifact.
*/
com.google.ads.googleads.v17.resources.InsuranceVerificationArtifact getInsuranceVerificationArtifact();
/**
*
* Output only. An insurance verification artifact.
*
*
* .google.ads.googleads.v17.resources.InsuranceVerificationArtifact insurance_verification_artifact = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.InsuranceVerificationArtifactOrBuilder getInsuranceVerificationArtifactOrBuilder();
/**
*
* Output only. A license verification artifact.
*
*
* .google.ads.googleads.v17.resources.LicenseVerificationArtifact license_verification_artifact = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the licenseVerificationArtifact field is set.
*/
boolean hasLicenseVerificationArtifact();
/**
*
* Output only. A license verification artifact.
*
*
* .google.ads.googleads.v17.resources.LicenseVerificationArtifact license_verification_artifact = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The licenseVerificationArtifact.
*/
com.google.ads.googleads.v17.resources.LicenseVerificationArtifact getLicenseVerificationArtifact();
/**
*
* Output only. A license verification artifact.
*
*
* .google.ads.googleads.v17.resources.LicenseVerificationArtifact license_verification_artifact = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.LicenseVerificationArtifactOrBuilder getLicenseVerificationArtifactOrBuilder();
/**
*
* Output only. A business registration check verification artifact.
*
*
* .google.ads.googleads.v17.resources.BusinessRegistrationCheckVerificationArtifact business_registration_check_verification_artifact = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the businessRegistrationCheckVerificationArtifact field is set.
*/
boolean hasBusinessRegistrationCheckVerificationArtifact();
/**
*
* Output only. A business registration check verification artifact.
*
*
* .google.ads.googleads.v17.resources.BusinessRegistrationCheckVerificationArtifact business_registration_check_verification_artifact = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The businessRegistrationCheckVerificationArtifact.
*/
com.google.ads.googleads.v17.resources.BusinessRegistrationCheckVerificationArtifact getBusinessRegistrationCheckVerificationArtifact();
/**
*
* Output only. A business registration check verification artifact.
*
*
* .google.ads.googleads.v17.resources.BusinessRegistrationCheckVerificationArtifact business_registration_check_verification_artifact = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.BusinessRegistrationCheckVerificationArtifactOrBuilder getBusinessRegistrationCheckVerificationArtifactOrBuilder();
com.google.ads.googleads.v17.resources.LocalServicesVerificationArtifact.ArtifactDataCase getArtifactDataCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy