程序包 com.google.rpc

接口 HelpOrBuilder

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

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

    修饰符和类型
    方法
    说明
    getLinks​(int index)
    URL(s) pointing to additional information on handling the current error.
    int
    URL(s) pointing to additional information on handling the current error.
    URL(s) pointing to additional information on handling the current error.
    getLinksOrBuilder​(int index)
    URL(s) pointing to additional information on handling the current error.
    URL(s) pointing to additional information on handling the current error.

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

    isInitialized

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

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

    • getLinksList

      List<Help.Link> getLinksList()
       URL(s) pointing to additional information on handling the current error.
       
      repeated .google.rpc.Help.Link links = 1;
    • getLinks

      Help.Link getLinks(int index)
       URL(s) pointing to additional information on handling the current error.
       
      repeated .google.rpc.Help.Link links = 1;
    • getLinksCount

      int getLinksCount()
       URL(s) pointing to additional information on handling the current error.
       
      repeated .google.rpc.Help.Link links = 1;
    • getLinksOrBuilderList

      List<? extends Help.LinkOrBuilder> getLinksOrBuilderList()
       URL(s) pointing to additional information on handling the current error.
       
      repeated .google.rpc.Help.Link links = 1;
    • getLinksOrBuilder

      Help.LinkOrBuilder getLinksOrBuilder(int index)
       URL(s) pointing to additional information on handling the current error.
       
      repeated .google.rpc.Help.Link links = 1;