getLocationMetadata method

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

Implementation

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