Cloud Bigtable V2 Client - Class TransportType (2.20.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class TransportType.

The transport type that the client used to connect to this peer.

Protobuf type google.bigtable.v2.PeerInfo.TransportType

Namespace

Google \ Cloud \ Bigtable \ V2 \ PeerInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TRANSPORT_TYPE_UNKNOWN

Value: 0

The transport type is unknown.

Generated from protobuf enum TRANSPORT_TYPE_UNKNOWN = 0;

TRANSPORT_TYPE_EXTERNAL

Value: 1

The client connected to this peer via an external network (e.g. outside Google Coud).

Generated from protobuf enum TRANSPORT_TYPE_EXTERNAL = 1;

TRANSPORT_TYPE_CLOUD_PATH

Value: 2

The client connected to this peer via CloudPath.

Generated from protobuf enum TRANSPORT_TYPE_CLOUD_PATH = 2;

TRANSPORT_TYPE_DIRECT_ACCESS

Value: 3

The client connected to this peer via DirectAccess.

Generated from protobuf enum TRANSPORT_TYPE_DIRECT_ACCESS = 3;

TRANSPORT_TYPE_SESSION_UNKNOWN

Value: 4

The client connected to this peer via Bigtable Sessions using an unknown transport type.

Generated from protobuf enum TRANSPORT_TYPE_SESSION_UNKNOWN = 4;

TRANSPORT_TYPE_SESSION_EXTERNAL

Value: 5

The client connected to this peer via Bigtable Sessions on an external network (e.g. outside Google Cloud).

Generated from protobuf enum TRANSPORT_TYPE_SESSION_EXTERNAL = 5;

TRANSPORT_TYPE_SESSION_CLOUD_PATH

Value: 6

The client connected to this peer via Bigtable Sessions using CloudPath.

Generated from protobuf enum TRANSPORT_TYPE_SESSION_CLOUD_PATH = 6;

TRANSPORT_TYPE_SESSION_DIRECT_ACCESS

Value: 7

The client connected to this peer via Bigtable Sessions using DirectAccess.

Generated from protobuf enum TRANSPORT_TYPE_SESSION_DIRECT_ACCESS = 7;