getLocationMetadata method

ResponseFuture<GetLocationMetadataResponse> getLocationMetadata(
  1. GetLocationMetadataRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$11.GetLocationMetadataResponse> getLocationMetadata($11.GetLocationMetadataRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getLocationMetadata, request, options: options);
}