Interface ErrorOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Errors getErrors​(int index)
      [Output Only] The array of errors encountered while processing this operation.
      int getErrorsCount()
      [Output Only] The array of errors encountered while processing this operation.
      List<Errors> getErrorsList()
      [Output Only] The array of errors encountered while processing this operation.
      ErrorsOrBuilder getErrorsOrBuilder​(int index)
      [Output Only] The array of errors encountered while processing this operation.
      List<? extends ErrorsOrBuilder> getErrorsOrBuilderList()
      [Output Only] The array of errors encountered while processing this operation.
      • 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 Detail

      • getErrorsList

        List<Errors> getErrorsList()
         [Output Only] The array of errors encountered while processing this operation.
         
        repeated .google.cloud.compute.v1.Errors errors = 315977579;
      • getErrors

        Errors getErrors​(int index)
         [Output Only] The array of errors encountered while processing this operation.
         
        repeated .google.cloud.compute.v1.Errors errors = 315977579;
      • getErrorsCount

        int getErrorsCount()
         [Output Only] The array of errors encountered while processing this operation.
         
        repeated .google.cloud.compute.v1.Errors errors = 315977579;
      • getErrorsOrBuilderList

        List<? extends ErrorsOrBuilder> getErrorsOrBuilderList()
         [Output Only] The array of errors encountered while processing this operation.
         
        repeated .google.cloud.compute.v1.Errors errors = 315977579;
      • getErrorsOrBuilder

        ErrorsOrBuilder getErrorsOrBuilder​(int index)
         [Output Only] The array of errors encountered while processing this operation.
         
        repeated .google.cloud.compute.v1.Errors errors = 315977579;