Package com.google.rpc
Interface HelpOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Help
,Help.Builder
public interface HelpOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
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.getLinksOrBuilder
(int index) URL(s) pointing to additional information on handling the current error.List<? extends Help.LinkOrBuilder>
URL(s) pointing to additional information on handling the current error.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLinksList
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
-
getLinks
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
-
getLinksCount
int getLinksCount()URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
-
getLinksOrBuilderList
List<? extends Help.LinkOrBuilder> getLinksOrBuilderList()URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
-
getLinksOrBuilder
URL(s) pointing to additional information on handling the current error.
repeated .google.rpc.Help.Link links = 1;
-