Uses of Enum
io.envoyproxy.envoy.config.core.v3.ApiConfigSource.ApiType
Packages that use ApiConfigSource.ApiType
-
Uses of ApiConfigSource.ApiType in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as ApiConfigSource.ApiTypeModifier and TypeFieldDescriptionprivate static final ApiConfigSource.ApiType[]
ApiConfigSource.ApiType.VALUES
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type ApiConfigSource.ApiTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<ApiConfigSource.ApiType> ApiConfigSource.ApiType.internalValueMap
Methods in io.envoyproxy.envoy.config.core.v3 that return ApiConfigSource.ApiTypeModifier and TypeMethodDescriptionstatic ApiConfigSource.ApiType
ApiConfigSource.ApiType.forNumber
(int value) ApiConfigSource.Builder.getApiType()
API type (gRPC, REST, delta gRPC)ApiConfigSource.getApiType()
API type (gRPC, REST, delta gRPC)ApiConfigSourceOrBuilder.getApiType()
API type (gRPC, REST, delta gRPC)static ApiConfigSource.ApiType
ApiConfigSource.ApiType.valueOf
(int value) Deprecated.static ApiConfigSource.ApiType
ApiConfigSource.ApiType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ApiConfigSource.ApiType
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.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type ApiConfigSource.ApiTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<ApiConfigSource.ApiType> ApiConfigSource.ApiType.internalGetValueMap()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type ApiConfigSource.ApiTypeModifier and TypeMethodDescriptionApiConfigSource.Builder.setApiType
(ApiConfigSource.ApiType value) API type (gRPC, REST, delta gRPC)