com.google.ads.googleads.v17.errors.ResourceCountDetailsOrBuilder 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 ResourceCountDetailsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.errors.ResourceCountDetails)
com.google.protobuf.MessageOrBuilder {
/**
*
* The ID of the resource whose limit was exceeded.
* External customer ID if the limit is for a customer.
*
*
* string enclosing_id = 1;
* @return The enclosingId.
*/
java.lang.String getEnclosingId();
/**
*
* The ID of the resource whose limit was exceeded.
* External customer ID if the limit is for a customer.
*
*
* string enclosing_id = 1;
* @return The bytes for enclosingId.
*/
com.google.protobuf.ByteString
getEnclosingIdBytes();
/**
*
* The name of the resource (Customer, Campaign etc.) whose limit was
* exceeded.
*
*
* string enclosing_resource = 5;
* @return The enclosingResource.
*/
java.lang.String getEnclosingResource();
/**
*
* The name of the resource (Customer, Campaign etc.) whose limit was
* exceeded.
*
*
* string enclosing_resource = 5;
* @return The bytes for enclosingResource.
*/
com.google.protobuf.ByteString
getEnclosingResourceBytes();
/**
*
* The limit which was exceeded.
*
*
* int32 limit = 2;
* @return The limit.
*/
int getLimit();
/**
*
* The resource limit type which was exceeded.
*
*
* .google.ads.googleads.v17.enums.ResourceLimitTypeEnum.ResourceLimitType limit_type = 3;
* @return The enum numeric value on the wire for limitType.
*/
int getLimitTypeValue();
/**
*
* The resource limit type which was exceeded.
*
*
* .google.ads.googleads.v17.enums.ResourceLimitTypeEnum.ResourceLimitType limit_type = 3;
* @return The limitType.
*/
com.google.ads.googleads.v17.enums.ResourceLimitTypeEnum.ResourceLimitType getLimitType();
/**
*
* The count of existing entities.
*
*
* int32 existing_count = 4;
* @return The existingCount.
*/
int getExistingCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy