Uses of Class
com.google.cloud.functions.v2beta.Environment
-
Packages that use Environment Package Description com.google.cloud.functions.v2beta A client to Cloud Functions API -
-
Uses of Environment in com.google.cloud.functions.v2beta
Methods in com.google.cloud.functions.v2beta that return Environment Modifier and Type Method Description static Environment
Environment. forNumber(int value)
Environment
Function.Builder. getEnvironment()
Describe whether the function is 1st Gen or 2nd Gen.Environment
Function. getEnvironment()
Describe whether the function is 1st Gen or 2nd Gen.Environment
FunctionOrBuilder. getEnvironment()
Describe whether the function is 1st Gen or 2nd Gen.Environment
ListRuntimesResponse.Runtime.Builder. getEnvironment()
The environment for the runtime.Environment
ListRuntimesResponse.Runtime. getEnvironment()
The environment for the runtime.Environment
ListRuntimesResponse.RuntimeOrBuilder. getEnvironment()
The environment for the runtime.Environment
LocationMetadata.Builder. getEnvironments(int index)
The Cloud Function environments this location supports.Environment
LocationMetadata. getEnvironments(int index)
The Cloud Function environments this location supports.Environment
LocationMetadataOrBuilder. getEnvironments(int index)
The Cloud Function environments this location supports.static Environment
Environment. valueOf(int value)
Deprecated.static Environment
Environment. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Environment
Environment. valueOf(String name)
Returns the enum constant of this type with the specified name.static Environment[]
Environment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.functions.v2beta that return types with arguments of type Environment Modifier and Type Method Description List<Environment>
LocationMetadata.Builder. getEnvironmentsList()
The Cloud Function environments this location supports.List<Environment>
LocationMetadata. getEnvironmentsList()
The Cloud Function environments this location supports.List<Environment>
LocationMetadataOrBuilder. getEnvironmentsList()
The Cloud Function environments this location supports.static com.google.protobuf.Internal.EnumLiteMap<Environment>
Environment. internalGetValueMap()
Methods in com.google.cloud.functions.v2beta with parameters of type Environment Modifier and Type Method Description LocationMetadata.Builder
LocationMetadata.Builder. addEnvironments(Environment value)
The Cloud Function environments this location supports.Function.Builder
Function.Builder. setEnvironment(Environment value)
Describe whether the function is 1st Gen or 2nd Gen.ListRuntimesResponse.Runtime.Builder
ListRuntimesResponse.Runtime.Builder. setEnvironment(Environment value)
The environment for the runtime.LocationMetadata.Builder
LocationMetadata.Builder. setEnvironments(int index, Environment value)
The Cloud Function environments this location supports.Method parameters in com.google.cloud.functions.v2beta with type arguments of type Environment Modifier and Type Method Description LocationMetadata.Builder
LocationMetadata.Builder. addAllEnvironments(Iterable<? extends Environment> values)
The Cloud Function environments this location supports.
-