Interface TargetPoolsRemoveHealthCheckRequestOrBuilder

    • Method Detail

      • getHealthChecksList

        List<HealthCheckReference> getHealthChecksList()
         Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
         
        repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
      • getHealthChecks

        HealthCheckReference getHealthChecks​(int index)
         Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
         
        repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
      • getHealthChecksCount

        int getHealthChecksCount()
         Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
         
        repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
      • getHealthChecksOrBuilderList

        List<? extends HealthCheckReferenceOrBuilder> getHealthChecksOrBuilderList()
         Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
         
        repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
      • getHealthChecksOrBuilder

        HealthCheckReferenceOrBuilder getHealthChecksOrBuilder​(int index)
         Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
         
        repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;