View Source GoogleApi.Eventarc.V1.Model.MessageBus (google_api_eventarc v0.17.0)
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.
Attributes
-
annotations
(type:map()
, default:nil
) - Optional. Resource annotations. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The creation time. -
cryptoKeyName
(type:String.t
, default:nil
) - Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the patternprojects/*/locations/*/keyRings/*/cryptoKeys/*
. -
displayName
(type:String.t
, default:nil
) - Optional. Resource display name. -
etag
(type:String.t
, default:nil
) - 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. -
labels
(type:map()
, default:nil
) - Optional. Resource labels. -
loggingConfig
(type:GoogleApi.Eventarc.V1.Model.LoggingConfig.t
, default:nil
) - 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. -
name
(type:String.t
, default:nil
) - Identifier. Resource name of the form projects/{project}/locations/{location}/messageBuses/{message_bus} -
uid
(type:String.t
, default:nil
) - 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. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The last-modified time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Eventarc.V1.Model.MessageBus{ annotations: map() | nil, createTime: DateTime.t() | nil, cryptoKeyName: String.t() | nil, displayName: String.t() | nil, etag: String.t() | nil, labels: map() | nil, loggingConfig: GoogleApi.Eventarc.V1.Model.LoggingConfig.t() | nil, name: String.t() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil }