Interface GetAddrInfoDnsResolverConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetAddrInfoDnsResolverConfig, GetAddrInfoDnsResolverConfig.Builder

public interface GetAddrInfoDnsResolverConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.UInt32Value
    Specifies the number of threads used to resolve pending DNS queries.
    com.google.protobuf.UInt32ValueOrBuilder
    Specifies the number of threads used to resolve pending DNS queries.
    com.google.protobuf.UInt32Value
    Specifies the number of retries before the resolver gives up.
    com.google.protobuf.UInt32ValueOrBuilder
    Specifies the number of retries before the resolver gives up.
    boolean
    Specifies the number of threads used to resolve pending DNS queries.
    boolean
    Specifies the number of retries before the resolver gives up.

    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

    • hasNumRetries

      boolean hasNumRetries()
       Specifies the number of retries before the resolver gives up. If not specified, the resolver will
       retry indefinitely until it succeeds or the DNS query times out.
       
      .google.protobuf.UInt32Value num_retries = 1;
      Returns:
      Whether the numRetries field is set.
    • getNumRetries

      com.google.protobuf.UInt32Value getNumRetries()
       Specifies the number of retries before the resolver gives up. If not specified, the resolver will
       retry indefinitely until it succeeds or the DNS query times out.
       
      .google.protobuf.UInt32Value num_retries = 1;
      Returns:
      The numRetries.
    • getNumRetriesOrBuilder

      com.google.protobuf.UInt32ValueOrBuilder getNumRetriesOrBuilder()
       Specifies the number of retries before the resolver gives up. If not specified, the resolver will
       retry indefinitely until it succeeds or the DNS query times out.
       
      .google.protobuf.UInt32Value num_retries = 1;
    • hasNumResolverThreads

      boolean hasNumResolverThreads()
       Specifies the number of threads used to resolve pending DNS queries. If not specified, one thread is used.
       
      .google.protobuf.UInt32Value num_resolver_threads = 2;
      Returns:
      Whether the numResolverThreads field is set.
    • getNumResolverThreads

      com.google.protobuf.UInt32Value getNumResolverThreads()
       Specifies the number of threads used to resolve pending DNS queries. If not specified, one thread is used.
       
      .google.protobuf.UInt32Value num_resolver_threads = 2;
      Returns:
      The numResolverThreads.
    • getNumResolverThreadsOrBuilder

      com.google.protobuf.UInt32ValueOrBuilder getNumResolverThreadsOrBuilder()
       Specifies the number of threads used to resolve pending DNS queries. If not specified, one thread is used.
       
      .google.protobuf.UInt32Value num_resolver_threads = 2;