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 to settings.datasources.patch. Update mask to control which fields to update. Example field paths: name, displayName. If update_mask is non-empty, then only the fields specified in the update_mask are updated. If you specify a field in the update_mask, but don't specify its value in the source, that field is cleared. If the update_mask is 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

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.