| Modifier and Type | Method and Description |
|---|---|
static DataStoreType |
DataStoreType.forNumber(int value) |
DataStoreType |
DataStoreConnection.getDataStoreType()
The type of the connected data store.
|
DataStoreType |
DataStoreConnection.Builder.getDataStoreType()
The type of the connected data store.
|
DataStoreType |
DataStoreConnectionOrBuilder.getDataStoreType()
The type of the connected data store.
|
static DataStoreType |
DataStoreType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DataStoreType |
DataStoreType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DataStoreType |
DataStoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataStoreType[] |
DataStoreType.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<DataStoreType> |
DataStoreType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DataStoreConnection.Builder |
DataStoreConnection.Builder.setDataStoreType(DataStoreType value)
The type of the connected data store.
|
Copyright © 2025 Google LLC. All rights reserved.