| Package | Description |
|---|---|
| com.google.api.services.mapsengine |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Tables.Features.Get |
MapsEngine.Tables.Features.get(java.lang.String tableId,
java.lang.String id)
Return a single feature, given its ID.
|
MapsEngine.Tables.Features.Get |
MapsEngine.Tables.Features.Get.set(java.lang.String parameterName,
java.lang.Object value) |
MapsEngine.Tables.Features.Get |
MapsEngine.Tables.Features.Get.setAlt(java.lang.String alt) |
MapsEngine.Tables.Features.Get |
MapsEngine.Tables.Features.Get.setFields(java.lang.String fields) |
MapsEngine.Tables.Features.Get |
MapsEngine.Tables.Features.Get.setId(java.lang.String id)
The ID of the feature to get.
|
MapsEngine.Tables.Features.Get |
MapsEngine.Tables.Features.Get.setKey(java.lang.String key) |
MapsEngine.Tables.Features.Get |
MapsEngine.Tables.Features.Get.setOauthToken(java.lang.String oauthToken) |
MapsEngine.Tables.Features.Get |
MapsEngine.Tables.Features.Get.setPrettyPrint(java.lang.Boolean prettyPrint) |
MapsEngine.Tables.Features.Get |
MapsEngine.Tables.Features.Get.setQuotaUser(java.lang.String quotaUser) |
MapsEngine.Tables.Features.Get |
MapsEngine.Tables.Features.Get.setSelect(java.lang.String select)
A SQL-like projection clause used to specify returned properties.
|
MapsEngine.Tables.Features.Get |
MapsEngine.Tables.Features.Get.setTableId(java.lang.String tableId)
The ID of the table.
|
MapsEngine.Tables.Features.Get |
MapsEngine.Tables.Features.Get.setUserIp(java.lang.String userIp) |
MapsEngine.Tables.Features.Get |
MapsEngine.Tables.Features.Get.setVersion(java.lang.String version)
The table version to access.
|