GoogleCloudMetastoreV2Endpoint constructor

GoogleCloudMetastoreV2Endpoint({
  1. String? endpointUri,
  2. String? region,
})

Implementation

GoogleCloudMetastoreV2Endpoint({
  this.endpointUri,
  this.region,
});