endpointUri property

  1. @TagNumber.new(8)
String get 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.new(8)
set endpointUri (String v)

Implementation

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