public static final class HealthChecksScopedList.Builder extends GeneratedMessage.Builder<HealthChecksScopedList.Builder> implements HealthChecksScopedListOrBuilder
Protobuf type google.cloud.compute.v1.HealthChecksScopedList
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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>
|
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;
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;
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;
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;
addHealthChecksBuilder()
public HealthCheck.Builder addHealthChecksBuilder()
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
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 |
| Name |
Description |
index |
int
|
build()
public HealthChecksScopedList build()
buildPartial()
public HealthChecksScopedList buildPartial()
clear()
public HealthChecksScopedList.Builder clear()
Overrides
clearHealthChecks()
public HealthChecksScopedList.Builder clearHealthChecks()
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
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;
getDefaultInstanceForType()
public HealthChecksScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
| Name |
Description |
index |
int
|
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 |
| Name |
Description |
index |
int
|
getHealthChecksBuilderList()
public List<HealthCheck.Builder> getHealthChecksBuilderList()
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
getHealthChecksCount()
public int getHealthChecksCount()
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
| Returns |
| Type |
Description |
int |
|
getHealthChecksList()
public List<HealthCheck> getHealthChecksList()
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
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 |
| Name |
Description |
index |
int
|
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 |
| Type |
Description |
Warning |
The warning.
|
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;
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;
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(HealthChecksScopedList other)
public HealthChecksScopedList.Builder mergeFrom(HealthChecksScopedList other)
public HealthChecksScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public HealthChecksScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
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 |
| Name |
Description |
value |
Warning
|
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 |
| Name |
Description |
index |
int
|
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;
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;
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 |
| Name |
Description |
value |
Warning
|
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;