endpointUri property

  1. @TagNumber(8)
String endpointUri

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

Implementation

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

Implementation

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