Send feedback
Class TargetPoolsAddHealthCheckRequest.Builder (1.34.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.34.0 keyboard_arrow_down
public static final class TargetPoolsAddHealthCheckRequest . Builder extends GeneratedMessageV3 . Builder<TargetPoolsAddHealthCheckRequest . Builder > implements TargetPoolsAddHealthCheckRequestOrBuilder
Protobuf type google.cloud.compute.v1.TargetPoolsAddHealthCheckRequest
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 ()
Methods
addAllHealthChecks(Iterable<? extends HealthCheckReference> values)
public TargetPoolsAddHealthCheckRequest . Builder addAllHealthChecks ( Iterable <? extends HealthCheckReference > values )
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
Parameter Name Description values
Iterable <? extends com.google.cloud.compute.v1.HealthCheckReference >
addHealthChecks(HealthCheckReference value)
public TargetPoolsAddHealthCheckRequest . Builder addHealthChecks ( HealthCheckReference value )
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
addHealthChecks(HealthCheckReference.Builder builderForValue)
public TargetPoolsAddHealthCheckRequest . Builder addHealthChecks ( HealthCheckReference . Builder builderForValue )
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
addHealthChecks(int index, HealthCheckReference value)
public TargetPoolsAddHealthCheckRequest . Builder addHealthChecks ( int index , HealthCheckReference value )
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
addHealthChecks(int index, HealthCheckReference.Builder builderForValue)
public TargetPoolsAddHealthCheckRequest . Builder addHealthChecks ( int index , HealthCheckReference . Builder builderForValue )
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
addHealthChecksBuilder()
public HealthCheckReference . Builder addHealthChecksBuilder ()
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
addHealthChecksBuilder(int index)
public HealthCheckReference . Builder addHealthChecksBuilder ( int index )
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
Parameter Name Description index
int
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TargetPoolsAddHealthCheckRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public TargetPoolsAddHealthCheckRequest build ()
buildPartial()
public TargetPoolsAddHealthCheckRequest buildPartial ()
clear()
public TargetPoolsAddHealthCheckRequest . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public TargetPoolsAddHealthCheckRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearHealthChecks()
public TargetPoolsAddHealthCheckRequest . Builder clearHealthChecks ()
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
clearOneof(Descriptors.OneofDescriptor oneof)
public TargetPoolsAddHealthCheckRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public TargetPoolsAddHealthCheckRequest . Builder clone ()
Overrides
getDefaultInstanceForType()
public TargetPoolsAddHealthCheckRequest getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getHealthChecks(int index)
public HealthCheckReference getHealthChecks ( int index )
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
Parameter Name Description index
int
getHealthChecksBuilder(int index)
public HealthCheckReference . Builder getHealthChecksBuilder ( int index )
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
Parameter Name Description index
int
getHealthChecksBuilderList()
public List<HealthCheckReference . Builder > getHealthChecksBuilderList ()
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
getHealthChecksCount()
public int getHealthChecksCount ()
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
Returns Type Description int
getHealthChecksList()
public List<HealthCheckReference> getHealthChecksList ()
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
getHealthChecksOrBuilder(int index)
public HealthCheckReferenceOrBuilder getHealthChecksOrBuilder ( int index )
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
Parameter Name Description index
int
getHealthChecksOrBuilderList()
public List <? extends HealthCheckReferenceOrBuilder > getHealthChecksOrBuilderList ()
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
Returns Type Description List <? extends com.google.cloud.compute.v1.HealthCheckReferenceOrBuilder >
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(TargetPoolsAddHealthCheckRequest other)
public TargetPoolsAddHealthCheckRequest . Builder mergeFrom ( TargetPoolsAddHealthCheckRequest other )
public TargetPoolsAddHealthCheckRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public TargetPoolsAddHealthCheckRequest . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TargetPoolsAddHealthCheckRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
removeHealthChecks(int index)
public TargetPoolsAddHealthCheckRequest . Builder removeHealthChecks ( int index )
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
Parameter Name Description index
int
setField(Descriptors.FieldDescriptor field, Object value)
public TargetPoolsAddHealthCheckRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setHealthChecks(int index, HealthCheckReference value)
public TargetPoolsAddHealthCheckRequest . Builder setHealthChecks ( int index , HealthCheckReference value )
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
setHealthChecks(int index, HealthCheckReference.Builder builderForValue)
public TargetPoolsAddHealthCheckRequest . Builder setHealthChecks ( int index , HealthCheckReference . Builder builderForValue )
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TargetPoolsAddHealthCheckRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final TargetPoolsAddHealthCheckRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]