Interface RoutersScopedListOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RoutersScopedList, RoutersScopedList.Builder

    public interface RoutersScopedListOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Router getRouters​(int index)
      A list of routers contained in this scope.
      int getRoutersCount()
      A list of routers contained in this scope.
      List<Router> getRoutersList()
      A list of routers contained in this scope.
      RouterOrBuilder getRoutersOrBuilder​(int index)
      A list of routers contained in this scope.
      List<? extends RouterOrBuilder> getRoutersOrBuilderList()
      A list of routers contained in this scope.
      Warning getWarning()
      Informational warning which replaces the list of routers when the list is empty.
      WarningOrBuilder getWarningOrBuilder()
      Informational warning which replaces the list of routers when the list is empty.
      boolean hasWarning()
      Informational warning which replaces the list of routers when the list is empty.
      • 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

      • getRoutersList

        List<Router> getRoutersList()
         A list of routers contained in this scope.
         
        repeated .google.cloud.compute.v1.Router routers = 311906890;
      • getRouters

        Router getRouters​(int index)
         A list of routers contained in this scope.
         
        repeated .google.cloud.compute.v1.Router routers = 311906890;
      • getRoutersCount

        int getRoutersCount()
         A list of routers contained in this scope.
         
        repeated .google.cloud.compute.v1.Router routers = 311906890;
      • getRoutersOrBuilderList

        List<? extends RouterOrBuilder> getRoutersOrBuilderList()
         A list of routers contained in this scope.
         
        repeated .google.cloud.compute.v1.Router routers = 311906890;
      • getRoutersOrBuilder

        RouterOrBuilder getRoutersOrBuilder​(int index)
         A list of routers contained in this scope.
         
        repeated .google.cloud.compute.v1.Router routers = 311906890;
      • hasWarning

        boolean hasWarning()
         Informational warning which replaces the list of routers when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        Whether the warning field is set.
      • getWarning

        Warning getWarning()
         Informational warning which replaces the list of routers when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        The warning.
      • getWarningOrBuilder

        WarningOrBuilder getWarningOrBuilder()
         Informational warning which replaces the list of routers when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;