| Modifier and Type | Method and Description |
|---|---|
static VertexDatasetSpec.DataType |
VertexDatasetSpec.DataType.forNumber(int value) |
VertexDatasetSpec.DataType |
VertexDatasetSpec.getDataType()
Type of the dataset.
|
VertexDatasetSpec.DataType |
VertexDatasetSpec.Builder.getDataType()
Type of the dataset.
|
VertexDatasetSpec.DataType |
VertexDatasetSpecOrBuilder.getDataType()
Type of the dataset.
|
static VertexDatasetSpec.DataType |
VertexDatasetSpec.DataType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VertexDatasetSpec.DataType |
VertexDatasetSpec.DataType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VertexDatasetSpec.DataType |
VertexDatasetSpec.DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexDatasetSpec.DataType[] |
VertexDatasetSpec.DataType.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<VertexDatasetSpec.DataType> |
VertexDatasetSpec.DataType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
VertexDatasetSpec.Builder |
VertexDatasetSpec.Builder.setDataType(VertexDatasetSpec.DataType value)
Type of the dataset.
|
Copyright © 2023 Google LLC. All rights reserved.