Class TargetPoolsRemoveHealthCheckRequest.Builder (1.88.0)

public static final class TargetPoolsRemoveHealthCheckRequest.Builder extends GeneratedMessageV3.Builder<TargetPoolsRemoveHealthCheckRequest.Builder> implements TargetPoolsRemoveHealthCheckRequestOrBuilder

Protobuf type google.cloud.compute.v1.TargetPoolsRemoveHealthCheckRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllHealthChecks(Iterable<? extends HealthCheckReference> values)

public TargetPoolsRemoveHealthCheckRequest.Builder addAllHealthChecks(Iterable<? extends HealthCheckReference> values)

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;

Parameter
Name Description
values Iterable<? extends com.google.cloud.compute.v1.HealthCheckReference>
Returns
Type Description
TargetPoolsRemoveHealthCheckRequest.Builder

addHealthChecks(HealthCheckReference value)

public TargetPoolsRemoveHealthCheckRequest.Builder addHealthChecks(HealthCheckReference value)

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;

Parameter
Name Description
value HealthCheckReference
Returns
Type Description
TargetPoolsRemoveHealthCheckRequest.Builder

addHealthChecks(HealthCheckReference.Builder builderForValue)

public TargetPoolsRemoveHealthCheckRequest.Builder addHealthChecks(HealthCheckReference.Builder builderForValue)

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;

Parameter
Name Description
builderForValue HealthCheckReference.Builder
Returns
Type Description
TargetPoolsRemoveHealthCheckRequest.Builder

addHealthChecks(int index, HealthCheckReference value)

public TargetPoolsRemoveHealthCheckRequest.Builder addHealthChecks(int index, HealthCheckReference value)

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;

Parameters
Name Description
index int
value HealthCheckReference
Returns
Type Description
TargetPoolsRemoveHealthCheckRequest.Builder

addHealthChecks(int index, HealthCheckReference.Builder builderForValue)

public TargetPoolsRemoveHealthCheckRequest.Builder addHealthChecks(int index, HealthCheckReference.Builder builderForValue)

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;

Parameters
Name Description
index int
builderForValue HealthCheckReference.Builder
Returns
Type Description
TargetPoolsRemoveHealthCheckRequest.Builder

addHealthChecksBuilder()

public HealthCheckReference.Builder addHealthChecksBuilder()

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;

Returns
Type Description
HealthCheckReference.Builder

addHealthChecksBuilder(int index)

public HealthCheckReference.Builder addHealthChecksBuilder(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;

Parameter
Name Description
index int
Returns
Type Description
HealthCheckReference.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TargetPoolsRemoveHealthCheckRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TargetPoolsRemoveHealthCheckRequest.Builder
Overrides

build()

public TargetPoolsRemoveHealthCheckRequest build()
Returns
Type Description
TargetPoolsRemoveHealthCheckRequest

buildPartial()

public TargetPoolsRemoveHealthCheckRequest buildPartial()
Returns
Type Description
TargetPoolsRemoveHealthCheckRequest

clear()

public TargetPoolsRemoveHealthCheckRequest.Builder clear()
Returns
Type Description
TargetPoolsRemoveHealthCheckRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public TargetPoolsRemoveHealthCheckRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
TargetPoolsRemoveHealthCheckRequest.Builder
Overrides

clearHealthChecks()

public TargetPoolsRemoveHealthCheckRequest.Builder clearHealthChecks()

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;

Returns
Type Description
TargetPoolsRemoveHealthCheckRequest.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public TargetPoolsRemoveHealthCheckRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
TargetPoolsRemoveHealthCheckRequest.Builder
Overrides

clone()

public TargetPoolsRemoveHealthCheckRequest.Builder clone()
Returns
Type Description
TargetPoolsRemoveHealthCheckRequest.Builder
Overrides

getDefaultInstanceForType()

public TargetPoolsRemoveHealthCheckRequest getDefaultInstanceForType()
Returns
Type Description
TargetPoolsRemoveHealthCheckRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getHealthChecks(int index)

public 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;

Parameter
Name Description
index int
Returns
Type Description
HealthCheckReference

getHealthChecksBuilder(int index)

public HealthCheckReference.Builder getHealthChecksBuilder(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;

Parameter
Name Description
index int
Returns
Type Description
HealthCheckReference.Builder

getHealthChecksBuilderList()

public List<HealthCheckReference.Builder> getHealthChecksBuilderList()

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;

Returns
Type Description
List<Builder>

getHealthChecksCount()

public 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;

Returns
Type Description
int

getHealthChecksList()

public 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;

Returns
Type Description
List<HealthCheckReference>

getHealthChecksOrBuilder(int index)

public 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;

Parameter
Name Description
index int
Retu