Package | Description |
---|---|
com.google.datastore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
static Index.AncestorMode |
Index.AncestorMode.forNumber(int value) |
Index.AncestorMode |
Index.getAncestor()
Required.
|
Index.AncestorMode |
Index.Builder.getAncestor()
Required.
|
Index.AncestorMode |
IndexOrBuilder.getAncestor()
Required.
|
static Index.AncestorMode |
Index.AncestorMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Index.AncestorMode |
Index.AncestorMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Index.AncestorMode |
Index.AncestorMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Index.AncestorMode[] |
Index.AncestorMode.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.AncestorMode> |
Index.AncestorMode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Index.Builder |
Index.Builder.setAncestor(Index.AncestorMode value)
Required.
|
Copyright © 2023 Google LLC. All rights reserved.