Package com.google.cloud.compute.v1
Interface TargetPoolsAddHealthCheckRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetPoolsAddHealthCheckRequest,TargetPoolsAddHealthCheckRequest.Builder
public interface TargetPoolsAddHealthCheckRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HealthCheckReferencegetHealthChecks(int index)The HttpHealthCheck to add to the target pool.intgetHealthChecksCount()The HttpHealthCheck to add to the target pool.List<HealthCheckReference>getHealthChecksList()The HttpHealthCheck to add to the target pool.HealthCheckReferenceOrBuildergetHealthChecksOrBuilder(int index)The HttpHealthCheck to add to the target pool.List<? extends HealthCheckReferenceOrBuilder>getHealthChecksOrBuilderList()The HttpHealthCheck to add to the target pool.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHealthChecksList
List<HealthCheckReference> getHealthChecksList()
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
-
getHealthChecks
HealthCheckReference getHealthChecks(int index)
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
-
getHealthChecksCount
int getHealthChecksCount()
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
-
getHealthChecksOrBuilderList
List<? extends HealthCheckReferenceOrBuilder> getHealthChecksOrBuilderList()
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
-
getHealthChecksOrBuilder
HealthCheckReferenceOrBuilder getHealthChecksOrBuilder(int index)
The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
-
-