Interface HelpOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Help.Link getLinks​(int index)
      URL(s) pointing to additional information on handling the current error.
      int getLinksCount()
      URL(s) pointing to additional information on handling the current error.
      List<Help.Link> getLinksList()
      URL(s) pointing to additional information on handling the current error.
      Help.LinkOrBuilder getLinksOrBuilder​(int index)
      URL(s) pointing to additional information on handling the current error.
      List<? extends Help.LinkOrBuilder> getLinksOrBuilderList()
      URL(s) pointing to additional information on handling the current error.
      • 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

      • 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;