Uses of Class
io.envoyproxy.envoy.api.v2.core.ApiConfigSource.ApiType
-
Packages that use ApiConfigSource.ApiType Package Description io.envoyproxy.envoy.api.v2.core -
-
Uses of ApiConfigSource.ApiType in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return ApiConfigSource.ApiType Modifier and Type Method Description static ApiConfigSource.ApiTypeApiConfigSource.ApiType. forNumber(int value)ApiConfigSource.ApiTypeApiConfigSource.Builder. getApiType()API type (gRPC, REST, delta gRPC)ApiConfigSource.ApiTypeApiConfigSource. getApiType()API type (gRPC, REST, delta gRPC)ApiConfigSource.ApiTypeApiConfigSourceOrBuilder. getApiType()API type (gRPC, REST, delta gRPC)static ApiConfigSource.ApiTypeApiConfigSource.ApiType. valueOf(int value)Deprecated.static ApiConfigSource.ApiTypeApiConfigSource.ApiType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ApiConfigSource.ApiTypeApiConfigSource.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.Methods in io.envoyproxy.envoy.api.v2.core 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.api.v2.core with parameters of type ApiConfigSource.ApiType Modifier and Type Method Description ApiConfigSource.BuilderApiConfigSource.Builder. setApiType(ApiConfigSource.ApiType value)API type (gRPC, REST, delta gRPC)
-