Package io.grpc.serviceconfig
Interface ServiceConfig.HealthCheckConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceConfig.HealthCheckConfig,ServiceConfig.HealthCheckConfig.Builder
- Enclosing class:
- ServiceConfig
public static interface ServiceConfig.HealthCheckConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.StringValueService name to use in the health-checking request.com.google.protobuf.StringValueOrBuilderService name to use in the health-checking request.booleanService name to use in the health-checking request.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasServiceName
boolean hasServiceName()Service name to use in the health-checking request.
.google.protobuf.StringValue service_name = 1;- Returns:
- Whether the serviceName field is set.
-
getServiceName
com.google.protobuf.StringValue getServiceName()Service name to use in the health-checking request.
.google.protobuf.StringValue service_name = 1;- Returns:
- The serviceName.
-
getServiceNameOrBuilder
com.google.protobuf.StringValueOrBuilder getServiceNameOrBuilder()Service name to use in the health-checking request.
.google.protobuf.StringValue service_name = 1;
-