Interface SubnetworksScopedListOrBuilder

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

    public interface SubnetworksScopedListOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getSubnetworksList

        List<Subnetwork> getSubnetworksList()
         A list of subnetworks contained in this scope.
         
        repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
      • getSubnetworks

        Subnetwork getSubnetworks​(int index)
         A list of subnetworks contained in this scope.
         
        repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
      • getSubnetworksCount

        int getSubnetworksCount()
         A list of subnetworks contained in this scope.
         
        repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
      • getSubnetworksOrBuilderList

        List<? extends SubnetworkOrBuilder> getSubnetworksOrBuilderList()
         A list of subnetworks contained in this scope.
         
        repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
      • getSubnetworksOrBuilder

        SubnetworkOrBuilder getSubnetworksOrBuilder​(int index)
         A list of subnetworks contained in this scope.
         
        repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
      • hasWarning

        boolean hasWarning()
         An informational warning that appears when the list of addresses is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        Whether the warning field is set.
      • getWarning

        Warning getWarning()
         An informational warning that appears when the list of addresses is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        The warning.
      • getWarningOrBuilder

        WarningOrBuilder getWarningOrBuilder()
         An informational warning that appears when the list of addresses is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;