Interface PublishChannelConnectionEventsRequestOrBuilder (0.4.0)

public interface PublishChannelConnectionEventsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannelConnection()

public abstract String getChannelConnection()

The channel_connection that the events are published from. For example: projects/{partner_project_id}/locations/{location}/channelConnections/{channel_connection_id}.

string channel_connection = 1;

Returns
TypeDescription
String

The channelConnection.

getChannelConnectionBytes()

public abstract ByteString getChannelConnectionBytes()

The channel_connection that the events are published from. For example: projects/{partner_project_id}/locations/{location}/channelConnections/{channel_connection_id}.

string channel_connection = 1;

Returns
TypeDescription
ByteString

The bytes for channelConnection.

getEvents(int index)

public abstract Any getEvents(int index)

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

repeated .google.protobuf.Any events = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Any

getEventsCount()

public abstract int getEventsCount()

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

repeated .google.protobuf.Any events = 2;

Returns
TypeDescription
int

getEventsList()

public abstract List<Any> getEventsList()

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

repeated .google.protobuf.Any events = 2;

Returns
TypeDescription
List<Any>

getEventsOrBuilder(int index)

public abstract AnyOrBuilder getEventsOrBuilder(int index)

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

repeated .google.protobuf.Any events = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
AnyOrBuilder

getEventsOrBuilderList()

public abstract List<? extends AnyOrBuilder> getEventsOrBuilderList()

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

repeated .google.protobuf.Any events = 2;

Returns
TypeDescription
List<? extends com.google.protobuf.AnyOrBuilder>