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
Methods in io.envoyproxy.envoy.config.core.v3 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.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.BuilderApiConfigSource.Builder. setApiType(ApiConfigSource.ApiType value)API type (gRPC, REST, delta gRPC)
-