Interface HealthChecksScopedListOrBuilder

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

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

      • getHealthChecksList

        List<HealthCheck> getHealthChecksList()
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • getHealthChecks

        HealthCheck getHealthChecks​(int index)
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • getHealthChecksCount

        int getHealthChecksCount()
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • getHealthChecksOrBuilderList

        List<? extends HealthCheckOrBuilder> getHealthChecksOrBuilderList()
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • getHealthChecksOrBuilder

        HealthCheckOrBuilder getHealthChecksOrBuilder​(int index)
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • hasWarning

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