public class CloudHealthcare.Projects.Locations extends Object
Modifier and Type | Class and Description |
---|---|
class |
CloudHealthcare.Projects.Locations.Datasets
The "datasets" collection of methods.
|
class |
CloudHealthcare.Projects.Locations.Get |
class |
CloudHealthcare.Projects.Locations.List |
class |
CloudHealthcare.Projects.Locations.Services
The "services" collection of methods.
|
Constructor and Description |
---|
Locations() |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets |
datasets()
An accessor for creating requests from the Datasets collection.
|
CloudHealthcare.Projects.Locations.Get |
get(String name)
Gets information about a location.
|
CloudHealthcare.Projects.Locations.List |
list(String name)
Lists information about the supported locations for this service.
|
CloudHealthcare.Projects.Locations.Services |
services()
An accessor for creating requests from the Services collection.
|
public CloudHealthcare.Projects.Locations.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Resource name for the location.IOException
public CloudHealthcare.Projects.Locations.List list(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The resource that owns the locations collection, if applicable.IOException
public CloudHealthcare.Projects.Locations.Datasets datasets()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);
CloudHealthcare.Datasets.List request = healthcare.datasets().list(parameters ...)
public CloudHealthcare.Projects.Locations.Services services()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);
CloudHealthcare.Services.List request = healthcare.services().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.