GoogleApi.Spanner.V1.Model.UpdateInstanceConfigRequest (google_api_spanner v0.48.0)
View SourceThe request for UpdateInstanceConfig.
Attributes
-
instanceConfig(type:GoogleApi.Spanner.V1.Model.InstanceConfig.t, default:nil) - Required. The user instance configuration to update, which must always include the instance configuration name. Otherwise, only fields mentioned in update_mask need be included. To prevent conflicts of concurrent updates, etag can be used. -
updateMask(type:String.t, default:nil) - Required. A mask specifying which fields in InstanceConfig should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated. -
validateOnly(type:boolean(), default:nil) - An option to validate, but not actually execute, a request, and provide the same response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.UpdateInstanceConfigRequest{ instanceConfig: GoogleApi.Spanner.V1.Model.InstanceConfig.t() | nil, updateMask: String.t() | nil, validateOnly: boolean() | nil }