endpointUri property
Output only. The URI of the endpoint used to access the metastore service.
Implementation
@$pb.TagNumber(3)
$core.String get endpointUri => $_getSZ(1);
Implementation
@$pb.TagNumber(3)
set endpointUri($core.String v) {
$_setString(1, v);
}