public static final class HealthChecksScopedList.Builder extends GeneratedMessageV3.Builder<HealthChecksScopedList.Builder> implements HealthChecksScopedListOrBuilder
Protobuf type google.cloud.compute.v1.HealthChecksScopedList
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()
Returns
Methods
addAllHealthChecks(Iterable<? extends HealthCheck> values)
public HealthChecksScopedList.Builder addAllHealthChecks(Iterable<? extends HealthCheck> values)
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.HealthCheck>
|
Returns
addHealthChecks(HealthCheck value)
public HealthChecksScopedList.Builder addHealthChecks(HealthCheck value)
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Parameter
Returns
addHealthChecks(HealthCheck.Builder builderForValue)
public HealthChecksScopedList.Builder addHealthChecks(HealthCheck.Builder builderForValue)
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Parameter
Returns
addHealthChecks(int index, HealthCheck value)
public HealthChecksScopedList.Builder addHealthChecks(int index, HealthCheck value)
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Parameters
Returns
addHealthChecks(int index, HealthCheck.Builder builderForValue)
public HealthChecksScopedList.Builder addHealthChecks(int index, HealthCheck.Builder builderForValue)
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Parameters
Returns
addHealthChecksBuilder()
public HealthCheck.Builder addHealthChecksBuilder()
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Returns
addHealthChecksBuilder(int index)
public HealthCheck.Builder addHealthChecksBuilder(int index)
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public HealthChecksScopedList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public HealthChecksScopedList build()
Returns
buildPartial()
public HealthChecksScopedList buildPartial()
Returns
clear()
public HealthChecksScopedList.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public HealthChecksScopedList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearHealthChecks()
public HealthChecksScopedList.Builder clearHealthChecks()
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public HealthChecksScopedList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearWarning()
public HealthChecksScopedList.Builder clearWarning()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns
clone()
public HealthChecksScopedList.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public HealthChecksScopedList getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getHealthChecks(int index)
public HealthCheck getHealthChecks(int index)
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Parameter
Returns
getHealthChecksBuilder(int index)
public HealthCheck.Builder getHealthChecksBuilder(int index)
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Parameter
Returns
getHealthChecksBuilderList()
public List<HealthCheck.Builder> getHealthChecksBuilderList()
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Returns
getHealthChecksCount()
public int getHealthChecksCount()
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Returns
getHealthChecksList()
public List<HealthCheck> getHealthChecksList()
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Returns
getHealthChecksOrBuilder(int index)
public HealthCheckOrBuilder getHealthChecksOrBuilder(int index)
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Parameter
Returns
getHealthChecksOrBuilderList()
public List<? extends HealthCheckOrBuilder> getHealthChecksOrBuilderList()
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Returns
Type | Description |
List<? extends com.google.cloud.compute.v1.HealthCheckOrBuilder> | |
getWarning()
public Warning getWarning()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns
getWarningBuilder()
public Warning.Builder getWarningBuilder()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns
getWarningOrBuilder()
public WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns
hasWarning()
public boolean hasWarning()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns
Type | Description |
boolean | Whether the warning field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(HealthChecksScopedList other)
public HealthChecksScopedList.Builder mergeFrom(HealthChecksScopedList other)
Parameter
Returns
public HealthChecksScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public HealthChecksScopedList.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final HealthChecksScopedList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
mergeWarning(Warning value)
public HealthChecksScopedList.Builder mergeWarning(Warning value)
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Parameter
Returns
removeHealthChecks(int index)
public HealthChecksScopedList.Builder removeHealthChecks(int index)
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public HealthChecksScopedList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setHealthChecks(int index, HealthCheck value)
public HealthChecksScopedList.Builder setHealthChecks(int index, HealthCheck value)
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Parameters
Returns
setHealthChecks(int index, HealthCheck.Builder builderForValue)
public HealthChecksScopedList.Builder setHealthChecks(int index, HealthCheck.Builder builderForValue)
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
Parameters
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public HealthChecksScopedList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final HealthChecksScopedList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setWarning(Warning value)
public HealthChecksScopedList.Builder setWarning(Warning value)
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Parameter
Returns
setWarning(Warning.Builder builderForValue)
public HealthChecksScopedList.Builder setWarning(Warning.Builder builderForValue)
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Parameter
Returns