Interface ServiceConfig.HealthCheckConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.StringValue getServiceName()
      Service name to use in the health-checking request.
      com.google.protobuf.StringValueOrBuilder getServiceNameOrBuilder()
      Service name to use in the health-checking request.
      boolean hasServiceName()
      Service name to use in the health-checking request.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;