endpointUri property

  1. @TagNumber(3)
String endpointUri

Output only. The URI of the endpoint used to access the metastore service.

Implementation

@$pb.TagNumber(3)
$core.String get endpointUri => $_getSZ(1);
  1. @TagNumber(3)
void endpointUri=(String v)

Implementation

@$pb.TagNumber(3)
set endpointUri($core.String v) { $_setString(1, v); }