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