Package | Description |
---|---|
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
static Index.ApiScope |
Index.ApiScope.forNumber(int value) |
Index.ApiScope |
Index.getApiScope()
The API scope supported by this index.
|
Index.ApiScope |
Index.Builder.getApiScope()
The API scope supported by this index.
|
Index.ApiScope |
IndexOrBuilder.getApiScope()
The API scope supported by this index.
|
static Index.ApiScope |
Index.ApiScope.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Index.ApiScope |
Index.ApiScope.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Index.ApiScope |
Index.ApiScope.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Index.ApiScope> |
Index.ApiScope.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Index.Builder |
Index.Builder.setApiScope(Index.ApiScope value)
The API scope supported by this index.
|
Copyright © 2023 Google LLC. All rights reserved.