View Source GoogleApi.CloudSearch.V1.Model.UpdateDataSourceRequest (google_api_cloud_search v0.24.0)
Attributes
-
debugOptions(type:GoogleApi.CloudSearch.V1.Model.DebugOptions.t, default:nil) - Common debug options. -
source(type:GoogleApi.CloudSearch.V1.Model.DataSource.t, default:nil) - -
updateMask(type:String.t, default:nil) - Only applies tosettings.datasources.patch. Update mask to control which fields to update. Example field paths:name,displayName. Ifupdate_maskis non-empty, then only the fields specified in theupdate_maskare updated. If you specify a field in theupdate_mask, but don't specify its value in the source, that field is cleared. If theupdate_maskis not present or empty or has the value ``, then all fields are updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.UpdateDataSourceRequest{ debugOptions: GoogleApi.CloudSearch.V1.Model.DebugOptions.t() | nil, source: GoogleApi.CloudSearch.V1.Model.DataSource.t() | nil, updateMask: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.