| Modifier and Type | Method and Description |
|---|---|
static CloudFunctionStatus |
CloudFunctionStatus.forNumber(int value) |
CloudFunctionStatus |
CloudFunction.getStatus()
Output only.
|
CloudFunctionStatus |
CloudFunction.Builder.getStatus()
Output only.
|
CloudFunctionStatus |
CloudFunctionOrBuilder.getStatus()
Output only.
|
static CloudFunctionStatus |
CloudFunctionStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CloudFunctionStatus |
CloudFunctionStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CloudFunctionStatus |
CloudFunctionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudFunctionStatus[] |
CloudFunctionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<CloudFunctionStatus> |
CloudFunctionStatus.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CloudFunction.Builder |
CloudFunction.Builder.setStatus(CloudFunctionStatus value)
Output only.
|
Copyright © 2024 Google LLC. All rights reserved.