public static enum PeerInfo.TransportType extends Enum<PeerInfo.TransportType> implements com.google.protobuf.ProtocolMessageEnum
The transport type that the client used to connect to this peer.Protobuf enum
google.bigtable.v2.PeerInfo.TransportType| Enum Constant and Description |
|---|
TRANSPORT_TYPE_CLOUD_PATH
The client connected to this peer via CloudPath.
|
TRANSPORT_TYPE_DIRECT_ACCESS
The client connected to this peer via DirectAccess.
|
TRANSPORT_TYPE_EXTERNAL
The client connected to this peer via an external network
(e.g. outside Google Coud).
|
TRANSPORT_TYPE_SESSION_CLOUD_PATH
The client connected to this peer via Bigtable Sessions using CloudPath.
|
TRANSPORT_TYPE_SESSION_DIRECT_ACCESS
The client connected to this peer via Bigtable Sessions using
DirectAccess.
|
TRANSPORT_TYPE_SESSION_EXTERNAL
The client connected to this peer via Bigtable Sessions on an external
network (e.g. outside Google Cloud).
|
TRANSPORT_TYPE_SESSION_UNKNOWN
The client connected to this peer via Bigtable Sessions using an unknown
transport type.
|
TRANSPORT_TYPE_UNKNOWN
The transport type is unknown.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
TRANSPORT_TYPE_CLOUD_PATH_VALUE
The client connected to this peer via CloudPath.
|
static int |
TRANSPORT_TYPE_DIRECT_ACCESS_VALUE
The client connected to this peer via DirectAccess.
|
static int |
TRANSPORT_TYPE_EXTERNAL_VALUE
The client connected to this peer via an external network
(e.g. outside Google Coud).
|
static int |
TRANSPORT_TYPE_SESSION_CLOUD_PATH_VALUE
The client connected to this peer via Bigtable Sessions using CloudPath.
|
static int |
TRANSPORT_TYPE_SESSION_DIRECT_ACCESS_VALUE
The client connected to this peer via Bigtable Sessions using
DirectAccess.
|
static int |
TRANSPORT_TYPE_SESSION_EXTERNAL_VALUE
The client connected to this peer via Bigtable Sessions on an external
network (e.g. outside Google Cloud).
|
static int |
TRANSPORT_TYPE_SESSION_UNKNOWN_VALUE
The client connected to this peer via Bigtable Sessions using an unknown
transport type.
|
static int |
TRANSPORT_TYPE_UNKNOWN_VALUE
The transport type is unknown.
|
| Modifier and Type | Method and Description |
|---|---|
static PeerInfo.TransportType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<PeerInfo.TransportType> |
internalGetValueMap() |
static PeerInfo.TransportType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PeerInfo.TransportType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PeerInfo.TransportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeerInfo.TransportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeerInfo.TransportType TRANSPORT_TYPE_UNKNOWN
The transport type is unknown.
TRANSPORT_TYPE_UNKNOWN = 0;public static final PeerInfo.TransportType TRANSPORT_TYPE_EXTERNAL
The client connected to this peer via an external network (e.g. outside Google Coud).
TRANSPORT_TYPE_EXTERNAL = 1;public static final PeerInfo.TransportType TRANSPORT_TYPE_CLOUD_PATH
The client connected to this peer via CloudPath.
TRANSPORT_TYPE_CLOUD_PATH = 2;public static final PeerInfo.TransportType TRANSPORT_TYPE_DIRECT_ACCESS
The client connected to this peer via DirectAccess.
TRANSPORT_TYPE_DIRECT_ACCESS = 3;public static final PeerInfo.TransportType TRANSPORT_TYPE_SESSION_UNKNOWN
The client connected to this peer via Bigtable Sessions using an unknown transport type.
TRANSPORT_TYPE_SESSION_UNKNOWN = 4;public static final PeerInfo.TransportType TRANSPORT_TYPE_SESSION_EXTERNAL
The client connected to this peer via Bigtable Sessions on an external network (e.g. outside Google Cloud).
TRANSPORT_TYPE_SESSION_EXTERNAL = 5;public static final PeerInfo.TransportType TRANSPORT_TYPE_SESSION_CLOUD_PATH
The client connected to this peer via Bigtable Sessions using CloudPath.
TRANSPORT_TYPE_SESSION_CLOUD_PATH = 6;public static final PeerInfo.TransportType TRANSPORT_TYPE_SESSION_DIRECT_ACCESS
The client connected to this peer via Bigtable Sessions using DirectAccess.
TRANSPORT_TYPE_SESSION_DIRECT_ACCESS = 7;public static final PeerInfo.TransportType UNRECOGNIZED
public static final int TRANSPORT_TYPE_UNKNOWN_VALUE
The transport type is unknown.
TRANSPORT_TYPE_UNKNOWN = 0;public static final int TRANSPORT_TYPE_EXTERNAL_VALUE
The client connected to this peer via an external network (e.g. outside Google Coud).
TRANSPORT_TYPE_EXTERNAL = 1;public static final int TRANSPORT_TYPE_CLOUD_PATH_VALUE
The client connected to this peer via CloudPath.
TRANSPORT_TYPE_CLOUD_PATH = 2;public static final int TRANSPORT_TYPE_DIRECT_ACCESS_VALUE
The client connected to this peer via DirectAccess.
TRANSPORT_TYPE_DIRECT_ACCESS = 3;public static final int TRANSPORT_TYPE_SESSION_UNKNOWN_VALUE
The client connected to this peer via Bigtable Sessions using an unknown transport type.
TRANSPORT_TYPE_SESSION_UNKNOWN = 4;public static final int TRANSPORT_TYPE_SESSION_EXTERNAL_VALUE
The client connected to this peer via Bigtable Sessions on an external network (e.g. outside Google Cloud).
TRANSPORT_TYPE_SESSION_EXTERNAL = 5;public static final int TRANSPORT_TYPE_SESSION_CLOUD_PATH_VALUE
The client connected to this peer via Bigtable Sessions using CloudPath.
TRANSPORT_TYPE_SESSION_CLOUD_PATH = 6;public static final int TRANSPORT_TYPE_SESSION_DIRECT_ACCESS_VALUE
The client connected to this peer via Bigtable Sessions using DirectAccess.
TRANSPORT_TYPE_SESSION_DIRECT_ACCESS = 7;public static PeerInfo.TransportType[] values()
for (PeerInfo.TransportType c : PeerInfo.TransportType.values()) System.out.println(c);
public static PeerInfo.TransportType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static PeerInfo.TransportType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PeerInfo.TransportType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PeerInfo.TransportType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static PeerInfo.TransportType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2026 Google LLC. All rights reserved.