Uses of Interface
com.google.rpc.Help.LinkOrBuilder
-
Packages that use Help.LinkOrBuilder Package Description com.google.rpc -
-
Uses of Help.LinkOrBuilder in com.google.rpc
Classes in com.google.rpc that implement Help.LinkOrBuilder Modifier and Type Class Description static class
Help.Link
Describes a URL link.static class
Help.Link.Builder
Describes a URL link.Methods in com.google.rpc that return Help.LinkOrBuilder Modifier and Type Method Description Help.LinkOrBuilder
Help.Builder. getLinksOrBuilder(int index)
URL(s) pointing to additional information on handling the current error.Help.LinkOrBuilder
Help. getLinksOrBuilder(int index)
URL(s) pointing to additional information on handling the current error.Help.LinkOrBuilder
HelpOrBuilder. getLinksOrBuilder(int index)
URL(s) pointing to additional information on handling the current error.Methods in com.google.rpc that return types with arguments of type Help.LinkOrBuilder Modifier and Type Method Description java.util.List<? extends Help.LinkOrBuilder>
Help.Builder. getLinksOrBuilderList()
URL(s) pointing to additional information on handling the current error.java.util.List<? extends Help.LinkOrBuilder>
Help. getLinksOrBuilderList()
URL(s) pointing to additional information on handling the current error.java.util.List<? extends Help.LinkOrBuilder>
HelpOrBuilder. getLinksOrBuilderList()
URL(s) pointing to additional information on handling the current error.
-