Eventarc V1 API - Class Google::Cloud::Eventarc::V1::MessageBus (v1.1.0)

Reference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#annotations

def annotations() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Resource annotations.

#annotations=

def annotations=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. Resource annotations.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Resource annotations.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#crypto_key_name

def crypto_key_name() -> ::String
Returns
  • (::String) — Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data.

    It must match the pattern projects/*/locations/*/keyRings/*/cryptoKeys/*.

#crypto_key_name=

def crypto_key_name=(value) -> ::String
Parameter
  • value (::String) — Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data.

    It must match the pattern projects/*/locations/*/keyRings/*/cryptoKeys/*.

Returns
  • (::String) — Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data.

    It must match the pattern projects/*/locations/*/keyRings/*/cryptoKeys/*.

#display_name

def display_name() -> ::String
Returns
  • (::String) — Optional. Resource display name.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Optional. Resource display name.
Returns
  • (::String) — Optional. Resource display name.

#etag

def etag() -> ::String
Returns
  • (::String) — 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

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Resource labels.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. Resource labels.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Resource labels.

#logging_config

def logging_config() -> ::Google::Cloud::Eventarc::V1::LoggingConfig
Returns

#logging_config=

def logging_config=(value) -> ::Google::Cloud::Eventarc::V1::LoggingConfig
Parameter
  • value (::Google::Cloud::Eventarc::V1::LoggingConfig) — 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.
Returns

#name

def name() -> ::String
Returns
  • (::String) — Identifier. Resource name of the form projects/{project}/locations/{location}/messageBuses/{message_bus}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. Resource name of the form projects/{project}/locations/{location}/messageBuses/{message_bus}
Returns
  • (::String) — Identifier. Resource name of the form projects/{project}/locations/{location}/messageBuses/{message_bus}

#uid

def uid() -> ::String
Returns
  • (::String) — 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.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns