| Modifier and Type | Class and Description |
|---|---|
class |
Compute.RegionInstantSnapshotGroups.Delete |
class |
Compute.RegionInstantSnapshotGroups.Get |
class |
Compute.RegionInstantSnapshotGroups.GetIamPolicy |
class |
Compute.RegionInstantSnapshotGroups.Insert |
class |
Compute.RegionInstantSnapshotGroups.List |
class |
Compute.RegionInstantSnapshotGroups.SetIamPolicy |
class |
Compute.RegionInstantSnapshotGroups.TestIamPermissions |
| Constructor and Description |
|---|
RegionInstantSnapshotGroups() |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionInstantSnapshotGroups.Delete |
delete(String project,
String region,
String instantSnapshotGroup)
deletes a Regional InstantSnapshotGroup resource
Create a request for the method "regionInstantSnapshotGroups.delete".
|
Compute.RegionInstantSnapshotGroups.Get |
get(String project,
String region,
String instantSnapshotGroup)
returns the specified InstantSnapshotGroup resource in the specified region.
|
Compute.RegionInstantSnapshotGroups.GetIamPolicy |
getIamPolicy(String project,
String region,
String resource)
Gets the access control policy for a resource.
|
Compute.RegionInstantSnapshotGroups.Insert |
insert(String project,
String region,
InstantSnapshotGroup content)
creates a Regional InstantSnapshotGroup resource
Create a request for the method "regionInstantSnapshotGroups.insert".
|
Compute.RegionInstantSnapshotGroups.List |
list(String project,
String region)
retrieves the list of InstantSnapshotGroup resources contained within the specified region.
|
Compute.RegionInstantSnapshotGroups.SetIamPolicy |
setIamPolicy(String project,
String region,
String resource,
RegionSetPolicyRequest content)
Sets the access control policy on the specified resource.
|
Compute.RegionInstantSnapshotGroups.TestIamPermissions |
testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Compute.RegionInstantSnapshotGroups.Delete delete(String project, String region, String instantSnapshotGroup) 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.instantSnapshotGroup - Name of the InstantSnapshotGroup resource to delete.IOExceptionpublic Compute.RegionInstantSnapshotGroups.Get get(String project, String region, String instantSnapshotGroup) 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.instantSnapshotGroup - Name of the InstantSnapshotGroup resource to return.IOExceptionpublic Compute.RegionInstantSnapshotGroups.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.RegionInstantSnapshotGroups.Insert insert(String project, String region, InstantSnapshotGroup 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 InstantSnapshotGroupIOExceptionpublic Compute.RegionInstantSnapshotGroups.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.RegionInstantSnapshotGroups.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.RegionInstantSnapshotGroups.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–2025 Google. All rights reserved.