public interface TargetPoolsRemoveHealthCheckRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHealthChecks(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| HealthCheckReference |
getHealthChecksCount()
public abstract 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;
| Type | Description |
| int |
getHealthChecksList()
public abstract 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;
| Type | Description |
| List<HealthCheckReference> |
getHealthChecksOrBuilder(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| HealthCheckReferenceOrBuilder |
getHealthChecksOrBuilderList()
public abstract 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;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.HealthCheckReferenceOrBuilder> |