endpoint property

  1. @TagNumber(4)
String endpoint

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

Implementation

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

Implementation

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