endpointUri property

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

Implementation

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