@@ -79,22 +79,22 @@ <h2>Instance Methods</h2>
79
79
< p class ="firstline "> Close httplib2 connections.</ p >
80
80
< p class ="toc_element ">
81
81
< code > < a href ="#create "> create(parent, body=None, x__xgafv=None)</ a > </ code > </ p >
82
- < p class ="firstline "> Create a storage volume snapshot in a containing volume.</ p >
82
+ < p class ="firstline "> Takes a snapshot of a boot volume. Returns INVALID_ARGUMENT if called for a non-boot volume.</ p >
83
83
< p class ="toc_element ">
84
84
< code > < a href ="#delete "> delete(name, x__xgafv=None)</ a > </ code > </ p >
85
- < p class ="firstline "> Deletes a storage volume snapshot for a given volume.</ p >
85
+ < p class ="firstline "> Deletes a volume snapshot. Returns INVALID_ARGUMENT if called for a non-boot volume.</ p >
86
86
< p class ="toc_element ">
87
87
< code > < a href ="#get "> get(name, x__xgafv=None)</ a > </ code > </ p >
88
- < p class ="firstline "> Get details of a single storage volume snapshot .</ p >
88
+ < p class ="firstline "> Returns the specified snapshot resource. Returns INVALID_ARGUMENT if called for a non-boot volume .</ p >
89
89
< p class ="toc_element ">
90
90
< code > < a href ="#list "> list(parent, pageSize=None, pageToken=None, x__xgafv=None)</ a > </ code > </ p >
91
- < p class ="firstline "> List storage volume snapshots for given storage volume.</ p >
91
+ < p class ="firstline "> Retrieves the list of snapshots for the specified volume. Returns a response with an empty list of snapshots if called for a non-boot volume.</ p >
92
92
< p class ="toc_element ">
93
- < code > < a href ="#list_next "> list_next(previous_request, previous_response )</ a > </ code > </ p >
93
+ < code > < a href ="#list_next "> list_next()</ a > </ code > </ p >
94
94
< p class ="firstline "> Retrieves the next page of results.</ p >
95
95
< p class ="toc_element ">
96
96
< code > < a href ="#restoreVolumeSnapshot "> restoreVolumeSnapshot(volumeSnapshot, body=None, x__xgafv=None)</ a > </ code > </ p >
97
- < p class ="firstline "> Restore a storage volume snapshot to its containing volume.</ p >
97
+ < p class ="firstline "> Uses the specified snapshot to restore its parent volume. Returns INVALID_ARGUMENT if called for a non-boot volume.</ p >
98
98
< h3 > Method Details</ h3 >
99
99
< div class ="method ">
100
100
< code class ="details " id ="close "> close()</ code >
@@ -103,20 +103,20 @@ <h3>Method Details</h3>
103
103
104
104
< div class ="method ">
105
105
< code class ="details " id ="create "> create(parent, body=None, x__xgafv=None)</ code >
106
- < pre > Create a storage volume snapshot in a containing volume.
106
+ < pre > Takes a snapshot of a boot volume. Returns INVALID_ARGUMENT if called for a non-boot volume.
107
107
108
108
Args:
109
109
parent: string, Required. The volume to snapshot. (required)
110
110
body: object, The request body.
111
111
The object takes the form of:
112
112
113
- { # Snapshot registered for a given storage volume .
114
- "createTime": "A String", # Output only. The creation time of the storage volume snapshot.
115
- "description": "A String", # The description of the storage volume snapshot.
116
- "id": "A String", # An identifier for the snapshot, generated by the backend.
117
- "name": "A String", # Output only. The name of the storage volume snapshot.
118
- "sizeBytes ": "A String", # The size of the storage volume snapshot, in bytes .
119
- "storageVolume ": "A String", # The storage volume this snapshot belongs to .
113
+ { # A snapshot of a volume. Only boot volumes can have snapshots .
114
+ "createTime": "A String", # Output only. The creation time of the snapshot.
115
+ "description": "A String", # The description of the snapshot.
116
+ "id": "A String", # Output only. An identifier for the snapshot, generated by the backend.
117
+ "name": "A String", # The name of the snapshot.
118
+ "storageVolume ": "A String", # Output only. The name of the volume which this snapshot belongs to .
119
+ "type ": "A String", # Output only. The type of the snapshot which indicates whether it was scheduled or manual/ad-hoc .
120
120
}
121
121
122
122
x__xgafv: string, V1 error format.
@@ -127,19 +127,19 @@ <h3>Method Details</h3>
127
127
Returns:
128
128
An object of the form:
129
129
130
- { # Snapshot registered for a given storage volume .
131
- "createTime": "A String", # Output only. The creation time of the storage volume snapshot.
132
- "description": "A String", # The description of the storage volume snapshot.
133
- "id": "A String", # An identifier for the snapshot, generated by the backend.
134
- "name": "A String", # Output only. The name of the storage volume snapshot.
135
- "sizeBytes ": "A String", # The size of the storage volume snapshot, in bytes .
136
- "storageVolume ": "A String", # The storage volume this snapshot belongs to .
130
+ { # A snapshot of a volume. Only boot volumes can have snapshots .
131
+ "createTime": "A String", # Output only. The creation time of the snapshot.
132
+ "description": "A String", # The description of the snapshot.
133
+ "id": "A String", # Output only. An identifier for the snapshot, generated by the backend.
134
+ "name": "A String", # The name of the snapshot.
135
+ "storageVolume ": "A String", # Output only. The name of the volume which this snapshot belongs to .
136
+ "type ": "A String", # Output only. The type of the snapshot which indicates whether it was scheduled or manual/ad-hoc .
137
137
}</ pre >
138
138
</ div >
139
139
140
140
< div class ="method ">
141
141
< code class ="details " id ="delete "> delete(name, x__xgafv=None)</ code >
142
- < pre > Deletes a storage volume snapshot for a given volume.
142
+ < pre > Deletes a volume snapshot. Returns INVALID_ARGUMENT if called for a non-boot volume.
143
143
144
144
Args:
145
145
name: string, Required. The name of the snapshot to delete. (required)
@@ -157,10 +157,10 @@ <h3>Method Details</h3>
157
157
158
158
< div class ="method ">
159
159
< code class ="details " id ="get "> get(name, x__xgafv=None)</ code >
160
- < pre > Get details of a single storage volume snapshot .
160
+ < pre > Returns the specified snapshot resource. Returns INVALID_ARGUMENT if called for a non-boot volume .
161
161
162
162
Args:
163
- name: string, Required. Name of the resource . (required)
163
+ name: string, Required. The name of the snapshot . (required)
164
164
x__xgafv: string, V1 error format.
165
165
Allowed values
166
166
1 - v1 error format
@@ -169,19 +169,19 @@ <h3>Method Details</h3>
169
169
Returns:
170
170
An object of the form:
171
171
172
- { # Snapshot registered for a given storage volume .
173
- "createTime": "A String", # Output only. The creation time of the storage volume snapshot.
174
- "description": "A String", # The description of the storage volume snapshot.
175
- "id": "A String", # An identifier for the snapshot, generated by the backend.
176
- "name": "A String", # Output only. The name of the storage volume snapshot.
177
- "sizeBytes ": "A String", # The size of the storage volume snapshot, in bytes .
178
- "storageVolume ": "A String", # The storage volume this snapshot belongs to .
172
+ { # A snapshot of a volume. Only boot volumes can have snapshots .
173
+ "createTime": "A String", # Output only. The creation time of the snapshot.
174
+ "description": "A String", # The description of the snapshot.
175
+ "id": "A String", # Output only. An identifier for the snapshot, generated by the backend.
176
+ "name": "A String", # The name of the snapshot.
177
+ "storageVolume ": "A String", # Output only. The name of the volume which this snapshot belongs to .
178
+ "type ": "A String", # Output only. The type of the snapshot which indicates whether it was scheduled or manual/ad-hoc .
179
179
}</ pre >
180
180
</ div >
181
181
182
182
< div class ="method ">
183
183
< code class ="details " id ="list "> list(parent, pageSize=None, pageToken=None, x__xgafv=None)</ code >
184
- < pre > List storage volume snapshots for given storage volume.
184
+ < pre > Retrieves the list of snapshots for the specified volume. Returns a response with an empty list of snapshots if called for a non-boot volume.
185
185
186
186
Args:
187
187
parent: string, Required. Parent value for ListVolumesRequest. (required)
@@ -195,44 +195,44 @@ <h3>Method Details</h3>
195
195
Returns:
196
196
An object of the form:
197
197
198
- { # Response message containing the list of storage volume snapshots.
198
+ { # Response message containing the list of volume snapshots.
199
199
"nextPageToken": "A String", # A token identifying a page of results from the server.
200
200
"unreachable": [ # Locations that could not be reached.
201
201
"A String",
202
202
],
203
- "volumeSnapshots": [ # The list of storage volumes .
204
- { # Snapshot registered for a given storage volume .
205
- "createTime": "A String", # Output only. The creation time of the storage volume snapshot.
206
- "description": "A String", # The description of the storage volume snapshot.
207
- "id": "A String", # An identifier for the snapshot, generated by the backend.
208
- "name": "A String", # Output only. The name of the storage volume snapshot.
209
- "sizeBytes ": "A String", # The size of the storage volume snapshot, in bytes .
210
- "storageVolume ": "A String", # The storage volume this snapshot belongs to .
203
+ "volumeSnapshots": [ # The list of snapshots .
204
+ { # A snapshot of a volume. Only boot volumes can have snapshots .
205
+ "createTime": "A String", # Output only. The creation time of the snapshot.
206
+ "description": "A String", # The description of the snapshot.
207
+ "id": "A String", # Output only. An identifier for the snapshot, generated by the backend.
208
+ "name": "A String", # The name of the snapshot.
209
+ "storageVolume ": "A String", # Output only. The name of the volume which this snapshot belongs to .
210
+ "type ": "A String", # Output only. The type of the snapshot which indicates whether it was scheduled or manual/ad-hoc .
211
211
},
212
212
],
213
213
}</ pre >
214
214
</ div >
215
215
216
216
< div class ="method ">
217
- < code class ="details " id ="list_next "> list_next(previous_request, previous_response )</ code >
217
+ < code class ="details " id ="list_next "> list_next()</ code >
218
218
< pre > Retrieves the next page of results.
219
219
220
- Args:
221
- previous_request: The request for the previous page. (required)
222
- previous_response: The response from the request for the previous page. (required)
220
+ Args:
221
+ previous_request: The request for the previous page. (required)
222
+ previous_response: The response from the request for the previous page. (required)
223
223
224
- Returns:
225
- A request object that you can call 'execute()' on to request the next
226
- page. Returns None if there are no more items in the collection.
227
- </ pre >
224
+ Returns:
225
+ A request object that you can call 'execute()' on to request the next
226
+ page. Returns None if there are no more items in the collection.
227
+ </ pre >
228
228
</ div >
229
229
230
230
< div class ="method ">
231
231
< code class ="details " id ="restoreVolumeSnapshot "> restoreVolumeSnapshot(volumeSnapshot, body=None, x__xgafv=None)</ code >
232
- < pre > Restore a storage volume snapshot to its containing volume.
232
+ < pre > Uses the specified snapshot to restore its parent volume. Returns INVALID_ARGUMENT if called for a non-boot volume.
233
233
234
234
Args:
235
- volumeSnapshot: string, Required. Name of the resource . (required)
235
+ volumeSnapshot: string, Required. Name of the snapshot which will be used to restore its parent volume . (required)
236
236
body: object, The request body.
237
237
The object takes the form of:
238
238
0 commit comments