public sealed class PeerInfo : IMessage<PeerInfo>, IEquatable<PeerInfo>, IDeepCloneable<PeerInfo>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class PeerInfo.
PeerInfo contains information about the peer that the client is connecting to.
Namespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
PeerInfo()
public PeerInfo()PeerInfo(PeerInfo)
public PeerInfo(PeerInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
PeerInfo |
Properties
ApplicationFrontendId
public long ApplicationFrontendId { get; set; }An opaque identifier for the application frontend which serviced this request.
| Property Value | |
|---|---|
| Type | Description |
long |
|
ApplicationFrontendRegion
public string ApplicationFrontendRegion { get; set; }The Cloud region of the application frontend that served this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ApplicationFrontendSubzone
public string ApplicationFrontendSubzone { get; set; }The subzone of the application frontend that served this request, e.g. an identifier for where within a zone (within the reported region) the application frontend is.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ApplicationFrontendZone
[Obsolete]
public string ApplicationFrontendZone { get; set; }The Cloud zone of the application frontend that served this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
GoogleFrontendId
public long GoogleFrontendId { get; set; }An opaque identifier for the Google Frontend which serviced this request. Only set when not using DirectAccess.
| Property Value | |
|---|---|
| Type | Description |
long |
|
TransportType
public PeerInfo.Types.TransportType TransportType { get; set; }| Property Value | |
|---|---|
| Type | Description |
PeerInfoTypesTransportType |
|