public interface PublishChannelConnectionEventsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| Any |
getEventsCount()
public abstract int getEventsCount()The CloudEvents v1.0 events to publish. No other types are allowed.
repeated .google.protobuf.Any events = 2;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| List<? extends com.google.protobuf.AnyOrBuilder> |