public interface HelpOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLinks(int index)
public abstract Help.Link getLinks(int index)URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Help.Link |
|
getLinksCount()
public abstract int getLinksCount()URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLinksList()
public abstract List<Help.Link> getLinksList()URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Returns | |
|---|---|
| Type | Description |
List<Link> |
|
getLinksOrBuilder(int index)
public abstract Help.LinkOrBuilder getLinksOrBuilder(int index)URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Help.LinkOrBuilder |
|
getLinksOrBuilderList()
public abstract List<? extends Help.LinkOrBuilder> getLinksOrBuilderList()URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.rpc.Help.LinkOrBuilder> |
|