Method: properties.batchUpdate

Full name: projects.locations.instances.moduleSettings.properties.batchUpdate

Batch update ModuleSettingsProperties.

HTTP request


Path parameters

Parameters
parent

string

Required. The parent resource shared by all ModuleSettingsProperties being updated. Format: projects/{project}/locations/{location}/instances/{instance}/moduleSettings/{module}

Request body

The request body contains data with the following structure:

JSON representation
{
  "requests": [
    {
      object (UpdateModuleSettingsPropertyRequest)
    }
  ]
}
Fields
requests[]

object (UpdateModuleSettingsPropertyRequest)

Required. The request message specifying the resources to update.

Response body

Response message for properties.batchUpdate.

If successful, the response body contains data with the following structure:

JSON representation
{
  "moduleSettingsProperties": [
    {
      object (ModuleSettingsProperty)
    }
  ]
}
Fields
moduleSettingsProperties[]

object (ModuleSettingsProperty)

The list of ModuleSettingsProperties.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

UpdateModuleSettingsPropertyRequest

Request message for properties.patch.

JSON representation
{
  "moduleSettingsProperty": {
    object (ModuleSettingsProperty)
  },
  "updateMask": string
}
Fields
moduleSettingsProperty

object (ModuleSettingsProperty)

Required. The ModuleSettingsProperty to update.

The ModuleSettingsProperty's name field is used to identify the ModuleSettingsProperty to update. Format: projects/{project}/locations/{location}/instances/{instance}/moduleSettings/{module}/properties/{property}

updateMask

string (FieldMask format)

Optional. The list of fields to update.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".