View Source GoogleApi.BigLake.V1.Model.RenameTableRequest (google_api_big_lake v0.2.0)

Request message for the RenameTable method in MetastoreService

Attributes

  • newName (type: String.t, default: nil) - Required. The new name for the specified table, must be in the same database. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigLake.V1.Model.RenameTableRequest{newName: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.