| Modifier and Type | Method and Description |
|---|---|
static ServiceConfig.SecurityLevel |
ServiceConfig.SecurityLevel.forNumber(int value) |
ServiceConfig.SecurityLevel |
ServiceConfigOrBuilder.getSecurityLevel()
Security level configure whether the function only accepts https.
|
ServiceConfig.SecurityLevel |
ServiceConfig.getSecurityLevel()
Security level configure whether the function only accepts https.
|
ServiceConfig.SecurityLevel |
ServiceConfig.Builder.getSecurityLevel()
Security level configure whether the function only accepts https.
|
static ServiceConfig.SecurityLevel |
ServiceConfig.SecurityLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ServiceConfig.SecurityLevel |
ServiceConfig.SecurityLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ServiceConfig.SecurityLevel |
ServiceConfig.SecurityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceConfig.SecurityLevel[] |
ServiceConfig.SecurityLevel.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.SecurityLevel> |
ServiceConfig.SecurityLevel.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ServiceConfig.Builder |
ServiceConfig.Builder.setSecurityLevel(ServiceConfig.SecurityLevel value)
Security level configure whether the function only accepts https.
|
Copyright © 2024 Google LLC. All rights reserved.