target.apidocs.com.google.api.services.healthcare.v1.CloudHealthcare.Projects.Locations.html Maven / Gradle / Ivy
The newest version!
CloudHealthcare.Projects.Locations (Cloud Healthcare API v1-rev20241205-2.0.0)
com.google.api.services.healthcare.v1
Class CloudHealthcare.Projects.Locations
- java.lang.Object
-
- com.google.api.services.healthcare.v1.CloudHealthcare.Projects.Locations
-
- Enclosing class:
- CloudHealthcare.Projects
public class CloudHealthcare.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
get
public CloudHealthcare.Projects.Locations.Get get(String name)
throws IOException
Gets information about a location.
Create a request for the method "locations.get".
This request holds the parameters needed by the healthcare server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Resource name for the location.
- Returns:
- the request
- Throws:
IOException
-
list
public CloudHealthcare.Projects.Locations.List list(String name)
throws IOException
Lists information about the supported locations for this service.
Create a request for the method "locations.list".
This request holds the parameters needed by the healthcare server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The resource that owns the locations collection, if applicable.
- Returns:
- the request
- Throws:
IOException
-
datasets
public CloudHealthcare.Projects.Locations.Datasets datasets()
An accessor for creating requests from the Datasets collection.
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);
CloudHealthcare.Datasets.List request = healthcare.datasets().list(parameters ...)
- Returns:
- the resource collection
-
services
public CloudHealthcare.Projects.Locations.Services services()
An accessor for creating requests from the Services collection.
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);
CloudHealthcare.Services.List request = healthcare.services().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy