EventRouter Service, gRPC: BusService.Update
Updates the specified bus.
gRPC request
rpc Update (UpdateBusRequest) returns (operation.Operation)
UpdateBusRequest
{
"busId": "string",
"updateMask": "google.protobuf.FieldMask",
"name": "string",
"description": "string",
"labels": "string",
"deletionProtection": "bool"
}
Field |
Description |
busId |
string Required field. ID of the bus to update. |
updateMask |
Field mask that specifies which fields of the bus are going to be updated. |
name |
string New name of the bus. |
description |
string New description of the bus. |
labels |
string New labels of the bus. |
deletionProtection |
bool New flag that disallow deletion of the bus. |
operation.Operation
{
"id": "string",
"description": "string",
"createdAt": "google.protobuf.Timestamp",
"createdBy": "string",
"modifiedAt": "google.protobuf.Timestamp",
"done": "bool",
"metadata": {
"busId": "string"
},
// Includes only one of the fields `error`, `response`
"error": "google.rpc.Status",
"response": {
"id": "string",
"folderId": "string",
"cloudId": "string",
"createdAt": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"labels": "string",
"deletionProtection": "bool",
"status": "Status"
}
// end of the list of possible fields
}
An Operation resource. For more information, see Operation.
Field |
Description |
id |
string ID of the operation. |
description |
string Description of the operation. 0-256 characters long. |
createdAt |
Creation timestamp. |
createdBy |
string ID of the user or service account who initiated the operation. |
modifiedAt |
The time when the Operation resource was last modified. |
done |
bool If the value is |
metadata |
Service-specific metadata associated with the operation. |
error |
The error result of the operation in case of failure or cancellation. Includes only one of the fields The operation result. |
response |
The normal response of the operation in case of success. Includes only one of the fields The operation result. |
UpdateBusMetadata
Field |
Description |
busId |
string Required field. ID of the bus that is being updated. |
Bus
Field |
Description |
id |
string ID of the bus. |
folderId |
string ID of the folder that the bus belongs to. |
cloudId |
string ID of the cloud that the bus resides in. |
createdAt |
Creation timestamp. |
name |
string Name of the bus. |
description |
string Description of the bus. |
labels |
string Resource labels as |
deletionProtection |
bool Deletion protection. |
status |
enum Status Status of the bus.
|