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 Type
    Method
    Description
    com.google.protobuf.StringValue
    Service name to use in the health-checking request.
    com.google.protobuf.StringValueOrBuilder
    Service name to use in the health-checking request.
    boolean
    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 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;