public static enum GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations extends Enum<GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations>
org.apache.camel.component.google.functions.GoogleCloudFunctionsOperations enum.| Enum Constant and Description |
|---|
callFunction |
createFunction |
deleteFunction |
generateDownloadUrl |
generateUploadUrl |
getFunction |
listFunctions |
updateFunction |
| Modifier and Type | Method and Description |
|---|---|
static GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations listFunctions
public static final GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations getFunction
public static final GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations callFunction
public static final GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations generateDownloadUrl
public static final GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations generateUploadUrl
public static final GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations createFunction
public static final GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations updateFunction
public static final GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations deleteFunction
public static GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations[] values()
for (GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations c : GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations.values()) System.out.println(c);
public static GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullApache Camel