host property
Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
Implementation
@$pb.TagNumber(4)
$core.String get host => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set host($core.String v) { $_setString(3, v); }