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