Modifier and Type | Class and Description |
---|---|
class |
Compute.Kernels.Get |
class |
Compute.Kernels.List |
Constructor and Description |
---|
Compute.Kernels() |
Modifier and Type | Method and Description |
---|---|
Compute.Kernels.Get |
get(String project,
String kernel)
Returns the specified kernel resource.
|
Compute.Kernels.List |
list(String project)
Retrieves the list of kernel resources available to the specified project.
|
public Compute.Kernels.Get get(String project, String kernel) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.kernel
- Name of the kernel resource to return.IOException
public Compute.Kernels.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.IOException