Interface ListCampaignDraftAsyncErrorsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.rpc.Status
    getErrors(int index)
    Details of the errors when performing the asynchronous operation.
    int
    Details of the errors when performing the asynchronous operation.
    List<com.google.rpc.Status>
    Details of the errors when performing the asynchronous operation.
    com.google.rpc.StatusOrBuilder
    getErrorsOrBuilder(int index)
    Details of the errors when performing the asynchronous operation.
    List<? extends com.google.rpc.StatusOrBuilder>
    Details of the errors when performing the asynchronous operation.
    Pagination token used to retrieve the next page of results.
    com.google.protobuf.ByteString
    Pagination token used to retrieve the next page of results.

    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<com.google.rpc.Status> getErrorsList()
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • getErrors

      com.google.rpc.Status getErrors(int index)
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • getErrorsCount

      int getErrorsCount()
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • getErrorsOrBuilderList

      List<? extends com.google.rpc.StatusOrBuilder> getErrorsOrBuilderList()
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • getErrorsOrBuilder

      com.google.rpc.StatusOrBuilder getErrorsOrBuilder(int index)
       Details of the errors when performing the asynchronous operation.
       
      repeated .google.rpc.Status errors = 1;
    • getNextPageToken

      String getNextPageToken()
       Pagination token used to retrieve the next page of results.
       Pass the content of this string as the `page_token` attribute of
       the next request. `next_page_token` is not returned for the last
       page.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Pagination token used to retrieve the next page of results.
       Pass the content of this string as the `page_token` attribute of
       the next request. `next_page_token` is not returned for the last
       page.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.