| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.SnapshotGroups.Insert |
Compute.SnapshotGroups.insert(String project,
SnapshotGroup content)
Creates a snapshot group in the specified project using the data included in the request.
|
| Constructor and Description |
|---|
Insert(String project,
SnapshotGroup content)
Creates a snapshot group in the specified project using the data included in the request.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotGroup |
SnapshotGroup.clone() |
SnapshotGroup |
SnapshotGroup.set(String fieldName,
Object value) |
SnapshotGroup |
SnapshotGroup.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
SnapshotGroup |
SnapshotGroup.setDescription(String description)
Optional.
|
SnapshotGroup |
SnapshotGroup.setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
SnapshotGroup |
SnapshotGroup.setKind(String kind)
[Output Only] Type of the resource.
|
SnapshotGroup |
SnapshotGroup.setName(String name)
Identifier.
|
SnapshotGroup |
SnapshotGroup.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
SnapshotGroup |
SnapshotGroup.setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource's resource id.
|
SnapshotGroup |
SnapshotGroup.setSourceInfo(SnapshotGroupSourceInfo sourceInfo)
[Output Only]
|
SnapshotGroup |
SnapshotGroup.setSourceInstantSnapshotGroup(String sourceInstantSnapshotGroup)
Input field for the source instant snapshot group.
|
SnapshotGroup |
SnapshotGroup.setSourceInstantSnapshotGroupInfo(SnapshotGroupSourceInstantSnapshotGroupInfo sourceInstantSnapshotGroupInfo)
[Output Only]
|
SnapshotGroup |
SnapshotGroup.setStatus(String status)
[Output Only]
|
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotGroup> |
ListSnapshotGroups.getItems()
A list of SnapshotGroup resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotGroups |
ListSnapshotGroups.setItems(List<SnapshotGroup> items)
A list of SnapshotGroup resources.
|
Copyright © 2011–2025 Google. All rights reserved.