Interface UdpProxyConfig.UdpTunnelingConfig.RetryOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.UInt32Value getMaxConnectAttempts()
      The maximum number of unsuccessful connection attempts that will be made before giving up.
      com.google.protobuf.UInt32ValueOrBuilder getMaxConnectAttemptsOrBuilder()
      The maximum number of unsuccessful connection attempts that will be made before giving up.
      boolean hasMaxConnectAttempts()
      The maximum number of unsuccessful connection attempts that will be made before giving 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 Detail

      • hasMaxConnectAttempts

        boolean hasMaxConnectAttempts()
         The maximum number of unsuccessful connection attempts that will be made before giving up.
         If the parameter is not specified, 1 connection attempt will be made.
         
        .google.protobuf.UInt32Value max_connect_attempts = 1;
        Returns:
        Whether the maxConnectAttempts field is set.
      • getMaxConnectAttempts

        com.google.protobuf.UInt32Value getMaxConnectAttempts()
         The maximum number of unsuccessful connection attempts that will be made before giving up.
         If the parameter is not specified, 1 connection attempt will be made.
         
        .google.protobuf.UInt32Value max_connect_attempts = 1;
        Returns:
        The maxConnectAttempts.
      • getMaxConnectAttemptsOrBuilder

        com.google.protobuf.UInt32ValueOrBuilder getMaxConnectAttemptsOrBuilder()
         The maximum number of unsuccessful connection attempts that will be made before giving up.
         If the parameter is not specified, 1 connection attempt will be made.
         
        .google.protobuf.UInt32Value max_connect_attempts = 1;