Class PingAndWarmRequest (3.0.0)

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

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; }

Google.Cloud.Bigtable.Common.V2.InstanceName-typed view over the Name resource name property.

Property Value
TypeDescription
Google.Cloud.Bigtable.Common.V2.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/&lt;project>/instances/&lt;instance>.

Property Value
TypeDescription
String