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