Google Bigtable v2 API - Class PeerInfo (3.26.0)

public sealed class PeerInfo : IMessage<PeerInfo>, IEquatable<PeerInfo>, IDeepCloneable<PeerInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class PeerInfo.

PeerInfo contains information about the peer that the client is connecting to.

Inheritance

object > PeerInfo

Namespace

Google.Cloud.Bigtable.V2

Assembly

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

ApplicationFrontendSubzone

public string ApplicationFrontendSubzone { get; set; }

The subzone of the application frontend that served this request, e.g. an identifier for where within the zone the application frontend is.

Property Value
Type Description
string

ApplicationFrontendZone

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