public static final class TargetPoolsRemoveHealthCheckRequest.Builder extends GeneratedMessageV3.Builder<TargetPoolsRemoveHealthCheckRequest.Builder> implements TargetPoolsRemoveHealthCheckRequestOrBuilder
Protobuf type google.cloud.compute.v1.TargetPoolsRemoveHealthCheckRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
ReturnsMethods
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;
ParameterName | Description |
values | Iterable<? extends com.google.cloud.compute.v1.HealthCheckReference>
|
ReturnsaddHealthChecks(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;
ParameterReturnsaddHealthChecks(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;
ParameterReturnsaddHealthChecks(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;
ParametersReturnsaddHealthChecks(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;
ParametersReturnsaddHealthChecksBuilder()
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;
ReturnsaddHealthChecksBuilder(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;
ParameterReturnsaddRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TargetPoolsRemoveHealthCheckRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
ParametersReturnsOverridesbuild()
public TargetPoolsRemoveHealthCheckRequest build()
ReturnsbuildPartial()
public TargetPoolsRemoveHealthCheckRequest buildPartial()
Returnsclear()
public TargetPoolsRemoveHealthCheckRequest.Builder clear()
ReturnsOverridesclearField(Descriptors.FieldDescriptor field)
public TargetPoolsRemoveHealthCheckRequest.Builder clearField(Descriptors.FieldDescriptor field)
ParameterReturnsOverridesclearHealthChecks()
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;
ReturnsclearOneof(Descriptors.OneofDescriptor oneof)
public TargetPoolsRemoveHealthCheckRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
ParameterReturnsOverridesclone()
public TargetPoolsRemoveHealthCheckRequest.Builder clone()
ReturnsOverridesgetDefaultInstanceForType()
public TargetPoolsRemoveHealthCheckRequest getDefaultInstanceForType()
ReturnsgetDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
ReturnsOverridesgetHealthChecks(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;
ParameterReturnsgetHealthChecksBuilder(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;
ParameterReturnsgetHealthChecksBuilderList()
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;
ReturnsgetHealthChecksCount()
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;
ReturnsgetHealthChecksList()
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;
ReturnsgetHealthChecksOrBuilder(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;
ParameterReturnsgetHealthChecksOrBuilderList()
public 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;
ReturnsType | Description |
List<? extends com.google.cloud.compute.v1.HealthCheckReferenceOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
ReturnsOverridesisInitialized()
public final boolean isInitialized()
ReturnsOverridesmergeFrom(TargetPoolsRemoveHealthCheckRequest other)
public TargetPoolsRemoveHealthCheckRequest.Builder mergeFrom(TargetPoolsRemoveHealthCheckRequest other)
ParameterReturnspublic TargetPoolsRemoveHealthCheckRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
ParametersReturnsOverridesExceptionsmergeFrom(Message other)
public TargetPoolsRemoveHealthCheckRequest.Builder mergeFrom(Message other)
ParameterReturnsOverridesmergeUnknownFields(UnknownFieldSet unknownFields)
public final TargetPoolsRemoveHealthCheckRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
ParameterReturnsOverridesremoveHealthChecks(int index)
public TargetPoolsRemoveHealthCheckRequest.Builder removeHealthChecks(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;
ParameterReturnssetField(Descriptors.FieldDescriptor field, Object value)
public TargetPoolsRemoveHealthCheckRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
ParametersReturnsOverridessetHealthChecks(int index, HealthCheckReference value)
public TargetPoolsRemoveHealthCheckRequest.Builder setHealthChecks(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;
ParametersReturnssetHealthChecks(int index, HealthCheckReference.Builder builderForValue)
public TargetPoolsRemoveHealthCheckRequest.Builder setHealthChecks(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;
ParametersReturnssetRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TargetPoolsRemoveHealthCheckRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
ParametersReturnsOverridessetUnknownFields(UnknownFieldSet unknownFields)
public final TargetPoolsRemoveHealthCheckRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
ParameterReturnsOverrides