Interface TargetPoolsScopedListOrBuilder

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

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

      • getTargetPoolsList

        List<TargetPool> getTargetPoolsList()
         A list of target pools contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
      • getTargetPools

        TargetPool getTargetPools​(int index)
         A list of target pools contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
      • getTargetPoolsCount

        int getTargetPoolsCount()
         A list of target pools contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
      • getTargetPoolsOrBuilderList

        List<? extends TargetPoolOrBuilder> getTargetPoolsOrBuilderList()
         A list of target pools contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
      • getTargetPoolsOrBuilder

        TargetPoolOrBuilder getTargetPoolsOrBuilder​(int index)
         A list of target pools contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
      • hasWarning

        boolean hasWarning()
         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()
         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()
         Informational warning which replaces the list of addresses when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;