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