Uses of Class
com.github.xds.core.v3.CollectionEntry.ResourceSpecifierCase
-
Packages that use CollectionEntry.ResourceSpecifierCase Package Description com.github.xds.core.v3 -
-
Uses of CollectionEntry.ResourceSpecifierCase in com.github.xds.core.v3
Methods in com.github.xds.core.v3 that return CollectionEntry.ResourceSpecifierCase Modifier and Type Method Description static CollectionEntry.ResourceSpecifierCase
CollectionEntry.ResourceSpecifierCase. forNumber(int value)
CollectionEntry.ResourceSpecifierCase
CollectionEntry.Builder. getResourceSpecifierCase()
CollectionEntry.ResourceSpecifierCase
CollectionEntry. getResourceSpecifierCase()
CollectionEntry.ResourceSpecifierCase
CollectionEntryOrBuilder. getResourceSpecifierCase()
static CollectionEntry.ResourceSpecifierCase
CollectionEntry.ResourceSpecifierCase. valueOf(int value)
Deprecated.static CollectionEntry.ResourceSpecifierCase
CollectionEntry.ResourceSpecifierCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CollectionEntry.ResourceSpecifierCase[]
CollectionEntry.ResourceSpecifierCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-