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

    Modifier and Type
    Method
    Description
    The ID of the resource whose limit was exceeded.
    com.google.protobuf.ByteString
    The ID of the resource whose limit was exceeded.
    The name of the resource (Customer, Campaign etc.) whose limit was exceeded.
    com.google.protobuf.ByteString
    The name of the resource (Customer, Campaign etc.) whose limit was exceeded.
    int
    The count of existing entities.
    int
    The limit which was exceeded.
    The resource limit type which was exceeded.
    int
    The resource limit type which was exceeded.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getEnclosingId

      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

      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.v18.enums.ResourceLimitTypeEnum.ResourceLimitType limit_type = 3;
      Returns:
      The enum numeric value on the wire for limitType.
    • getLimitType

       The resource limit type which was exceeded.
       
      .google.ads.googleads.v18.enums.ResourceLimitTypeEnum.ResourceLimitType limit_type = 3;
      Returns:
      The limitType.
    • getExistingCount

      int getExistingCount()
       The count of existing entities.
       
      int32 existing_count = 4;
      Returns:
      The existingCount.