Interface ErrorDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ErrorDetails,ErrorDetails.Builder
public interface ErrorDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDescribes policy violation findings.Describes policy violation findings.Describes an ad policy violation.Describes an ad policy violation.Details on the quota error, including the scope (account or developer), the rate bucket name and the retry delay.Details on the quota error, including the scope (account or developer), the rate bucket name and the retry delay.Details for a resource count limit exceeded error.Details for a resource count limit exceeded error.The error code that should have been returned, but wasn't.com.google.protobuf.ByteStringThe error code that should have been returned, but wasn't.booleanDescribes policy violation findings.booleanDescribes an ad policy violation.booleanDetails on the quota error, including the scope (account or developer), the rate bucket name and the retry delay.booleanDetails for a resource count limit exceeded error.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
-
getUnpublishedErrorCode
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;- Returns:
- The unpublishedErrorCode.
-
getUnpublishedErrorCodeBytes
com.google.protobuf.ByteString getUnpublishedErrorCodeBytes()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;- Returns:
- The bytes for unpublishedErrorCode.
-
hasPolicyViolationDetails
boolean hasPolicyViolationDetails()Describes an ad policy violation.
.google.ads.googleads.v18.errors.PolicyViolationDetails policy_violation_details = 2;- Returns:
- Whether the policyViolationDetails field is set.
-
getPolicyViolationDetails
PolicyViolationDetails getPolicyViolationDetails()Describes an ad policy violation.
.google.ads.googleads.v18.errors.PolicyViolationDetails policy_violation_details = 2;- Returns:
- The policyViolationDetails.
-
getPolicyViolationDetailsOrBuilder
PolicyViolationDetailsOrBuilder getPolicyViolationDetailsOrBuilder()Describes an ad policy violation.
.google.ads.googleads.v18.errors.PolicyViolationDetails policy_violation_details = 2; -
hasPolicyFindingDetails
boolean hasPolicyFindingDetails()Describes policy violation findings.
.google.ads.googleads.v18.errors.PolicyFindingDetails policy_finding_details = 3;- Returns:
- Whether the policyFindingDetails field is set.
-
getPolicyFindingDetails
PolicyFindingDetails getPolicyFindingDetails()Describes policy violation findings.
.google.ads.googleads.v18.errors.PolicyFindingDetails policy_finding_details = 3;- Returns:
- The policyFindingDetails.
-
getPolicyFindingDetailsOrBuilder
PolicyFindingDetailsOrBuilder getPolicyFindingDetailsOrBuilder()Describes policy violation findings.
.google.ads.googleads.v18.errors.PolicyFindingDetails policy_finding_details = 3; -
hasQuotaErrorDetails
boolean hasQuotaErrorDetails()Details on the quota error, including the scope (account or developer), the rate bucket name and the retry delay.
.google.ads.googleads.v18.errors.QuotaErrorDetails quota_error_details = 4;- Returns:
- Whether the quotaErrorDetails field is set.
-
getQuotaErrorDetails
QuotaErrorDetails getQuotaErrorDetails()Details on the quota error, including the scope (account or developer), the rate bucket name and the retry delay.
.google.ads.googleads.v18.errors.QuotaErrorDetails quota_error_details = 4;- Returns:
- The quotaErrorDetails.
-
getQuotaErrorDetailsOrBuilder
QuotaErrorDetailsOrBuilder getQuotaErrorDetailsOrBuilder()Details on the quota error, including the scope (account or developer), the rate bucket name and the retry delay.
.google.ads.googleads.v18.errors.QuotaErrorDetails quota_error_details = 4; -
hasResourceCountDetails
boolean hasResourceCountDetails()Details for a resource count limit exceeded error.
.google.ads.googleads.v18.errors.ResourceCountDetails resource_count_details = 5;- Returns:
- Whether the resourceCountDetails field is set.
-
getResourceCountDetails
ResourceCountDetails getResourceCountDetails()Details for a resource count limit exceeded error.
.google.ads.googleads.v18.errors.ResourceCountDetails resource_count_details = 5;- Returns:
- The resourceCountDetails.
-
getResourceCountDetailsOrBuilder
ResourceCountDetailsOrBuilder getResourceCountDetailsOrBuilder()Details for a resource count limit exceeded error.
.google.ads.googleads.v18.errors.ResourceCountDetails resource_count_details = 5;
-