Interface GoogleAdsFailureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GoogleAdsFailure, GoogleAdsFailure.Builder

public interface GoogleAdsFailureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getErrors(int index)
    The list of errors that occurred.
    int
    The list of errors that occurred.
    The list of errors that occurred.
    getErrorsOrBuilder(int index)
    The list of errors that occurred.
    The list of errors that occurred.
    The unique ID of the request that is used for debugging purposes.
    com.google.protobuf.ByteString
    The unique ID of the request that is used for debugging purposes.

    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

    • getErrorsList

      List<GoogleAdsError> getErrorsList()
       The list of errors that occurred.
       
      repeated .google.ads.googleads.v18.errors.GoogleAdsError errors = 1;
    • getErrors

      GoogleAdsError getErrors(int index)
       The list of errors that occurred.
       
      repeated .google.ads.googleads.v18.errors.GoogleAdsError errors = 1;
    • getErrorsCount

      int getErrorsCount()
       The list of errors that occurred.
       
      repeated .google.ads.googleads.v18.errors.GoogleAdsError errors = 1;
    • getErrorsOrBuilderList

      List<? extends GoogleAdsErrorOrBuilder> getErrorsOrBuilderList()
       The list of errors that occurred.
       
      repeated .google.ads.googleads.v18.errors.GoogleAdsError errors = 1;
    • getErrorsOrBuilder

      GoogleAdsErrorOrBuilder getErrorsOrBuilder(int index)
       The list of errors that occurred.
       
      repeated .google.ads.googleads.v18.errors.GoogleAdsError errors = 1;
    • getRequestId

      String getRequestId()
       The unique ID of the request that is used for debugging purposes.
       
      string request_id = 2;
      Returns:
      The requestId.
    • getRequestIdBytes

      com.google.protobuf.ByteString getRequestIdBytes()
       The unique ID of the request that is used for debugging purposes.
       
      string request_id = 2;
      Returns:
      The bytes for requestId.