| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.clone() |
Schema |
FeaturesListResponse.getSchema()
The feature schema.
|
Schema |
Table.getSchema()
The schema for this table.
|
Schema |
Schema.set(java.lang.String fieldName,
java.lang.Object value) |
Schema |
Schema.setColumns(java.util.List<TableColumn> columns)
An array of TableColumn objects.
|
Schema |
Schema.setPrimaryGeometry(java.lang.String primaryGeometry)
The name of the column that contains a feature's geometry.
|
Schema |
Schema.setPrimaryKey(java.lang.String primaryKey)
The name of the column that contains the unique identifier of a Feature.
|
| Modifier and Type | Method and Description |
|---|---|
FeaturesListResponse |
FeaturesListResponse.setSchema(Schema schema)
The feature schema.
|
Table |
Table.setSchema(Schema schema)
The schema for this table.
|