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 \ PeerInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TRANSPORT_TYPE_UNKNOWN
Value: 0The transport type is unknown.
Generated from protobuf enum TRANSPORT_TYPE_UNKNOWN = 0;
TRANSPORT_TYPE_EXTERNAL
Value: 1The 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: 2The client connected to this peer via CloudPath.
Generated from protobuf enum TRANSPORT_TYPE_CLOUD_PATH = 2;
TRANSPORT_TYPE_DIRECT_ACCESS
Value: 3The client connected to this peer via DirectAccess.
Generated from protobuf enum TRANSPORT_TYPE_DIRECT_ACCESS = 3;
TRANSPORT_TYPE_SESSION_UNKNOWN
Value: 4The 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: 5The 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: 6The 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: 7The client connected to this peer via Bigtable Sessions using DirectAccess.
Generated from protobuf enum TRANSPORT_TYPE_SESSION_DIRECT_ACCESS = 7;