Interface HelpOrBuilder (1.43.0)

public interface HelpOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

public abstract HelpLink getLinks(int index)

URL(s) pointing to additional information on handling the current error.

repeated .google.cloud.compute.v1.HelpLink links = 102977465;

Parameter
NameDescription
indexint
Returns
TypeDescription
HelpLink

getLinksCount()

public abstract int getLinksCount()

URL(s) pointing to additional information on handling the current error.

repeated .google.cloud.compute.v1.HelpLink links = 102977465;

Returns
TypeDescription
int
public abstract List<HelpLink> getLinksList()

URL(s) pointing to additional information on handling the current error.

repeated .google.cloud.compute.v1.HelpLink links = 102977465;

Returns
TypeDescription
List<HelpLink>

getLinksOrBuilder(int index)

public abstract HelpLinkOrBuilder getLinksOrBuilder(int index)

URL(s) pointing to additional information on handling the current error.

repeated .google.cloud.compute.v1.HelpLink links = 102977465;

Parameter
NameDescription
indexint
Returns
TypeDescription
HelpLinkOrBuilder

getLinksOrBuilderList()

public abstract List<? extends HelpLinkOrBuilder> getLinksOrBuilderList()

URL(s) pointing to additional information on handling the current error.

repeated .google.cloud.compute.v1.HelpLink links = 102977465;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.HelpLinkOrBuilder>