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