readEndpointPort property
Output only. The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target 'port'.
Implementation
@$pb.TagNumber(34)
$core.int get readEndpointPort => $_getIZ(28);
Implementation
@$pb.TagNumber(34)
set readEndpointPort($core.int v) { $_setSignedInt32(28, v); }