Uses of Interface
com.google.cloud.compute.v1.HelpLinkOrBuilder
-
Packages that use HelpLinkOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HelpLinkOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement HelpLinkOrBuilder Modifier and Type Class Description class
HelpLink
Describes a URL link.static class
HelpLink.Builder
Describes a URL link.Methods in com.google.cloud.compute.v1 that return HelpLinkOrBuilder Modifier and Type Method Description HelpLinkOrBuilder
Help.Builder. getLinksOrBuilder(int index)
URL(s) pointing to additional information on handling the current error.HelpLinkOrBuilder
Help. getLinksOrBuilder(int index)
URL(s) pointing to additional information on handling the current error.HelpLinkOrBuilder
HelpOrBuilder. getLinksOrBuilder(int index)
URL(s) pointing to additional information on handling the current error.Methods in com.google.cloud.compute.v1 that return types with arguments of type HelpLinkOrBuilder Modifier and Type Method Description List<? extends HelpLinkOrBuilder>
Help.Builder. getLinksOrBuilderList()
URL(s) pointing to additional information on handling the current error.List<? extends HelpLinkOrBuilder>
Help. getLinksOrBuilderList()
URL(s) pointing to additional information on handling the current error.List<? extends HelpLinkOrBuilder>
HelpOrBuilder. getLinksOrBuilderList()
URL(s) pointing to additional information on handling the current error.
-