Uses of Class
com.google.cloud.eventarc.v1.GoogleChannelConfigName
-
Packages that use GoogleChannelConfigName Package Description com.google.cloud.eventarc.v1 A client to Eventarc API -
-
Uses of GoogleChannelConfigName in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return GoogleChannelConfigName Modifier and Type Method Description GoogleChannelConfigName
GoogleChannelConfigName.Builder. build()
static GoogleChannelConfigName
GoogleChannelConfigName. of(String project, String location)
static GoogleChannelConfigName
GoogleChannelConfigName. parse(String formattedString)
Methods in com.google.cloud.eventarc.v1 that return types with arguments of type GoogleChannelConfigName Modifier and Type Method Description static List<GoogleChannelConfigName>
GoogleChannelConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.eventarc.v1 with parameters of type GoogleChannelConfigName Modifier and Type Method Description GoogleChannelConfig
EventarcClient. getGoogleChannelConfig(GoogleChannelConfigName name)
Get a GoogleChannelConfigMethod parameters in com.google.cloud.eventarc.v1 with type arguments of type GoogleChannelConfigName Modifier and Type Method Description static List<String>
GoogleChannelConfigName. toStringList(List<GoogleChannelConfigName> values)
-