Package com.google.rpc
Interface HelpOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Help
,Help.Builder
public interface HelpOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLinks
(int index) URL(s) pointing to additional information on handling the current error.int
URL(s) pointing to additional information on handling the current error.URL(s) pointing to additional information on handling the current error.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getLinksList
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1 [json_name = "links"];
-
getLinks
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1 [json_name = "links"];
-
getLinksCount
int getLinksCount()URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1 [json_name = "links"];
-