| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.core.v3 |
| Modifier and Type | Method and Description |
|---|---|
static ApiConfigSource.ApiType |
ApiConfigSource.ApiType.forNumber(int value) |
ApiConfigSource.ApiType |
ApiConfigSource.getApiType()
API type (gRPC, REST, delta gRPC)
.envoy.config.core.v3.ApiConfigSource.ApiType api_type = 1 [(.validate.rules) = { ... } |
ApiConfigSource.ApiType |
ApiConfigSource.Builder.getApiType()
API type (gRPC, REST, delta gRPC)
.envoy.config.core.v3.ApiConfigSource.ApiType api_type = 1 [(.validate.rules) = { ... } |
ApiConfigSource.ApiType |
ApiConfigSourceOrBuilder.getApiType()
API type (gRPC, REST, delta gRPC)
.envoy.config.core.v3.ApiConfigSource.ApiType api_type = 1 [(.validate.rules) = { ... } |
static ApiConfigSource.ApiType |
ApiConfigSource.ApiType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ApiConfigSource.ApiType |
ApiConfigSource.ApiType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ApiConfigSource.ApiType |
ApiConfigSource.ApiType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiConfigSource.ApiType[] |
ApiConfigSource.ApiType.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<ApiConfigSource.ApiType> |
ApiConfigSource.ApiType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ApiConfigSource.Builder |
ApiConfigSource.Builder.setApiType(ApiConfigSource.ApiType value)
API type (gRPC, REST, delta gRPC)
.envoy.config.core.v3.ApiConfigSource.ApiType api_type = 1 [(.validate.rules) = { ... } |
Copyright © 2018–2021 The Envoy Project. All rights reserved.