host property
Output only. Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.
Implementation
@$pb.TagNumber(10)
$core.String get host => $_getSZ(7);
Implementation
@$pb.TagNumber(10)
set host($core.String v) {
$_setString(7, v);
}