public interface HelpOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLinks(int index)
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;
| Name | Description |
index |
int |
| Type | Description |
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;
| Type | Description |
int |
getLinksList()
public abstract List<HelpLink> getLinksList()URL(s) pointing to additional information on handling the current error.
repeated .google.cloud.compute.v1.HelpLink links = 102977465;
| Type | Description |
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;
| Name | Description |
index |
int |
| Type | Description |
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;
| Type | Description |
List<? extends com.google.cloud.compute.v1.HelpLinkOrBuilder> |