| Modifier and Type | Method and Description |
|---|---|
static CloudFunction.IngressSettings |
CloudFunction.IngressSettings.forNumber(int value) |
CloudFunction.IngressSettings |
CloudFunctionOrBuilder.getIngressSettings()
The ingress settings for the function, controlling what traffic can reach
it.
|
CloudFunction.IngressSettings |
CloudFunction.getIngressSettings()
The ingress settings for the function, controlling what traffic can reach
it.
|
CloudFunction.IngressSettings |
CloudFunction.Builder.getIngressSettings()
The ingress settings for the function, controlling what traffic can reach
it.
|
static CloudFunction.IngressSettings |
CloudFunction.IngressSettings.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CloudFunction.IngressSettings |
CloudFunction.IngressSettings.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CloudFunction.IngressSettings |
CloudFunction.IngressSettings.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudFunction.IngressSettings[] |
CloudFunction.IngressSettings.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<CloudFunction.IngressSettings> |
CloudFunction.IngressSettings.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CloudFunction.Builder |
CloudFunction.Builder.setIngressSettings(CloudFunction.IngressSettings value)
The ingress settings for the function, controlling what traffic can reach
it.
|
Copyright © 2020 Google LLC. All rights reserved.