public interface HelpOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLinks(int index)
public abstract Help.Link getLinks(int index)URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Name | Description |
| index | int |
| Type | Description |
| Help.Link |
getLinksCount()
public abstract int getLinksCount()URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Type | Description |
| int |
getLinksList()
public abstract List<Help.Link> getLinksList()URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Type | Description |
| List<Link> |
getLinksOrBuilder(int index)
public abstract Help.LinkOrBuilder getLinksOrBuilder(int index)URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Name | Description |
| index | int |
| Type | Description |
| Help.LinkOrBuilder |
getLinksOrBuilderList()
public abstract List<? extends Help.LinkOrBuilder> getLinksOrBuilderList()URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Type | Description |
| List<? extends com.google.rpc.Help.LinkOrBuilder> |