| Modifier and Type | Class and Description | 
|---|---|
class  | 
Compute.ZoneInPlaceSnapshots.Delete  | 
class  | 
Compute.ZoneInPlaceSnapshots.Get  | 
class  | 
Compute.ZoneInPlaceSnapshots.GetIamPolicy  | 
class  | 
Compute.ZoneInPlaceSnapshots.Insert  | 
class  | 
Compute.ZoneInPlaceSnapshots.List  | 
class  | 
Compute.ZoneInPlaceSnapshots.SetIamPolicy  | 
class  | 
Compute.ZoneInPlaceSnapshots.SetLabels  | 
class  | 
Compute.ZoneInPlaceSnapshots.TestIamPermissions  | 
| Constructor and Description | 
|---|
ZoneInPlaceSnapshots()  | 
| Modifier and Type | Method and Description | 
|---|---|
Compute.ZoneInPlaceSnapshots.Delete | 
delete(String project,
      String zone,
      String inPlaceSnapshot)
Deletes the specified InPlaceSnapshot resource. 
 | 
Compute.ZoneInPlaceSnapshots.Get | 
get(String project,
   String zone,
   String inPlaceSnapshot)
Returns the specified InPlaceSnapshot resource in the specified zone. 
 | 
Compute.ZoneInPlaceSnapshots.GetIamPolicy | 
getIamPolicy(String project,
            String zone,
            String resource)
Gets the access control policy for a resource. 
 | 
Compute.ZoneInPlaceSnapshots.Insert | 
insert(String project,
      String zone,
      InPlaceSnapshot content)
Creates an in-place snapshot in the specified zone. 
 | 
Compute.ZoneInPlaceSnapshots.List | 
list(String project,
    String zone)
Retrieves the list of InPlaceSnapshot resources contained within the specified zone. 
 | 
Compute.ZoneInPlaceSnapshots.SetIamPolicy | 
setIamPolicy(String project,
            String zone,
            String resource,
            ZoneSetPolicyRequest content)
Sets the access control policy on the specified resource. 
 | 
Compute.ZoneInPlaceSnapshots.SetLabels | 
setLabels(String project,
         String zone,
         String resource,
         ZoneSetLabelsRequest content)
Sets the labels on a inPlaceSnapshot in the given zone. 
 | 
Compute.ZoneInPlaceSnapshots.TestIamPermissions | 
testIamPermissions(String project,
                  String zone,
                  String resource,
                  TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource. 
 | 
public Compute.ZoneInPlaceSnapshots.Delete delete(String project, String zone, String inPlaceSnapshot) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - The name of the zone for this request.inPlaceSnapshot - Name of the InPlaceSnapshot resource to delete.IOExceptionpublic Compute.ZoneInPlaceSnapshots.Get get(String project, String zone, String inPlaceSnapshot) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - The name of the zone for this request.inPlaceSnapshot - Name of the InPlaceSnapshot resource to return.IOExceptionpublic Compute.ZoneInPlaceSnapshots.GetIamPolicy getIamPolicy(String project, String zone, String resource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - The name of the zone for this request.resource - Name or id of the resource for this request.IOExceptionpublic Compute.ZoneInPlaceSnapshots.Insert insert(String project, String zone, InPlaceSnapshot content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request.content - the InPlaceSnapshotIOExceptionpublic Compute.ZoneInPlaceSnapshots.List list(String project, String zone) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - The name of the zone for this request.IOExceptionpublic Compute.ZoneInPlaceSnapshots.SetIamPolicy setIamPolicy(String project, String zone, String resource, ZoneSetPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - The name of the zone for this request.resource - Name or id of the resource for this request.content - the ZoneSetPolicyRequestIOExceptionpublic Compute.ZoneInPlaceSnapshots.SetLabels setLabels(String project, String zone, String resource, ZoneSetLabelsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - The name of the zone for this request.resource - Name or id of the resource for this request.content - the ZoneSetLabelsRequestIOExceptionpublic Compute.ZoneInPlaceSnapshots.TestIamPermissions testIamPermissions(String project, String zone, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - The name of the zone for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2020 Google. All rights reserved.