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