host property

  1. @TagNumber.new(10)
String get host

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);
  1. @TagNumber.new(10)
set host (String v)

Implementation

@$pb.TagNumber(10)
set host($core.String v) {
  $_setString(7, v);
}