Interface ConnectionRequestOuterClass.ConnectionRequestOrBuilder

    • Method Detail

      • getAddressesCount

        int getAddressesCount()
        repeated .connection_request.NodeAddress addresses = 1;
      • getTlsModeValue

        int getTlsModeValue()
        .connection_request.TlsMode tls_mode = 2;
        Returns:
        The enum numeric value on the wire for tlsMode.
      • getClusterModeEnabled

        boolean getClusterModeEnabled()
        bool cluster_mode_enabled = 3;
        Returns:
        The clusterModeEnabled.
      • getRequestTimeout

        int getRequestTimeout()
        uint32 request_timeout = 4;
        Returns:
        The requestTimeout.
      • getReadFromValue

        int getReadFromValue()
        .connection_request.ReadFrom read_from = 5;
        Returns:
        The enum numeric value on the wire for readFrom.
      • hasConnectionRetryStrategy

        boolean hasConnectionRetryStrategy()
        .connection_request.ConnectionRetryStrategy connection_retry_strategy = 6;
        Returns:
        Whether the connectionRetryStrategy field is set.
      • hasAuthenticationInfo

        boolean hasAuthenticationInfo()
        .connection_request.AuthenticationInfo authentication_info = 7;
        Returns:
        Whether the authenticationInfo field is set.
      • getDatabaseId

        int getDatabaseId()
        uint32 database_id = 8;
        Returns:
        The databaseId.
      • getProtocolValue

        int getProtocolValue()
        .connection_request.ProtocolVersion protocol = 9;
        Returns:
        The enum numeric value on the wire for protocol.
      • getClientName

        java.lang.String getClientName()
        string client_name = 10;
        Returns:
        The clientName.
      • getClientNameBytes

        com.google.protobuf.ByteString getClientNameBytes()
        string client_name = 10;
        Returns:
        The bytes for clientName.
      • hasPeriodicChecksManualInterval

        boolean hasPeriodicChecksManualInterval()
        .connection_request.PeriodicChecksManualInterval periodic_checks_manual_interval = 11;
        Returns:
        Whether the periodicChecksManualInterval field is set.
      • hasPeriodicChecksDisabled

        boolean hasPeriodicChecksDisabled()
        .connection_request.PeriodicChecksDisabled periodic_checks_disabled = 12;
        Returns:
        Whether the periodicChecksDisabled field is set.
      • hasPubsubSubscriptions

        boolean hasPubsubSubscriptions()
        .connection_request.PubSubSubscriptions pubsub_subscriptions = 13;
        Returns:
        Whether the pubsubSubscriptions field is set.
      • getInflightRequestsLimit

        int getInflightRequestsLimit()
        uint32 inflight_requests_limit = 14;
        Returns:
        The inflightRequestsLimit.
      • getClientAz

        java.lang.String getClientAz()
        string client_az = 15;
        Returns:
        The clientAz.
      • getClientAzBytes

        com.google.protobuf.ByteString getClientAzBytes()
        string client_az = 15;
        Returns:
        The bytes for clientAz.
      • getConnectionTimeout

        int getConnectionTimeout()
        uint32 connection_timeout = 16;
        Returns:
        The connectionTimeout.
      • getLazyConnect

        boolean getLazyConnect()
        bool lazy_connect = 17;
        Returns:
        The lazyConnect.
      • getRefreshTopologyFromInitialNodes

        boolean getRefreshTopologyFromInitialNodes()
        bool refresh_topology_from_initial_nodes = 18;
        Returns:
        The refreshTopologyFromInitialNodes.
      • getLibName

        java.lang.String getLibName()
        string lib_name = 19;
        Returns:
        The libName.
      • getLibNameBytes

        com.google.protobuf.ByteString getLibNameBytes()
        string lib_name = 19;
        Returns:
        The bytes for libName.
      • getRootCertsList

        java.util.List<com.google.protobuf.ByteString> getRootCertsList()
        repeated bytes root_certs = 20;
        Returns:
        A list containing the rootCerts.
      • getRootCertsCount

        int getRootCertsCount()
        repeated bytes root_certs = 20;
        Returns:
        The count of rootCerts.
      • getRootCerts

        com.google.protobuf.ByteString getRootCerts​(int index)
        repeated bytes root_certs = 20;
        Parameters:
        index - The index of the element to return.
        Returns:
        The rootCerts at the given index.