Uses of Enum
com.google.firestore.admin.v1.Index.ApiScope
-
Uses of Index.ApiScope in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return Index.ApiScopeModifier and TypeMethodDescriptionstatic Index.ApiScopeIndex.ApiScope.forNumber(int value) Index.Builder.getApiScope()The API scope supported by this index.Index.getApiScope()The API scope supported by this index.IndexOrBuilder.getApiScope()The API scope supported by this index.static Index.ApiScopeIndex.ApiScope.valueOf(int value) Deprecated.static Index.ApiScopeIndex.ApiScope.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Index.ApiScopeReturns the enum constant of this type with the specified name.static Index.ApiScope[]Index.ApiScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.firestore.admin.v1 that return types with arguments of type Index.ApiScopeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Index.ApiScope>Index.ApiScope.internalGetValueMap()Methods in com.google.firestore.admin.v1 with parameters of type Index.ApiScopeModifier and TypeMethodDescriptionIndex.Builder.setApiScope(Index.ApiScope value) The API scope supported by this index.