Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
Location |
Location.clone() |
Location |
Location.set(String fieldName,
Object value) |
Location |
Location.setDisplayName(String displayName)
The friendly name for this location, typically a nearby city name.
|
Location |
Location.setLabels(Map<String,String> labels)
Cross-service attributes for the location.
|
Location |
Location.setLocationId(String locationId)
The canonical id for this location.
|
Location |
Location.setMetadata(Map<String,Object> metadata)
Service-specific metadata.
|
Location |
Location.setName(String name)
Resource name for the location, which may vary between implementations.
|
Modifier and Type | Method and Description |
---|---|
List<Location> |
ListLocationsResponse.getLocations()
A list of locations that matches the specified filter in the request.
|
Modifier and Type | Method and Description |
---|---|
ListLocationsResponse |
ListLocationsResponse.setLocations(List<Location> locations)
A list of locations that matches the specified filter in the request.
|
Copyright © 2011–2024 Google. All rights reserved.