Package com.google.cloud.compute.v1
Interface HealthCheckReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HealthCheckReference,HealthCheckReference.Builder
public interface HealthCheckReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHealthCheck()optional string health_check = 308876645;com.google.protobuf.ByteStringgetHealthCheckBytes()optional string health_check = 308876645;booleanhasHealthCheck()optional string health_check = 308876645;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHealthCheck
boolean hasHealthCheck()
optional string health_check = 308876645;- Returns:
- Whether the healthCheck field is set.
-
getHealthCheck
String getHealthCheck()
optional string health_check = 308876645;- Returns:
- The healthCheck.
-
getHealthCheckBytes
com.google.protobuf.ByteString getHealthCheckBytes()
optional string health_check = 308876645;- Returns:
- The bytes for healthCheck.
-
-