Uses of Class
com.google.logging.v2.IndexType
-
Packages that use IndexType Package Description com.google.logging.v2 -
-
Uses of IndexType in com.google.logging.v2
Methods in com.google.logging.v2 that return IndexType Modifier and Type Method Description static IndexTypeIndexType. forNumber(int value)IndexTypeIndexConfig.Builder. getType()Required.IndexTypeIndexConfig. getType()Required.IndexTypeIndexConfigOrBuilder. getType()Required.static IndexTypeIndexType. valueOf(int value)Deprecated.static IndexTypeIndexType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static IndexTypeIndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexType[]IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.logging.v2 that return types with arguments of type IndexType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<IndexType>IndexType. internalGetValueMap()Methods in com.google.logging.v2 with parameters of type IndexType Modifier and Type Method Description IndexConfig.BuilderIndexConfig.Builder. setType(IndexType value)Required.
-