Interface ErrorSetOrBuilder

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

public interface ErrorSetOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getErrors(int index)
    The errors in the set.
    int
    The errors in the set.
    The errors in the set.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getErrorsList

      List<Status> getErrorsList()
       The errors in the set.
       
      repeated .google.rpc.Status errors = 1 [json_name = "errors"];
    • getErrors

      Status getErrors(int index)
       The errors in the set.
       
      repeated .google.rpc.Status errors = 1 [json_name = "errors"];
    • getErrorsCount

      int getErrorsCount()
       The errors in the set.
       
      repeated .google.rpc.Status errors = 1 [json_name = "errors"];