View Source GoogleApi.BigLake.V1.Model.Catalog (google_api_big_lake v0.2.0)
Catalog is the container of databases.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The creation time of the catalog. -
deleteTime
(type:DateTime.t
, default:nil
) - Output only. The deletion time of the catalog. Only set after the catalog is deleted. -
expireTime
(type:DateTime.t
, default:nil
) - Output only. The time when this catalog is considered expired. Only set after the catalog is deleted. -
name
(type:String.t
, default:nil
) - Output only. The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id} -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The last modification time of the catalog.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigLake.V1.Model.Catalog{ createTime: DateTime.t() | nil, deleteTime: DateTime.t() | nil, expireTime: DateTime.t() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.