| Modifier and Type | Class and Description | 
|---|---|
class  | 
Compute.NodeTemplates.AggregatedList  | 
class  | 
Compute.NodeTemplates.Delete  | 
class  | 
Compute.NodeTemplates.Get  | 
class  | 
Compute.NodeTemplates.GetIamPolicy  | 
class  | 
Compute.NodeTemplates.Insert  | 
class  | 
Compute.NodeTemplates.List  | 
class  | 
Compute.NodeTemplates.SetIamPolicy  | 
class  | 
Compute.NodeTemplates.TestIamPermissions  | 
| Constructor and Description | 
|---|
NodeTemplates()  | 
| Modifier and Type | Method and Description | 
|---|---|
Compute.NodeTemplates.AggregatedList | 
aggregatedList(String project)
Retrieves an aggregated list of node templates. 
 | 
Compute.NodeTemplates.Delete | 
delete(String project,
      String region,
      String nodeTemplate)
Deletes the specified NodeTemplate resource. 
 | 
Compute.NodeTemplates.Get | 
get(String project,
   String region,
   String nodeTemplate)
Returns the specified node template. 
 | 
Compute.NodeTemplates.GetIamPolicy | 
getIamPolicy(String project,
            String region,
            String resource)
Gets the access control policy for a resource. 
 | 
Compute.NodeTemplates.Insert | 
insert(String project,
      String region,
      NodeTemplate content)
Creates a NodeTemplate resource in the specified project using the data included in the request. 
 | 
Compute.NodeTemplates.List | 
list(String project,
    String region)
Retrieves a list of node templates available to the specified project. 
 | 
Compute.NodeTemplates.SetIamPolicy | 
setIamPolicy(String project,
            String region,
            String resource,
            RegionSetPolicyRequest content)
Sets the access control policy on the specified resource. 
 | 
Compute.NodeTemplates.TestIamPermissions | 
testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource. 
 | 
public Compute.NodeTemplates.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.NodeTemplates.Delete delete(String project, String region, String nodeTemplate) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.nodeTemplate - Name of the NodeTemplate resource to delete.IOExceptionpublic Compute.NodeTemplates.Get get(String project, String region, String nodeTemplate) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.nodeTemplate - Name of the node template to return.IOExceptionpublic Compute.NodeTemplates.GetIamPolicy getIamPolicy(String project, String region, String resource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.IOExceptionpublic Compute.NodeTemplates.Insert insert(String project, String region, NodeTemplate content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.content - the NodeTemplateIOExceptionpublic Compute.NodeTemplates.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.IOExceptionpublic Compute.NodeTemplates.SetIamPolicy setIamPolicy(String project, String region, String resource, RegionSetPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the RegionSetPolicyRequestIOExceptionpublic Compute.NodeTemplates.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2020 Google. All rights reserved.