Uses of Class
com.google.cloud.eventarc.v1.ChannelConnectionName
-
Packages that use ChannelConnectionName Package Description com.google.cloud.eventarc.v1 A client to Eventarc API -
-
Uses of ChannelConnectionName in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return ChannelConnectionName Modifier and Type Method Description ChannelConnectionName
ChannelConnectionName.Builder. build()
static ChannelConnectionName
ChannelConnectionName. of(String project, String location, String channelConnection)
static ChannelConnectionName
ChannelConnectionName. parse(String formattedString)
Methods in com.google.cloud.eventarc.v1 that return types with arguments of type ChannelConnectionName Modifier and Type Method Description static List<ChannelConnectionName>
ChannelConnectionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.eventarc.v1 with parameters of type ChannelConnectionName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ChannelConnection,OperationMetadata>
EventarcClient. deleteChannelConnectionAsync(ChannelConnectionName name)
Delete a single ChannelConnection.ChannelConnection
EventarcClient. getChannelConnection(ChannelConnectionName name)
Get a single ChannelConnection.Method parameters in com.google.cloud.eventarc.v1 with type arguments of type ChannelConnectionName Modifier and Type Method Description static List<String>
ChannelConnectionName. toStringList(List<ChannelConnectionName> values)
-