Resource: MessageBus
MessageBus for the messages flowing through the system. The admin has visibility and control over the messages being published and consumed and can restrict publishers and subscribers to only a subset of data available in the system by defining authorization policies.
JSON representation |
---|
{
"name": string,
"uid": string,
"etag": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"annotations": {
string: string,
...
},
"displayName": string,
"cryptoKeyName": string,
"loggingConfig": {
object ( |
Fields | |
---|---|
name |
Identifier. Resource name of the form projects/{project}/locations/{location}/messageBuses/{messageBus} |
uid |
Output only. Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted. |
etag |
Output only. This checksum is computed by the server based on the value of other fields, and might be sent only on update and delete requests to ensure that the client has an up-to-date value before proceeding. |
create |
Output only. The creation time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. The last-modified time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Resource labels. An object containing a list of |
annotations |
Optional. Resource annotations. An object containing a list of |
display |
Optional. Resource display name. |
crypto |
Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern |
logging |
Optional. Config to control Platform logging for the Message Bus. This log configuration is applied to the Message Bus itself, and all the Enrollments attached to it. |
Methods |
|
---|---|
|
Create a new MessageBus in a particular project and location. |
|
Delete a single message bus. |
|
Get a single MessageBus. |
|
Gets the access control policy for a resource. |
|
List message buses. |
|
List message bus enrollments. |
|
Update a single message bus. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |