public sealed class PingAndWarmRequest : IMessage<PingAndWarmRequest>, IEquatable<PingAndWarmRequest>, IDeepCloneable<PingAndWarmRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class PingAndWarmRequest.
Request message for client connection keep-alive and warming.
Implements
IMessagePingAndWarmRequest, IEquatablePingAndWarmRequest, IDeepCloneablePingAndWarmRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
PingAndWarmRequest()
public PingAndWarmRequest()PingAndWarmRequest(PingAndWarmRequest)
public PingAndWarmRequest(PingAndWarmRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        PingAndWarmRequest | 
      
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 | |
|---|---|
| Type | Description | 
string | 
        |
InstanceName
public InstanceName InstanceName { get; set; }InstanceName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
string | 
        |