Interface ResourceCountDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceCountDetails,ResourceCountDetails.Builder
public interface ResourceCountDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEnclosingId()The ID of the resource whose limit was exceeded.com.google.protobuf.ByteStringgetEnclosingIdBytes()The ID of the resource whose limit was exceeded.java.lang.StringgetEnclosingResource()The name of the resource (Customer, Campaign etc.) whose limit was exceeded.com.google.protobuf.ByteStringgetEnclosingResourceBytes()The name of the resource (Customer, Campaign etc.) whose limit was exceeded.intgetExistingCount()The count of existing entities.intgetLimit()The limit which was exceeded.ResourceLimitTypeEnum.ResourceLimitTypegetLimitType()The resource limit type which was exceeded.intgetLimitTypeValue()The resource limit type which was exceeded.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEnclosingId
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;- Returns:
- The enclosingId.
-
getEnclosingIdBytes
com.google.protobuf.ByteString getEnclosingIdBytes()
The ID of the resource whose limit was exceeded. External customer ID if the limit is for a customer.
string enclosing_id = 1;- Returns:
- The bytes for enclosingId.
-
getEnclosingResource
java.lang.String getEnclosingResource()
The name of the resource (Customer, Campaign etc.) whose limit was exceeded.
string enclosing_resource = 5;- Returns:
- The enclosingResource.
-
getEnclosingResourceBytes
com.google.protobuf.ByteString getEnclosingResourceBytes()
The name of the resource (Customer, Campaign etc.) whose limit was exceeded.
string enclosing_resource = 5;- Returns:
- The bytes for enclosingResource.
-
getLimit
int getLimit()
The limit which was exceeded.
int32 limit = 2;- Returns:
- The limit.
-
getLimitTypeValue
int getLimitTypeValue()
The resource limit type which was exceeded.
.google.ads.googleads.v10.enums.ResourceLimitTypeEnum.ResourceLimitType limit_type = 3;- Returns:
- The enum numeric value on the wire for limitType.
-
getLimitType
ResourceLimitTypeEnum.ResourceLimitType getLimitType()
The resource limit type which was exceeded.
.google.ads.googleads.v10.enums.ResourceLimitTypeEnum.ResourceLimitType limit_type = 3;- Returns:
- The limitType.
-
getExistingCount
int getExistingCount()
The count of existing entities.
int32 existing_count = 4;- Returns:
- The existingCount.
-
-