Class: Google::Cloud::Bigtable::V2::PingAndWarmRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::PingAndWarmRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
Request message for client connection keep-alive and warming.
Instance Attribute Summary collapse
-
#app_profile_id ⇒ ::String
This value specifies routing for replication.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#app_profile_id ⇒ ::String
Returns This value specifies routing for replication. If not specified, the "default" application profile will be used.
444 445 446 447 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 444 class PingAndWarmRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The unique name of the instance to check permissions for as well
as respond. Values are of the form
projects/<project>/instances/<instance>
.
444 445 446 447 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 444 class PingAndWarmRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |