Package grpc.health.v1
Interface HealthCheck.HealthCheckRequestOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- HealthCheck.HealthCheckRequest,- HealthCheck.HealthCheckRequest.Builder
 - Enclosing class:
- HealthCheck
 
 public static interface HealthCheck.HealthCheckRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetService()string service = 1;com.google.protobuf.ByteStringgetServiceBytes()string service = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getServiceString getService() string service = 1;- Returns:
- The service.
 
 - 
getServiceBytescom.google.protobuf.ByteString getServiceBytes() string service = 1;- Returns:
- The bytes for service.
 
 
- 
 
-