| Modifier and Type | Method and Description |
|---|---|
static Environment |
Environment.forNumber(int value) |
Environment |
Function.getEnvironment()
Describe whether the function is 1st Gen or 2nd Gen.
|
Environment |
Function.Builder.getEnvironment()
Describe whether the function is 1st Gen or 2nd Gen.
|
Environment |
ListRuntimesResponse.RuntimeOrBuilder.getEnvironment()
The environment for the runtime.
|
Environment |
ListRuntimesResponse.Runtime.getEnvironment()
The environment for the runtime.
|
Environment |
ListRuntimesResponse.Runtime.Builder.getEnvironment()
The environment for the runtime.
|
Environment |
FunctionOrBuilder.getEnvironment()
Describe whether the function is 1st Gen or 2nd Gen.
|
Environment |
LocationMetadataOrBuilder.getEnvironments(int index)
The Cloud Function environments this location supports.
|
Environment |
LocationMetadata.getEnvironments(int index)
The Cloud Function environments this location supports.
|
Environment |
LocationMetadata.Builder.getEnvironments(int index)
The Cloud Function environments this location supports.
|
static Environment |
Environment.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Environment |
Environment.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Environment> |
LocationMetadataOrBuilder.getEnvironmentsList()
The Cloud Function environments this location supports.
|
List<Environment> |
LocationMetadata.getEnvironmentsList()
The Cloud Function environments this location supports.
|
List<Environment> |
LocationMetadata.Builder.getEnvironmentsList()
The Cloud Function environments this location supports.
|
static com.google.protobuf.Internal.EnumLiteMap<Environment> |
Environment.internalGetValueMap() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
LocationMetadata.Builder |
LocationMetadata.Builder.addAllEnvironments(Iterable<? extends Environment> values)
The Cloud Function environments this location supports.
|
Copyright © 2023 Google LLC. All rights reserved.