Uses of Class
com.google.cloud.functions.v1.FailurePolicy.ActionCase
-
Packages that use FailurePolicy.ActionCase Package Description com.google.cloud.functions.v1 A client to Cloud Functions API -
-
Uses of FailurePolicy.ActionCase in com.google.cloud.functions.v1
Methods in com.google.cloud.functions.v1 that return FailurePolicy.ActionCase Modifier and Type Method Description static FailurePolicy.ActionCaseFailurePolicy.ActionCase. forNumber(int value)FailurePolicy.ActionCaseFailurePolicy.Builder. getActionCase()FailurePolicy.ActionCaseFailurePolicy. getActionCase()FailurePolicy.ActionCaseFailurePolicyOrBuilder. getActionCase()static FailurePolicy.ActionCaseFailurePolicy.ActionCase. valueOf(int value)Deprecated.static FailurePolicy.ActionCaseFailurePolicy.ActionCase. valueOf(String name)Returns the enum constant of this type with the specified name.static FailurePolicy.ActionCase[]FailurePolicy.ActionCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-