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