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