View Source GoogleApi.Metastore.V1beta.Model.AlterMetadataResourceLocationRequest (google_api_metastore v0.10.0)

Request message for DataprocMetastore.AlterMetadataResourceLocation.

Attributes

  • locationUri (type: String.t, default: nil) - Required. The new location URI for the metadata resource.
  • resourceName (type: String.t, default: nil) - 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}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Metastore.V1beta.Model.AlterMetadataResourceLocationRequest{
  locationUri: String.t() | nil,
  resourceName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.