Uses of Class
io.envoyproxy.envoy.config.core.v3.ApiConfigSource.ApiType
-
Packages that use ApiConfigSource.ApiType Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of ApiConfigSource.ApiType in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as ApiConfigSource.ApiType Modifier and Type Field Description private static ApiConfigSource.ApiType[]
ApiConfigSource.ApiType. VALUES
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type ApiConfigSource.ApiType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<ApiConfigSource.ApiType>
ApiConfigSource.ApiType. internalValueMap
Methods in io.envoyproxy.envoy.config.core.v3 that return ApiConfigSource.ApiType Modifier and Type Method Description static ApiConfigSource.ApiType
ApiConfigSource.ApiType. forNumber(int value)
ApiConfigSource.ApiType
ApiConfigSource.Builder. getApiType()
API type (gRPC, REST, delta gRPC)ApiConfigSource.ApiType
ApiConfigSource. getApiType()
API type (gRPC, REST, delta gRPC)ApiConfigSource.ApiType
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
ApiConfigSource.ApiType. valueOf(java.lang.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.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type ApiConfigSource.ApiType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ApiConfigSource.ApiType>
ApiConfigSource.ApiType. internalGetValueMap()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type ApiConfigSource.ApiType Modifier and Type Method Description ApiConfigSource.Builder
ApiConfigSource.Builder. setApiType(ApiConfigSource.ApiType value)
API type (gRPC, REST, delta gRPC)
-