Google Bigtable v2 API - Class PingAndWarmRequest (3.12.0)

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

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

Request message for client connection keep-alive and warming.

Inheritance

object > PingAndWarmRequest

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

PingAndWarmRequest()

public PingAndWarmRequest()

PingAndWarmRequest(PingAndWarmRequest)

public PingAndWarmRequest(PingAndWarmRequest other)
Parameter
NameDescription
otherPingAndWarmRequest

Properties

AppProfileId

public string AppProfileId { get; set; }

This value specifies routing for replication. If not specified, the "default" application profile will be used.

Property Value
TypeDescription
string

InstanceName

public InstanceName InstanceName { get; set; }

InstanceName-typed view over the Name resource name property.

Property Value
TypeDescription
InstanceName

Name

public string Name { get; set; }

Required. The unique name of the instance to check permissions for as well as respond. Values are of the form projects/<project>/instances/<instance>.

Property Value
TypeDescription
string