Interface HelpOrBuilder

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

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

    Modifier and Type
    Method
    Description
    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.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getLinksList

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

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

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