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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      HelpLink 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.
      List<HelpLink> getLinksList()
      URL(s) pointing to additional information on handling the current error.
      HelpLinkOrBuilder getLinksOrBuilder​(int index)
      URL(s) pointing to additional information on handling the current error.
      List<? extends HelpLinkOrBuilder> getLinksOrBuilderList()
      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 Detail

      • getLinksList

        List<HelpLink> getLinksList()
         URL(s) pointing to additional information on handling the current error.
         
        repeated .google.cloud.compute.v1.HelpLink links = 102977465;
      • getLinks

        HelpLink getLinks​(int index)
         URL(s) pointing to additional information on handling the current error.
         
        repeated .google.cloud.compute.v1.HelpLink links = 102977465;
      • getLinksCount

        int getLinksCount()
         URL(s) pointing to additional information on handling the current error.
         
        repeated .google.cloud.compute.v1.HelpLink links = 102977465;
      • getLinksOrBuilderList

        List<? extends HelpLinkOrBuilder> getLinksOrBuilderList()
         URL(s) pointing to additional information on handling the current error.
         
        repeated .google.cloud.compute.v1.HelpLink links = 102977465;
      • getLinksOrBuilder

        HelpLinkOrBuilder getLinksOrBuilder​(int index)
         URL(s) pointing to additional information on handling the current error.
         
        repeated .google.cloud.compute.v1.HelpLink links = 102977465;