Uses of Class
com.github.xds.core.v3.ResourceLocator.Scheme
-
Packages that use ResourceLocator.Scheme Package Description com.github.xds.core.v3 -
-
Uses of ResourceLocator.Scheme in com.github.xds.core.v3
Fields in com.github.xds.core.v3 declared as ResourceLocator.Scheme Modifier and Type Field Description private static ResourceLocator.Scheme[]
ResourceLocator.Scheme. VALUES
Fields in com.github.xds.core.v3 with type parameters of type ResourceLocator.Scheme Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<ResourceLocator.Scheme>
ResourceLocator.Scheme. internalValueMap
Methods in com.github.xds.core.v3 that return ResourceLocator.Scheme Modifier and Type Method Description static ResourceLocator.Scheme
ResourceLocator.Scheme. forNumber(int value)
ResourceLocator.Scheme
ResourceLocator.Builder. getScheme()
URI scheme.ResourceLocator.Scheme
ResourceLocator. getScheme()
URI scheme.ResourceLocator.Scheme
ResourceLocatorOrBuilder. getScheme()
URI scheme.static ResourceLocator.Scheme
ResourceLocator.Scheme. valueOf(int value)
Deprecated.static ResourceLocator.Scheme
ResourceLocator.Scheme. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ResourceLocator.Scheme
ResourceLocator.Scheme. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResourceLocator.Scheme[]
ResourceLocator.Scheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.xds.core.v3 that return types with arguments of type ResourceLocator.Scheme Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ResourceLocator.Scheme>
ResourceLocator.Scheme. internalGetValueMap()
Methods in com.github.xds.core.v3 with parameters of type ResourceLocator.Scheme Modifier and Type Method Description ResourceLocator.Builder
ResourceLocator.Builder. setScheme(ResourceLocator.Scheme value)
URI scheme.
-