Class: Google::Cloud::Bigtable::V2::PingAndWarmRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#app_profile_id::String

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

Returns:

  • (::String)

    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>.

Returns:

  • (::String)

    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