readEndpoint property

  1. @TagNumber(33)
String readEndpoint

Output only. Hostname or IP address of the exposed readonly Redis endpoint. Standard tier only. Targets all healthy replica nodes in instance. Replication is asynchronous and replica nodes will exhibit some lag behind the primary. Write requests must target 'host'.

Implementation

@$pb.TagNumber(33)
$core.String get readEndpoint => $_getSZ(27);
  1. @TagNumber(33)
void readEndpoint=(String v)

Implementation

@$pb.TagNumber(33)
set readEndpoint($core.String v) { $_setString(27, v); }