google_api_bigtable_admin v0.5.0 GoogleApi.BigtableAdmin.V2.Model.PartialUpdateInstanceRequest View Source
Request message for BigtableInstanceAdmin.PartialUpdateInstance.
Attributes
instance
(type:GoogleApi.BigtableAdmin.V2.Model.Instance.t
, default:nil
) - Required. The Instance which will (partially) replace the current value.updateMask
(type:String.t
, default:nil
) - Required. The subset of Instance fields which should be replaced. Must be explicitly set.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.BigtableAdmin.V2.Model.PartialUpdateInstanceRequest{ instance: GoogleApi.BigtableAdmin.V2.Model.Instance.t(), updateMask: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.