com.google.ads.googleads.v17.errors.ErrorDetailsOrBuilder 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/errors/errors.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.errors;
public interface ErrorDetailsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.errors.ErrorDetails)
com.google.protobuf.MessageOrBuilder {
/**
*
* The error code that should have been returned, but wasn't. This is used
* when the error code is not published in the client specified version.
*
*
* string unpublished_error_code = 1;
* @return The unpublishedErrorCode.
*/
java.lang.String getUnpublishedErrorCode();
/**
*
* The error code that should have been returned, but wasn't. This is used
* when the error code is not published in the client specified version.
*
*
* string unpublished_error_code = 1;
* @return The bytes for unpublishedErrorCode.
*/
com.google.protobuf.ByteString
getUnpublishedErrorCodeBytes();
/**
*
* Describes an ad policy violation.
*
*
* .google.ads.googleads.v17.errors.PolicyViolationDetails policy_violation_details = 2;
* @return Whether the policyViolationDetails field is set.
*/
boolean hasPolicyViolationDetails();
/**
*
* Describes an ad policy violation.
*
*
* .google.ads.googleads.v17.errors.PolicyViolationDetails policy_violation_details = 2;
* @return The policyViolationDetails.
*/
com.google.ads.googleads.v17.errors.PolicyViolationDetails getPolicyViolationDetails();
/**
*
* Describes an ad policy violation.
*
*
* .google.ads.googleads.v17.errors.PolicyViolationDetails policy_violation_details = 2;
*/
com.google.ads.googleads.v17.errors.PolicyViolationDetailsOrBuilder getPolicyViolationDetailsOrBuilder();
/**
*
* Describes policy violation findings.
*
*
* .google.ads.googleads.v17.errors.PolicyFindingDetails policy_finding_details = 3;
* @return Whether the policyFindingDetails field is set.
*/
boolean hasPolicyFindingDetails();
/**
*
* Describes policy violation findings.
*
*
* .google.ads.googleads.v17.errors.PolicyFindingDetails policy_finding_details = 3;
* @return The policyFindingDetails.
*/
com.google.ads.googleads.v17.errors.PolicyFindingDetails getPolicyFindingDetails();
/**
*
* Describes policy violation findings.
*
*
* .google.ads.googleads.v17.errors.PolicyFindingDetails policy_finding_details = 3;
*/
com.google.ads.googleads.v17.errors.PolicyFindingDetailsOrBuilder getPolicyFindingDetailsOrBuilder();
/**
*
* Details on the quota error, including the scope (account or developer), the
* rate bucket name and the retry delay.
*
*
* .google.ads.googleads.v17.errors.QuotaErrorDetails quota_error_details = 4;
* @return Whether the quotaErrorDetails field is set.
*/
boolean hasQuotaErrorDetails();
/**
*
* Details on the quota error, including the scope (account or developer), the
* rate bucket name and the retry delay.
*
*
* .google.ads.googleads.v17.errors.QuotaErrorDetails quota_error_details = 4;
* @return The quotaErrorDetails.
*/
com.google.ads.googleads.v17.errors.QuotaErrorDetails getQuotaErrorDetails();
/**
*
* Details on the quota error, including the scope (account or developer), the
* rate bucket name and the retry delay.
*
*
* .google.ads.googleads.v17.errors.QuotaErrorDetails quota_error_details = 4;
*/
com.google.ads.googleads.v17.errors.QuotaErrorDetailsOrBuilder getQuotaErrorDetailsOrBuilder();
/**
*
* Details for a resource count limit exceeded error.
*
*
* .google.ads.googleads.v17.errors.ResourceCountDetails resource_count_details = 5;
* @return Whether the resourceCountDetails field is set.
*/
boolean hasResourceCountDetails();
/**
*
* Details for a resource count limit exceeded error.
*
*
* .google.ads.googleads.v17.errors.ResourceCountDetails resource_count_details = 5;
* @return The resourceCountDetails.
*/
com.google.ads.googleads.v17.errors.ResourceCountDetails getResourceCountDetails();
/**
*
* Details for a resource count limit exceeded error.
*
*
* .google.ads.googleads.v17.errors.ResourceCountDetails resource_count_details = 5;
*/
com.google.ads.googleads.v17.errors.ResourceCountDetailsOrBuilder getResourceCountDetailsOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy