Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AlterMetadataResourceLocationRequest

import type { AlterMetadataResourceLocationRequest } from "https://googleapis.deno.dev/v1/metastore:v1.ts";

Request message for DataprocMetastore.AlterMetadataResourceLocation.

interface AlterMetadataResourceLocationRequest {
locationUri?: string;
resourceName?: string;
}

§Properties

§
locationUri?: string
[src]

Required. The new location URI for the metadata resource.

§
resourceName?: string
[src]

Required. The relative metadata resource name in the following format.databases/{database_id} or databases/{database_id}/tables/{table_id} or databases/{database_id}/tables/{table_id}/partitions/{partition_id}