Interface VpnGatewaysScopedListOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      VpnGateway getVpnGateways​(int index)
      [Output Only] A list of VPN gateways contained in this scope.
      int getVpnGatewaysCount()
      [Output Only] A list of VPN gateways contained in this scope.
      List<VpnGateway> getVpnGatewaysList()
      [Output Only] A list of VPN gateways contained in this scope.
      VpnGatewayOrBuilder getVpnGatewaysOrBuilder​(int index)
      [Output Only] A list of VPN gateways contained in this scope.
      List<? extends VpnGatewayOrBuilder> getVpnGatewaysOrBuilderList()
      [Output Only] A list of VPN gateways contained in this scope.
      Warning getWarning()
      [Output Only] Informational warning which replaces the list of addresses when the list is empty.
      WarningOrBuilder getWarningOrBuilder()
      [Output Only] Informational warning which replaces the list of addresses when the list is empty.
      boolean hasWarning()
      [Output Only] Informational warning which replaces the list of addresses 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

      • getVpnGatewaysList

        List<VpnGateway> getVpnGatewaysList()
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • getVpnGateways

        VpnGateway getVpnGateways​(int index)
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • getVpnGatewaysCount

        int getVpnGatewaysCount()
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • getVpnGatewaysOrBuilderList

        List<? extends VpnGatewayOrBuilder> getVpnGatewaysOrBuilderList()
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • getVpnGatewaysOrBuilder

        VpnGatewayOrBuilder getVpnGatewaysOrBuilder​(int index)
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • hasWarning

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

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

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