Uses of Class
com.google.cloud.compute.v1.HelpLink
-
Packages that use HelpLink Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HelpLink in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HelpLink Modifier and Type Method Description HelpLink
HelpLink.Builder. build()
HelpLink
HelpLink.Builder. buildPartial()
static HelpLink
HelpLink. getDefaultInstance()
HelpLink
HelpLink.Builder. getDefaultInstanceForType()
HelpLink
HelpLink. getDefaultInstanceForType()
HelpLink
Help.Builder. getLinks(int index)
URL(s) pointing to additional information on handling the current error.HelpLink
Help. getLinks(int index)
URL(s) pointing to additional information on handling the current error.HelpLink
HelpOrBuilder. getLinks(int index)
URL(s) pointing to additional information on handling the current error.static HelpLink
HelpLink. parseDelimitedFrom(InputStream input)
static HelpLink
HelpLink. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HelpLink
HelpLink. parseFrom(byte[] data)
static HelpLink
HelpLink. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HelpLink
HelpLink. parseFrom(com.google.protobuf.ByteString data)
static HelpLink
HelpLink. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HelpLink
HelpLink. parseFrom(com.google.protobuf.CodedInputStream input)
static HelpLink
HelpLink. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HelpLink
HelpLink. parseFrom(InputStream input)
static HelpLink
HelpLink. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HelpLink
HelpLink. parseFrom(ByteBuffer data)
static HelpLink
HelpLink. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type HelpLink Modifier and Type Method Description List<HelpLink>
Help.Builder. getLinksList()
URL(s) pointing to additional information on handling the current error.List<HelpLink>
Help. getLinksList()
URL(s) pointing to additional information on handling the current error.List<HelpLink>
HelpOrBuilder. getLinksList()
URL(s) pointing to additional information on handling the current error.com.google.protobuf.Parser<HelpLink>
HelpLink. getParserForType()
static com.google.protobuf.Parser<HelpLink>
HelpLink. parser()
Methods in com.google.cloud.compute.v1 with parameters of type HelpLink Modifier and Type Method Description Help.Builder
Help.Builder. addLinks(int index, HelpLink value)
URL(s) pointing to additional information on handling the current error.Help.Builder
Help.Builder. addLinks(HelpLink value)
URL(s) pointing to additional information on handling the current error.HelpLink.Builder
HelpLink.Builder. mergeFrom(HelpLink other)
static HelpLink.Builder
HelpLink. newBuilder(HelpLink prototype)
Help.Builder
Help.Builder. setLinks(int index, HelpLink value)
URL(s) pointing to additional information on handling the current error.Method parameters in com.google.cloud.compute.v1 with type arguments of type HelpLink Modifier and Type Method Description Help.Builder
Help.Builder. addAllLinks(Iterable<? extends HelpLink> values)
URL(s) pointing to additional information on handling the current error.
-