Uses of Class
com.google.cloud.functions.v2alpha.Environment
-
Packages that use Environment Package Description com.google.cloud.functions.v2alpha A client to Cloud Functions API -
-
Uses of Environment in com.google.cloud.functions.v2alpha
Methods in com.google.cloud.functions.v2alpha that return Environment Modifier and Type Method Description static EnvironmentEnvironment. forNumber(int value)EnvironmentFunction.Builder. getEnvironment()Describe whether the function is 1st Gen or 2nd Gen.EnvironmentFunction. getEnvironment()Describe whether the function is 1st Gen or 2nd Gen.EnvironmentFunctionOrBuilder. getEnvironment()Describe whether the function is 1st Gen or 2nd Gen.EnvironmentListRuntimesResponse.Runtime.Builder. getEnvironment()The environment for the runtime.EnvironmentListRuntimesResponse.Runtime. getEnvironment()The environment for the runtime.EnvironmentListRuntimesResponse.RuntimeOrBuilder. getEnvironment()The environment for the runtime.EnvironmentLocationMetadata.Builder. getEnvironments(int index)The Cloud Function environments this location supports.EnvironmentLocationMetadata. getEnvironments(int index)The Cloud Function environments this location supports.EnvironmentLocationMetadataOrBuilder. getEnvironments(int index)The Cloud Function environments this location supports.static EnvironmentEnvironment. valueOf(int value)Deprecated.static EnvironmentEnvironment. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static EnvironmentEnvironment. 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.v2alpha 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.v2alpha with parameters of type Environment Modifier and Type Method Description LocationMetadata.BuilderLocationMetadata.Builder. addEnvironments(Environment value)The Cloud Function environments this location supports.Function.BuilderFunction.Builder. setEnvironment(Environment value)Describe whether the function is 1st Gen or 2nd Gen.ListRuntimesResponse.Runtime.BuilderListRuntimesResponse.Runtime.Builder. setEnvironment(Environment value)The environment for the runtime.LocationMetadata.BuilderLocationMetadata.Builder. setEnvironments(int index, Environment value)The Cloud Function environments this location supports.Method parameters in com.google.cloud.functions.v2alpha with type arguments of type Environment Modifier and Type Method Description LocationMetadata.BuilderLocationMetadata.Builder. addAllEnvironments(Iterable<? extends Environment> values)The Cloud Function environments this location supports.
-