Eventarc Publishing V1 API - Class Google::Cloud::Eventarc::Publishing::V1::PublishEventsRequest (v0.3.0)

Reference documentation and code samples for the Eventarc Publishing V1 API class Google::Cloud::Eventarc::Publishing::V1::PublishEventsRequest.

The request message for the PublishEvents method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#channel

def channel() -> ::String
Returns
  • (::String) — The full name of the channel to publish to. For example: projects/{project}/locations/{location}/channels/{channel-id}.

#channel=

def channel=(value) -> ::String
Parameter
  • value (::String) — The full name of the channel to publish to. For example: projects/{project}/locations/{location}/channels/{channel-id}.
Returns
  • (::String) — The full name of the channel to publish to. For example: projects/{project}/locations/{location}/channels/{channel-id}.

#events

def events() -> ::Array<::Google::Protobuf::Any>
Returns

#events=

def events=(value) -> ::Array<::Google::Protobuf::Any>
Parameter
Returns