GoogleApi.BigtableAdmin.V2.Model.CreateMaterializedViewMetadata (google_api_bigtable_admin v0.31.0)
View SourceThe metadata for the Operation returned by CreateMaterializedView.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - If set, the time at which this operation finished or was canceled. -
originalRequest
(type:GoogleApi.BigtableAdmin.V2.Model.CreateMaterializedViewRequest.t
, default:nil
) - The request that prompted the initiation of this CreateMaterializedView operation. -
startTime
(type:DateTime.t
, default:nil
) - The time at which this operation started.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.CreateMaterializedViewMetadata{ endTime: DateTime.t() | nil, originalRequest: GoogleApi.BigtableAdmin.V2.Model.CreateMaterializedViewRequest.t() | nil, startTime: DateTime.t() | nil }