Package com.google.cloud.compute.v1
Interface HealthCheckServiceReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HealthCheckServiceReference
,HealthCheckServiceReference.Builder
public interface HealthCheckServiceReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHealthCheckService()
optional string health_check_service = 408374747;
com.google.protobuf.ByteString
getHealthCheckServiceBytes()
optional string health_check_service = 408374747;
boolean
hasHealthCheckService()
optional string health_check_service = 408374747;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHealthCheckService
boolean hasHealthCheckService()
optional string health_check_service = 408374747;
- Returns:
- Whether the healthCheckService field is set.
-
getHealthCheckService
String getHealthCheckService()
optional string health_check_service = 408374747;
- Returns:
- The healthCheckService.
-
getHealthCheckServiceBytes
com.google.protobuf.ByteString getHealthCheckServiceBytes()
optional string health_check_service = 408374747;
- Returns:
- The bytes for healthCheckService.
-
-