程序包 com.google.rpc

接口 DebugInfoOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
DebugInfo, DebugInfo.Builder

public interface DebugInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    Additional debugging information provided by the server.
    com.google.protobuf.ByteString
    Additional debugging information provided by the server.
    getStackEntries​(int index)
    The stack trace entries indicating where the error occurred.
    com.google.protobuf.ByteString
    getStackEntriesBytes​(int index)
    The stack trace entries indicating where the error occurred.
    int
    The stack trace entries indicating where the error occurred.
    The stack trace entries indicating where the error occurred.

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getStackEntriesList

      List<String> getStackEntriesList()
       The stack trace entries indicating where the error occurred.
       
      repeated string stack_entries = 1;
      返回:
      A list containing the stackEntries.
    • getStackEntriesCount

      int getStackEntriesCount()
       The stack trace entries indicating where the error occurred.
       
      repeated string stack_entries = 1;
      返回:
      The count of stackEntries.
    • getStackEntries

      String getStackEntries(int index)
       The stack trace entries indicating where the error occurred.
       
      repeated string stack_entries = 1;
      参数:
      index - The index of the element to return.
      返回:
      The stackEntries at the given index.
    • getStackEntriesBytes

      com.google.protobuf.ByteString getStackEntriesBytes(int index)
       The stack trace entries indicating where the error occurred.
       
      repeated string stack_entries = 1;
      参数:
      index - The index of the value to return.
      返回:
      The bytes of the stackEntries at the given index.
    • getDetail

      String getDetail()
       Additional debugging information provided by the server.
       
      string detail = 2;
      返回:
      The detail.
    • getDetailBytes

      com.google.protobuf.ByteString getDetailBytes()
       Additional debugging information provided by the server.
       
      string detail = 2;
      返回:
      The bytes for detail.