public interface HelpOrBuilder extends MessageOrBuilder
Implements
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.HelpLinkOrBuilder> |