public interface HelpOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Help.Link |
getLinks(int index)
URL(s) pointing to additional information on handling the current error.
|
int |
getLinksCount()
URL(s) pointing to additional information on handling the current error.
|
java.util.List<Help.Link> |
getLinksList()
URL(s) pointing to additional information on handling the current error.
|
Help.LinkOrBuilder |
getLinksOrBuilder(int index)
URL(s) pointing to additional information on handling the current error.
|
java.util.List<? extends Help.LinkOrBuilder> |
getLinksOrBuilderList()
URL(s) pointing to additional information on handling the current error.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Help.Link> getLinksList()
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
Help.Link getLinks(int index)
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
int getLinksCount()
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
java.util.List<? extends Help.LinkOrBuilder> getLinksOrBuilderList()
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
Help.LinkOrBuilder getLinksOrBuilder(int index)
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;