| Modifier and Type | Class and Description | 
|---|---|
class  | 
Compute.RegionInPlaceSnapshots.Delete  | 
class  | 
Compute.RegionInPlaceSnapshots.Get  | 
class  | 
Compute.RegionInPlaceSnapshots.GetIamPolicy  | 
class  | 
Compute.RegionInPlaceSnapshots.Insert  | 
class  | 
Compute.RegionInPlaceSnapshots.List  | 
class  | 
Compute.RegionInPlaceSnapshots.SetIamPolicy  | 
class  | 
Compute.RegionInPlaceSnapshots.SetLabels  | 
class  | 
Compute.RegionInPlaceSnapshots.TestIamPermissions  | 
| Constructor and Description | 
|---|
RegionInPlaceSnapshots()  | 
| Modifier and Type | Method and Description | 
|---|---|
Compute.RegionInPlaceSnapshots.Delete | 
delete(String project,
      String region,
      String inPlaceSnapshot)
Deletes the specified InPlaceSnapshot resource. 
 | 
Compute.RegionInPlaceSnapshots.Get | 
get(String project,
   String region,
   String inPlaceSnapshot)
Returns the specified InPlaceSnapshot resource in the specified region. 
 | 
Compute.RegionInPlaceSnapshots.GetIamPolicy | 
getIamPolicy(String project,
            String region,
            String resource)
Gets the access control policy for a resource. 
 | 
Compute.RegionInPlaceSnapshots.Insert | 
insert(String project,
      String region,
      InPlaceSnapshot content)
Creates an in-place snapshot in the specified region. 
 | 
Compute.RegionInPlaceSnapshots.List | 
list(String project,
    String region)
Retrieves the list of InPlaceSnapshot resources contained within the specified region. 
 | 
Compute.RegionInPlaceSnapshots.SetIamPolicy | 
setIamPolicy(String project,
            String region,
            String resource,
            RegionSetPolicyRequest content)
Sets the access control policy on the specified resource. 
 | 
Compute.RegionInPlaceSnapshots.SetLabels | 
setLabels(String project,
         String region,
         String resource,
         RegionSetLabelsRequest content)
Sets the labels on a inPlaceSnapshot in the given region. 
 | 
Compute.RegionInPlaceSnapshots.TestIamPermissions | 
testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource. 
 | 
public Compute.RegionInPlaceSnapshots.Delete delete(String project, String region, String inPlaceSnapshot) 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.inPlaceSnapshot - Name of the InPlaceSnapshot resource to delete.IOExceptionpublic Compute.RegionInPlaceSnapshots.Get get(String project, String region, String inPlaceSnapshot) 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.inPlaceSnapshot - Name of the InPlaceSnapshot resource to return.IOExceptionpublic Compute.RegionInPlaceSnapshots.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.RegionInPlaceSnapshots.Insert insert(String project, String region, InPlaceSnapshot 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 InPlaceSnapshotIOExceptionpublic Compute.RegionInPlaceSnapshots.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.RegionInPlaceSnapshots.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.RegionInPlaceSnapshots.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.RegionInPlaceSnapshots.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.