- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- UpdateModuleSettingsPropertyRequest
- Try it!
Full name: projects.locations.instances.moduleSettings.properties.batchUpdate
Batch update ModuleSettingsProperties.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
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 ( |
Fields | |
---|---|
requests[] |
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 ( |
Fields | |
---|---|
moduleSettingsProperties[] |
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 ( |
Fields | |
---|---|
moduleSettingsProperty |
Required. The ModuleSettingsProperty to update. The ModuleSettingsProperty's |
updateMask |
Optional. The list of fields to update. This is a comma-separated list of fully qualified names of fields. Example: |