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 IndexType
IndexType. forNumber(int value)
IndexType
IndexConfig.Builder. getType()
Required.IndexType
IndexConfig. getType()
Required.IndexType
IndexConfigOrBuilder. getType()
Required.static IndexType
IndexType. valueOf(int value)
Deprecated.static IndexType
IndexType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static IndexType
IndexType. 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.Builder
IndexConfig.Builder. setType(IndexType value)
Required.
-