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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.StringValuegetServiceName()Service name to use in the health-checking request.com.google.protobuf.StringValueOrBuildergetServiceNameOrBuilder()Service name to use in the health-checking request.booleanhasServiceName()Service name to use in the health-checking request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-