Uses of Interface
com.google.cloud.eventarc.v1.ChannelConnectionOrBuilder
-
Packages that use ChannelConnectionOrBuilder Package Description com.google.cloud.eventarc.v1 A client to Eventarc API -
-
Uses of ChannelConnectionOrBuilder in com.google.cloud.eventarc.v1
Classes in com.google.cloud.eventarc.v1 that implement ChannelConnectionOrBuilder Modifier and Type Class Description class
ChannelConnection
A representation of the ChannelConnection resource.static class
ChannelConnection.Builder
A representation of the ChannelConnection resource.Methods in com.google.cloud.eventarc.v1 that return ChannelConnectionOrBuilder Modifier and Type Method Description ChannelConnectionOrBuilder
CreateChannelConnectionRequest.Builder. getChannelConnectionOrBuilder()
Required.ChannelConnectionOrBuilder
CreateChannelConnectionRequest. getChannelConnectionOrBuilder()
Required.ChannelConnectionOrBuilder
CreateChannelConnectionRequestOrBuilder. getChannelConnectionOrBuilder()
Required.ChannelConnectionOrBuilder
ListChannelConnectionsResponse.Builder. getChannelConnectionsOrBuilder(int index)
The requested channel connections, up to the number specified in `page_size`.ChannelConnectionOrBuilder
ListChannelConnectionsResponse. getChannelConnectionsOrBuilder(int index)
The requested channel connections, up to the number specified in `page_size`.ChannelConnectionOrBuilder
ListChannelConnectionsResponseOrBuilder. getChannelConnectionsOrBuilder(int index)
The requested channel connections, up to the number specified in `page_size`.Methods in com.google.cloud.eventarc.v1 that return types with arguments of type ChannelConnectionOrBuilder Modifier and Type Method Description List<? extends ChannelConnectionOrBuilder>
ListChannelConnectionsResponse.Builder. getChannelConnectionsOrBuilderList()
The requested channel connections, up to the number specified in `page_size`.List<? extends ChannelConnectionOrBuilder>
ListChannelConnectionsResponse. getChannelConnectionsOrBuilderList()
The requested channel connections, up to the number specified in `page_size`.List<? extends ChannelConnectionOrBuilder>
ListChannelConnectionsResponseOrBuilder. getChannelConnectionsOrBuilderList()
The requested channel connections, up to the number specified in `page_size`.
-