| Modifier and Type | Class and Description | 
|---|---|
class  | 
Compute.RegionInstantSnapshots.Delete  | 
class  | 
Compute.RegionInstantSnapshots.Export  | 
class  | 
Compute.RegionInstantSnapshots.Get  | 
class  | 
Compute.RegionInstantSnapshots.GetIamPolicy  | 
class  | 
Compute.RegionInstantSnapshots.Insert  | 
class  | 
Compute.RegionInstantSnapshots.List  | 
class  | 
Compute.RegionInstantSnapshots.SetIamPolicy  | 
class  | 
Compute.RegionInstantSnapshots.SetLabels  | 
class  | 
Compute.RegionInstantSnapshots.TestIamPermissions  | 
| Constructor and Description | 
|---|
RegionInstantSnapshots()  | 
| Modifier and Type | Method and Description | 
|---|---|
Compute.RegionInstantSnapshots.Delete | 
delete(String project,
      String region,
      String instantSnapshot)
Deletes the specified InstantSnapshot resource. 
 | 
Compute.RegionInstantSnapshots.Export | 
export(String project,
      String region,
      String instantSnapshot,
      InstantSnapshotExportParams content)
Export the changed blocks between two instant snapshots to a customer?s bucket in the user
 specified format. 
 | 
Compute.RegionInstantSnapshots.Get | 
get(String project,
   String region,
   String instantSnapshot)
Returns the specified InstantSnapshot resource in the specified region. 
 | 
Compute.RegionInstantSnapshots.GetIamPolicy | 
getIamPolicy(String project,
            String region,
            String resource)
Gets the access control policy for a resource. 
 | 
Compute.RegionInstantSnapshots.Insert | 
insert(String project,
      String region,
      InstantSnapshot content)
Creates an instant snapshot in the specified region. 
 | 
Compute.RegionInstantSnapshots.List | 
list(String project,
    String region)
Retrieves the list of InstantSnapshot resources contained within the specified region. 
 | 
Compute.RegionInstantSnapshots.SetIamPolicy | 
setIamPolicy(String project,
            String region,
            String resource,
            RegionSetPolicyRequest content)
Sets the access control policy on the specified resource. 
 | 
Compute.RegionInstantSnapshots.SetLabels | 
setLabels(String project,
         String region,
         String resource,
         RegionSetLabelsRequest content)
Sets the labels on a instantSnapshot in the given region. 
 | 
Compute.RegionInstantSnapshots.TestIamPermissions | 
testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource. 
 | 
public Compute.RegionInstantSnapshots.Delete delete(String project, String region, String instantSnapshot) 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.instantSnapshot - Name of the InstantSnapshot resource to delete.IOExceptionpublic Compute.RegionInstantSnapshots.Export export(String project, String region, String instantSnapshot, InstantSnapshotExportParams content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the zone for this request.instantSnapshot - Name of the instant snapshot to export.content - the InstantSnapshotExportParamsIOExceptionpublic Compute.RegionInstantSnapshots.Get get(String project, String region, String instantSnapshot) 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.instantSnapshot - Name of the InstantSnapshot resource to return.IOExceptionpublic Compute.RegionInstantSnapshots.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.RegionInstantSnapshots.Insert insert(String project, String region, InstantSnapshot content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.content - the InstantSnapshotIOExceptionpublic Compute.RegionInstantSnapshots.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.RegionInstantSnapshots.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.RegionInstantSnapshots.SetLabels setLabels(String project, String region, String resource, RegionSetLabelsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The region for this request.resource - Name or id of the resource for this request.content - the RegionSetLabelsRequestIOExceptionpublic Compute.RegionInstantSnapshots.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.