Uses of Class
io.opencensus.proto.agent.common.v1.LibraryInfo.Language
-
Packages that use LibraryInfo.Language Package Description io.opencensus.proto.agent.common.v1 -
-
Uses of LibraryInfo.Language in io.opencensus.proto.agent.common.v1
Methods in io.opencensus.proto.agent.common.v1 that return LibraryInfo.Language Modifier and Type Method Description static LibraryInfo.LanguageLibraryInfo.Language. forNumber(int value)LibraryInfo.LanguageLibraryInfo.Builder. getLanguage()Language of OpenCensus Library.LibraryInfo.LanguageLibraryInfo. getLanguage()Language of OpenCensus Library.LibraryInfo.LanguageLibraryInfoOrBuilder. getLanguage()Language of OpenCensus Library.static LibraryInfo.LanguageLibraryInfo.Language. valueOf(int value)Deprecated.static LibraryInfo.LanguageLibraryInfo.Language. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LibraryInfo.LanguageLibraryInfo.Language. valueOf(String name)Returns the enum constant of this type with the specified name.static LibraryInfo.Language[]LibraryInfo.Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.proto.agent.common.v1 that return types with arguments of type LibraryInfo.Language Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LibraryInfo.Language>LibraryInfo.Language. internalGetValueMap()Methods in io.opencensus.proto.agent.common.v1 with parameters of type LibraryInfo.Language Modifier and Type Method Description LibraryInfo.BuilderLibraryInfo.Builder. setLanguage(LibraryInfo.Language value)Language of OpenCensus Library.
-