// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/rpc/error_details.proto

package com.google.rpc;

public interface HelpOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.rpc.Help)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * <pre>
   * URL(s) pointing to additional information on handling the current error.
   * </pre>
   *
   * <code>repeated .google.rpc.Help.Link links = 1;</code>
   */
  java.util.List<com.google.rpc.Help.Link> 
      getLinksList();
  /**
   * <pre>
   * URL(s) pointing to additional information on handling the current error.
   * </pre>
   *
   * <code>repeated .google.rpc.Help.Link links = 1;</code>
   */
  com.google.rpc.Help.Link getLinks(int index);
  /**
   * <pre>
   * URL(s) pointing to additional information on handling the current error.
   * </pre>
   *
   * <code>repeated .google.rpc.Help.Link links = 1;</code>
   */
  int getLinksCount();
}
