Modifier and Type | Class and Description |
---|---|
class |
Compute.SnapshotSettings.Get |
class |
Compute.SnapshotSettings.Patch |
Constructor and Description |
---|
SnapshotSettings() |
Modifier and Type | Method and Description |
---|---|
Compute.SnapshotSettings.Get |
get(String project)
Get snapshot settings.
|
Compute.SnapshotSettings.Patch |
patch(String project,
SnapshotSettings content)
Patch snapshot settings.
|
public Compute.SnapshotSettings.Get get(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.IOException
public Compute.SnapshotSettings.Patch patch(String project, SnapshotSettings content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.content
- the SnapshotSettings
IOException
Copyright © 2011–2024 Google. All rights reserved.