target.apidocs.com.google.api.services.compute.Compute.SnapshotSettings.html Maven / Gradle / Ivy
Compute.SnapshotSettings (Compute Engine API v1-rev20250107-2.0.0)
com.google.api.services.compute
Class Compute.SnapshotSettings
- java.lang.Object
-
- com.google.api.services.compute.Compute.SnapshotSettings
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.SnapshotSettings.Get
class
Compute.SnapshotSettings.Patch
-
Constructor Summary
Constructors
Constructor and Description
SnapshotSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
get
public Compute.SnapshotSettings.Get get(String project)
throws IOException
Get snapshot settings.
Create a request for the method "snapshotSettings.get".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
project - Project ID for this request.
- Returns:
- the request
- Throws:
IOException
-
patch
public Compute.SnapshotSettings.Patch patch(String project,
SnapshotSettings content)
throws IOException
Patch snapshot settings.
Create a request for the method "snapshotSettings.patch".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
project - Project ID for this request.
content - the SnapshotSettings
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2025 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy