You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/compute_alpha.acceleratorTypes.html
+32-2Lines changed: 32 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ <h3>Method Details</h3>
114
114
115
115
Currently, only sorting by `name` or `creationTimestamp desc` is supported.
116
116
pageToken: string, Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
117
-
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.
117
+
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
118
118
119
119
Returns:
120
120
An object of the form:
@@ -134,6 +134,16 @@ <h3>Method Details</h3>
134
134
"obsolete": "A String", # An optional RFC3339 timestamp on or after which the state of this resource is intended to change to OBSOLETE. This is only informational and the status will not change unless the client explicitly changes it.
135
135
"replacement": "A String", # The URL of the suggested replacement for a deprecated resource. The suggested replacement resource must be the same kind of resource as the deprecated resource.
136
136
"state": "A String", # The deprecation state of this resource. This can be ACTIVE, DEPRECATED, OBSOLETE, or DELETED. Operations which communicate the end of life date for an image, can use ACTIVE. Operations which create a new resource using a DEPRECATED resource will return successfully, but with a warning indicating the deprecated resource and recommending its replacement. Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.
137
+
"stateOverride": { # A rollout policy configuration. # The rollout policy of this deprecation. This policy is only enforced by image family views. The rollout policy restricts the zones where the associated resource is considered in a deprecated state. When the rollout policy does not include the user specified zone, or if the zone is rolled out, the associated resource is considered in a deprecated state.
138
+
"defaultRolloutTime": "A String", # An optional RFC3339 timestamp on or after which the update is considered rolled out to any zone that is not explicitly stated.
139
+
"locationRolloutPolicies": { # Location based rollout policies to apply to the resource.
140
+
#
141
+
# Currently only zone names are supported and must be represented as valid URLs, like: zones/us-central1-a.
142
+
#
143
+
# The value expects an RFC3339 timestamp on or after which the update is considered rolled out to the specified location.
144
+
"a_key": "A String",
145
+
},
146
+
},
137
147
},
138
148
"description": "A String", # [Output Only] An optional textual description of the resource.
139
149
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
@@ -219,6 +229,16 @@ <h3>Method Details</h3>
219
229
"obsolete": "A String", # An optional RFC3339 timestamp on or after which the state of this resource is intended to change to OBSOLETE. This is only informational and the status will not change unless the client explicitly changes it.
220
230
"replacement": "A String", # The URL of the suggested replacement for a deprecated resource. The suggested replacement resource must be the same kind of resource as the deprecated resource.
221
231
"state": "A String", # The deprecation state of this resource. This can be ACTIVE, DEPRECATED, OBSOLETE, or DELETED. Operations which communicate the end of life date for an image, can use ACTIVE. Operations which create a new resource using a DEPRECATED resource will return successfully, but with a warning indicating the deprecated resource and recommending its replacement. Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.
232
+
"stateOverride": { # A rollout policy configuration. # The rollout policy of this deprecation. This policy is only enforced by image family views. The rollout policy restricts the zones where the associated resource is considered in a deprecated state. When the rollout policy does not include the user specified zone, or if the zone is rolled out, the associated resource is considered in a deprecated state.
233
+
"defaultRolloutTime": "A String", # An optional RFC3339 timestamp on or after which the update is considered rolled out to any zone that is not explicitly stated.
234
+
"locationRolloutPolicies": { # Location based rollout policies to apply to the resource.
235
+
#
236
+
# Currently only zone names are supported and must be represented as valid URLs, like: zones/us-central1-a.
237
+
#
238
+
# The value expects an RFC3339 timestamp on or after which the update is considered rolled out to the specified location.
239
+
"a_key": "A String",
240
+
},
241
+
},
222
242
},
223
243
"description": "A String", # [Output Only] An optional textual description of the resource.
224
244
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
@@ -252,7 +272,7 @@ <h3>Method Details</h3>
252
272
253
273
Currently, only sorting by `name` or `creationTimestamp desc` is supported.
254
274
pageToken: string, Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
255
-
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.
275
+
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
256
276
257
277
Returns:
258
278
An object of the form:
@@ -270,6 +290,16 @@ <h3>Method Details</h3>
270
290
"obsolete": "A String", # An optional RFC3339 timestamp on or after which the state of this resource is intended to change to OBSOLETE. This is only informational and the status will not change unless the client explicitly changes it.
271
291
"replacement": "A String", # The URL of the suggested replacement for a deprecated resource. The suggested replacement resource must be the same kind of resource as the deprecated resource.
272
292
"state": "A String", # The deprecation state of this resource. This can be ACTIVE, DEPRECATED, OBSOLETE, or DELETED. Operations which communicate the end of life date for an image, can use ACTIVE. Operations which create a new resource using a DEPRECATED resource will return successfully, but with a warning indicating the deprecated resource and recommending its replacement. Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.
293
+
"stateOverride": { # A rollout policy configuration. # The rollout policy of this deprecation. This policy is only enforced by image family views. The rollout policy restricts the zones where the associated resource is considered in a deprecated state. When the rollout policy does not include the user specified zone, or if the zone is rolled out, the associated resource is considered in a deprecated state.
294
+
"defaultRolloutTime": "A String", # An optional RFC3339 timestamp on or after which the update is considered rolled out to any zone that is not explicitly stated.
295
+
"locationRolloutPolicies": { # Location based rollout policies to apply to the resource.
296
+
#
297
+
# Currently only zone names are supported and must be represented as valid URLs, like: zones/us-central1-a.
298
+
#
299
+
# The value expects an RFC3339 timestamp on or after which the update is considered rolled out to the specified location.
300
+
"a_key": "A String",
301
+
},
302
+
},
273
303
},
274
304
"description": "A String", # [Output Only] An optional textual description of the resource.
275
305
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
0 commit comments