Google Cloud Eventarc Publishing V1 Client - Class PublishEventsRequest (0.5.1)

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

The request message for the PublishEvents method.

Generated from protobuf message google.cloud.eventarc.publishing.v1.PublishEventsRequest

Namespace

Google \ Cloud \ Eventarc \ Publishing \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ channel string

The full name of the channel to publish to. For example: projects/{project}/locations/{location}/channels/{channel-id}.

↳ events array<Google\Protobuf\Any>

The CloudEvents v1.0 events to publish. No other types are allowed. If this field is set, then the text_events fields must not be set.

↳ text_events array

The text representation of events to publish. CloudEvent v1.0 in JSON format is the only allowed type. Refer to https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/json-format.md for specification. If this field is set, then the events fields must not be set.

getChannel

The full name of the channel to publish to. For example: projects/{project}/locations/{location}/channels/{channel-id}.

Returns
TypeDescription
string

setChannel

The full name of the channel to publish to. For example: projects/{project}/locations/{location}/channels/{channel-id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEvents

The CloudEvents v1.0 events to publish. No other types are allowed.

If this field is set, then the text_events fields must not be set.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEvents

The CloudEvents v1.0 events to publish. No other types are allowed.

If this field is set, then the text_events fields must not be set.

Parameter
NameDescription
var array<Google\Protobuf\Any>
Returns
TypeDescription
$this

getTextEvents

The text representation of events to publish.

CloudEvent v1.0 in JSON format is the only allowed type. Refer to https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/json-format.md for specification. If this field is set, then the events fields must not be set.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTextEvents

The text representation of events to publish.

CloudEvent v1.0 in JSON format is the only allowed type. Refer to https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/json-format.md for specification. If this field is set, then the events fields must not be set.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this