endpoint property

  1. @TagNumber.new(4)
String get endpoint

The URI of the endpoint used to access the Metastore service.

Implementation

@$pb.TagNumber(4)
$core.String get endpoint => $_getSZ(3);
  1. @TagNumber.new(4)
set endpoint (String v)

Implementation

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