1<html><body> 2<style> 3 4body, h1, h2, h3, div, span, p, pre, a { 5 margin: 0; 6 padding: 0; 7 border: 0; 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 13} 14 15body { 16 font-size: 13px; 17 padding: 1em; 18} 19 20h1 { 21 font-size: 26px; 22 margin-bottom: 1em; 23} 24 25h2 { 26 font-size: 24px; 27 margin-bottom: 1em; 28} 29 30h3 { 31 font-size: 20px; 32 margin-bottom: 1em; 33 margin-top: 1em; 34} 35 36pre, code { 37 line-height: 1.5; 38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; 39} 40 41pre { 42 margin-top: 0.5em; 43} 44 45h1, h2, h3, p { 46 font-family: Arial, sans serif; 47} 48 49h1, h2, h3 { 50 border-bottom: solid #CCC 1px; 51} 52 53.toc_element { 54 margin-top: 0.5em; 55} 56 57.firstline { 58 margin-left: 2 em; 59} 60 61.method { 62 margin-top: 1em; 63 border: solid 1px #CCC; 64 padding: 1em; 65 background: #EEE; 66} 67 68.details { 69 font-weight: bold; 70 font-size: 14px; 71} 72 73</style> 74 75<h1><a href="compute_alpha.html">Compute Engine API</a> . <a href="compute_alpha.publicDelegatedPrefixes.html">publicDelegatedPrefixes</a></h1> 76<h2>Instance Methods</h2> 77<p class="toc_element"> 78 <code><a href="#aggregatedList">aggregatedList(project, filter=None, includeAllScopes=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p> 79<p class="firstline">Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes.</p> 80<p class="toc_element"> 81 <code><a href="#aggregatedList_next">aggregatedList_next(previous_request, previous_response)</a></code></p> 82<p class="firstline">Retrieves the next page of results.</p> 83<p class="toc_element"> 84 <code><a href="#close">close()</a></code></p> 85<p class="firstline">Close httplib2 connections.</p> 86<p class="toc_element"> 87 <code><a href="#delete">delete(project, region, publicDelegatedPrefix, requestId=None, x__xgafv=None)</a></code></p> 88<p class="firstline">Deletes the specified PublicDelegatedPrefix in the given region.</p> 89<p class="toc_element"> 90 <code><a href="#get">get(project, region, publicDelegatedPrefix, x__xgafv=None)</a></code></p> 91<p class="firstline">Returns the specified PublicDelegatedPrefix resource in the given region.</p> 92<p class="toc_element"> 93 <code><a href="#insert">insert(project, region, body=None, requestId=None, x__xgafv=None)</a></code></p> 94<p class="firstline">Creates a PublicDelegatedPrefix in the specified project in the given region using the parameters that are included in the request.</p> 95<p class="toc_element"> 96 <code><a href="#list">list(project, region, filter=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p> 97<p class="firstline">Lists the PublicDelegatedPrefixes for a project in the given region.</p> 98<p class="toc_element"> 99 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> 100<p class="firstline">Retrieves the next page of results.</p> 101<p class="toc_element"> 102 <code><a href="#patch">patch(project, region, publicDelegatedPrefix, body=None, requestId=None, x__xgafv=None)</a></code></p> 103<p class="firstline">Patches the specified PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.</p> 104<h3>Method Details</h3> 105<div class="method"> 106 <code class="details" id="aggregatedList">aggregatedList(project, filter=None, includeAllScopes=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code> 107 <pre>Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes. 108 109Args: 110 project: string, Name of the project scoping this request. (required) 111 filter: string, A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` 112 includeAllScopes: boolean, Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included. 113 maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`) 114 orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. 115 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. 116 returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. 117 x__xgafv: string, V1 error format. 118 Allowed values 119 1 - v1 error format 120 2 - v2 error format 121 122Returns: 123 An object of the form: 124 125 { 126 "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server. 127 "items": { # A list of PublicDelegatedPrefixesScopedList resources. 128 "a_key": { # [Output Only] Name of the scope containing this set of PublicDelegatedPrefixes. 129 "publicDelegatedPrefixes": [ # [Output Only] A list of PublicDelegatedPrefixes contained in this scope. 130 { # A PublicDelegatedPrefix resource represents an IP block within a PublicAdvertisedPrefix that is configured within a single cloud scope (global or region). IPs in the block can be allocated to resources within that scope. Public delegated prefixes may be further broken up into smaller IP blocks in the same scope as the parent block. 131 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format. 132 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 133 "fingerprint": "A String", # Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix. 134 "id": "A String", # [Output Only] The unique identifier for the resource type. The server generates this identifier. 135 "ipCidrRange": "A String", # The IPv4 address range, in CIDR format, represented by this public delegated prefix. 136 "isLiveMigration": True or False, # If true, the prefix will be live migrated. 137 "kind": "compute#publicDelegatedPrefix", # [Output Only] Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes. 138 "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. 139 "parentPrefix": "A String", # The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix. 140 "publicDelegatedSubPrefixs": [ # The list of sub public delegated prefixes that exist for this public delegated prefix. 141 { # Represents a sub PublicDelegatedPrefix. 142 "delegateeProject": "A String", # Name of the project scoping this PublicDelegatedSubPrefix. 143 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 144 "ipCidrRange": "A String", # The IPv4 address range, in CIDR format, represented by this sub public delegated prefix. 145 "isAddress": True or False, # Whether the sub prefix is delegated to create Address resources in the delegatee project. 146 "name": "A String", # The name of the sub public delegated prefix. 147 "region": "A String", # [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global. 148 "status": "A String", # [Output Only] The status of the sub public delegated prefix. 149 }, 150 ], 151 "region": "A String", # [Output Only] URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. 152 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 153 "selfLinkWithId": "A String", # [Output Only] Server-defined URL with id for the resource. 154 "status": "A String", # [Output Only] The status of the public delegated prefix, which can be one of following values: - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be created yet. - `READY_TO_ANNOUNCE` The public delegated prefix is a live migration prefix and is active. - `ANNOUNCED` The public delegated prefix is active. - `DELETING` The public delegated prefix is being deprovsioned. 155 }, 156 ], 157 "warning": { # [Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty. 158 "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. 159 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } 160 { 161 "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding). 162 "value": "A String", # [Output Only] A warning data value corresponding to the key. 163 }, 164 ], 165 "message": "A String", # [Output Only] A human-readable description of the warning code. 166 }, 167 }, 168 }, 169 "kind": "compute#publicDelegatedPrefixAggregatedList", # [Output Only] Type of the resource. Always compute#publicDelegatedPrefixAggregatedList for aggregated lists of public delegated prefixes. 170 "nextPageToken": "A String", # [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results. 171 "selfLink": "A String", # [Output Only] Server-defined URL for this resource. 172 "unreachables": [ # [Output Only] Unreachable resources. 173 "A String", 174 ], 175 "warning": { # [Output Only] Informational warning message. 176 "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. 177 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } 178 { 179 "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding). 180 "value": "A String", # [Output Only] A warning data value corresponding to the key. 181 }, 182 ], 183 "message": "A String", # [Output Only] A human-readable description of the warning code. 184 }, 185}</pre> 186</div> 187 188<div class="method"> 189 <code class="details" id="aggregatedList_next">aggregatedList_next(previous_request, previous_response)</code> 190 <pre>Retrieves the next page of results. 191 192Args: 193 previous_request: The request for the previous page. (required) 194 previous_response: The response from the request for the previous page. (required) 195 196Returns: 197 A request object that you can call 'execute()' on to request the next 198 page. Returns None if there are no more items in the collection. 199 </pre> 200</div> 201 202<div class="method"> 203 <code class="details" id="close">close()</code> 204 <pre>Close httplib2 connections.</pre> 205</div> 206 207<div class="method"> 208 <code class="details" id="delete">delete(project, region, publicDelegatedPrefix, requestId=None, x__xgafv=None)</code> 209 <pre>Deletes the specified PublicDelegatedPrefix in the given region. 210 211Args: 212 project: string, Project ID for this request. (required) 213 region: string, Name of the region of this request. (required) 214 publicDelegatedPrefix: string, Name of the PublicDelegatedPrefix resource to delete. (required) 215 requestId: string, An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). 216 x__xgafv: string, V1 error format. 217 Allowed values 218 1 - v1 error format 219 2 - v2 error format 220 221Returns: 222 An object of the form: 223 224 { # Represents an Operation resource. Google Compute Engine has three Operation resources: * [Global](/compute/docs/reference/rest/alpha/globalOperations) * [Regional](/compute/docs/reference/rest/alpha/regionOperations) * [Zonal](/compute/docs/reference/rest/alpha/zoneOperations) You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses. Operations can be global, regional or zonal. - For global operations, use the `globalOperations` resource. - For regional operations, use the `regionOperations` resource. - For zonal operations, use the `zonalOperations` resource. For more information, read Global, Regional, and Zonal Resources. 225 "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. 226 "creationTimestamp": "A String", # [Deprecated] This field is deprecated. 227 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created. 228 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format. 229 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated. 230 "errors": [ # [Output Only] The array of errors encountered while processing this operation. 231 { 232 "code": "A String", # [Output Only] The error type identifier for this error. 233 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional. 234 "message": "A String", # [Output Only] An optional, human-readable error message. 235 }, 236 ], 237 }, 238 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`. 239 "httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found. 240 "id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server. 241 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format. 242 "kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources. 243 "metadata": { # [Output Only] Service-specific metadata attached to this operation. 244 "a_key": "", # Properties of the object. Contains field @type with type URL. 245 }, 246 "name": "A String", # [Output Only] Name of the operation. 247 "operationGroupId": "A String", # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request. 248 "operationType": "A String", # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on. 249 "progress": 42, # [Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses. 250 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations. 251 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 252 "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id. 253 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. 254 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`. 255 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation. 256 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. 257 "targetLink": "A String", # [Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from. 258 "user": "A String", # [Output Only] User who requested the operation, for example: `[email protected]`. 259 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated. 260 { 261 "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. 262 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } 263 { 264 "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding). 265 "value": "A String", # [Output Only] A warning data value corresponding to the key. 266 }, 267 ], 268 "message": "A String", # [Output Only] A human-readable description of the warning code. 269 }, 270 ], 271 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. 272}</pre> 273</div> 274 275<div class="method"> 276 <code class="details" id="get">get(project, region, publicDelegatedPrefix, x__xgafv=None)</code> 277 <pre>Returns the specified PublicDelegatedPrefix resource in the given region. 278 279Args: 280 project: string, Project ID for this request. (required) 281 region: string, Name of the region of this request. (required) 282 publicDelegatedPrefix: string, Name of the PublicDelegatedPrefix resource to return. (required) 283 x__xgafv: string, V1 error format. 284 Allowed values 285 1 - v1 error format 286 2 - v2 error format 287 288Returns: 289 An object of the form: 290 291 { # A PublicDelegatedPrefix resource represents an IP block within a PublicAdvertisedPrefix that is configured within a single cloud scope (global or region). IPs in the block can be allocated to resources within that scope. Public delegated prefixes may be further broken up into smaller IP blocks in the same scope as the parent block. 292 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format. 293 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 294 "fingerprint": "A String", # Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix. 295 "id": "A String", # [Output Only] The unique identifier for the resource type. The server generates this identifier. 296 "ipCidrRange": "A String", # The IPv4 address range, in CIDR format, represented by this public delegated prefix. 297 "isLiveMigration": True or False, # If true, the prefix will be live migrated. 298 "kind": "compute#publicDelegatedPrefix", # [Output Only] Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes. 299 "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. 300 "parentPrefix": "A String", # The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix. 301 "publicDelegatedSubPrefixs": [ # The list of sub public delegated prefixes that exist for this public delegated prefix. 302 { # Represents a sub PublicDelegatedPrefix. 303 "delegateeProject": "A String", # Name of the project scoping this PublicDelegatedSubPrefix. 304 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 305 "ipCidrRange": "A String", # The IPv4 address range, in CIDR format, represented by this sub public delegated prefix. 306 "isAddress": True or False, # Whether the sub prefix is delegated to create Address resources in the delegatee project. 307 "name": "A String", # The name of the sub public delegated prefix. 308 "region": "A String", # [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global. 309 "status": "A String", # [Output Only] The status of the sub public delegated prefix. 310 }, 311 ], 312 "region": "A String", # [Output Only] URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. 313 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 314 "selfLinkWithId": "A String", # [Output Only] Server-defined URL with id for the resource. 315 "status": "A String", # [Output Only] The status of the public delegated prefix, which can be one of following values: - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be created yet. - `READY_TO_ANNOUNCE` The public delegated prefix is a live migration prefix and is active. - `ANNOUNCED` The public delegated prefix is active. - `DELETING` The public delegated prefix is being deprovsioned. 316}</pre> 317</div> 318 319<div class="method"> 320 <code class="details" id="insert">insert(project, region, body=None, requestId=None, x__xgafv=None)</code> 321 <pre>Creates a PublicDelegatedPrefix in the specified project in the given region using the parameters that are included in the request. 322 323Args: 324 project: string, Project ID for this request. (required) 325 region: string, Name of the region of this request. (required) 326 body: object, The request body. 327 The object takes the form of: 328 329{ # A PublicDelegatedPrefix resource represents an IP block within a PublicAdvertisedPrefix that is configured within a single cloud scope (global or region). IPs in the block can be allocated to resources within that scope. Public delegated prefixes may be further broken up into smaller IP blocks in the same scope as the parent block. 330 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format. 331 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 332 "fingerprint": "A String", # Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix. 333 "id": "A String", # [Output Only] The unique identifier for the resource type. The server generates this identifier. 334 "ipCidrRange": "A String", # The IPv4 address range, in CIDR format, represented by this public delegated prefix. 335 "isLiveMigration": True or False, # If true, the prefix will be live migrated. 336 "kind": "compute#publicDelegatedPrefix", # [Output Only] Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes. 337 "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. 338 "parentPrefix": "A String", # The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix. 339 "publicDelegatedSubPrefixs": [ # The list of sub public delegated prefixes that exist for this public delegated prefix. 340 { # Represents a sub PublicDelegatedPrefix. 341 "delegateeProject": "A String", # Name of the project scoping this PublicDelegatedSubPrefix. 342 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 343 "ipCidrRange": "A String", # The IPv4 address range, in CIDR format, represented by this sub public delegated prefix. 344 "isAddress": True or False, # Whether the sub prefix is delegated to create Address resources in the delegatee project. 345 "name": "A String", # The name of the sub public delegated prefix. 346 "region": "A String", # [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global. 347 "status": "A String", # [Output Only] The status of the sub public delegated prefix. 348 }, 349 ], 350 "region": "A String", # [Output Only] URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. 351 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 352 "selfLinkWithId": "A String", # [Output Only] Server-defined URL with id for the resource. 353 "status": "A String", # [Output Only] The status of the public delegated prefix, which can be one of following values: - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be created yet. - `READY_TO_ANNOUNCE` The public delegated prefix is a live migration prefix and is active. - `ANNOUNCED` The public delegated prefix is active. - `DELETING` The public delegated prefix is being deprovsioned. 354} 355 356 requestId: string, An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). 357 x__xgafv: string, V1 error format. 358 Allowed values 359 1 - v1 error format 360 2 - v2 error format 361 362Returns: 363 An object of the form: 364 365 { # Represents an Operation resource. Google Compute Engine has three Operation resources: * [Global](/compute/docs/reference/rest/alpha/globalOperations) * [Regional](/compute/docs/reference/rest/alpha/regionOperations) * [Zonal](/compute/docs/reference/rest/alpha/zoneOperations) You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses. Operations can be global, regional or zonal. - For global operations, use the `globalOperations` resource. - For regional operations, use the `regionOperations` resource. - For zonal operations, use the `zonalOperations` resource. For more information, read Global, Regional, and Zonal Resources. 366 "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. 367 "creationTimestamp": "A String", # [Deprecated] This field is deprecated. 368 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created. 369 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format. 370 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated. 371 "errors": [ # [Output Only] The array of errors encountered while processing this operation. 372 { 373 "code": "A String", # [Output Only] The error type identifier for this error. 374 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional. 375 "message": "A String", # [Output Only] An optional, human-readable error message. 376 }, 377 ], 378 }, 379 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`. 380 "httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found. 381 "id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server. 382 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format. 383 "kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources. 384 "metadata": { # [Output Only] Service-specific metadata attached to this operation. 385 "a_key": "", # Properties of the object. Contains field @type with type URL. 386 }, 387 "name": "A String", # [Output Only] Name of the operation. 388 "operationGroupId": "A String", # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request. 389 "operationType": "A String", # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on. 390 "progress": 42, # [Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses. 391 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations. 392 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 393 "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id. 394 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. 395 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`. 396 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation. 397 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. 398 "targetLink": "A String", # [Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from. 399 "user": "A String", # [Output Only] User who requested the operation, for example: `[email protected]`. 400 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated. 401 { 402 "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. 403 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } 404 { 405 "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding). 406 "value": "A String", # [Output Only] A warning data value corresponding to the key. 407 }, 408 ], 409 "message": "A String", # [Output Only] A human-readable description of the warning code. 410 }, 411 ], 412 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. 413}</pre> 414</div> 415 416<div class="method"> 417 <code class="details" id="list">list(project, region, filter=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code> 418 <pre>Lists the PublicDelegatedPrefixes for a project in the given region. 419 420Args: 421 project: string, Project ID for this request. (required) 422 region: string, Name of the region of this request. (required) 423 filter: string, A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` 424 maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`) 425 orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. 426 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. 427 returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. 428 x__xgafv: string, V1 error format. 429 Allowed values 430 1 - v1 error format 431 2 - v2 error format 432 433Returns: 434 An object of the form: 435 436 { 437 "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server. 438 "items": [ # A list of PublicDelegatedPrefix resources. 439 { # A PublicDelegatedPrefix resource represents an IP block within a PublicAdvertisedPrefix that is configured within a single cloud scope (global or region). IPs in the block can be allocated to resources within that scope. Public delegated prefixes may be further broken up into smaller IP blocks in the same scope as the parent block. 440 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format. 441 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 442 "fingerprint": "A String", # Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix. 443 "id": "A String", # [Output Only] The unique identifier for the resource type. The server generates this identifier. 444 "ipCidrRange": "A String", # The IPv4 address range, in CIDR format, represented by this public delegated prefix. 445 "isLiveMigration": True or False, # If true, the prefix will be live migrated. 446 "kind": "compute#publicDelegatedPrefix", # [Output Only] Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes. 447 "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. 448 "parentPrefix": "A String", # The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix. 449 "publicDelegatedSubPrefixs": [ # The list of sub public delegated prefixes that exist for this public delegated prefix. 450 { # Represents a sub PublicDelegatedPrefix. 451 "delegateeProject": "A String", # Name of the project scoping this PublicDelegatedSubPrefix. 452 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 453 "ipCidrRange": "A String", # The IPv4 address range, in CIDR format, represented by this sub public delegated prefix. 454 "isAddress": True or False, # Whether the sub prefix is delegated to create Address resources in the delegatee project. 455 "name": "A String", # The name of the sub public delegated prefix. 456 "region": "A String", # [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global. 457 "status": "A String", # [Output Only] The status of the sub public delegated prefix. 458 }, 459 ], 460 "region": "A String", # [Output Only] URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. 461 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 462 "selfLinkWithId": "A String", # [Output Only] Server-defined URL with id for the resource. 463 "status": "A String", # [Output Only] The status of the public delegated prefix, which can be one of following values: - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be created yet. - `READY_TO_ANNOUNCE` The public delegated prefix is a live migration prefix and is active. - `ANNOUNCED` The public delegated prefix is active. - `DELETING` The public delegated prefix is being deprovsioned. 464 }, 465 ], 466 "kind": "compute#publicDelegatedPrefixList", # [Output Only] Type of the resource. Always compute#publicDelegatedPrefixList for public delegated prefixes. 467 "nextPageToken": "A String", # [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results. 468 "selfLink": "A String", # [Output Only] Server-defined URL for this resource. 469 "warning": { # [Output Only] Informational warning message. 470 "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. 471 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } 472 { 473 "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding). 474 "value": "A String", # [Output Only] A warning data value corresponding to the key. 475 }, 476 ], 477 "message": "A String", # [Output Only] A human-readable description of the warning code. 478 }, 479}</pre> 480</div> 481 482<div class="method"> 483 <code class="details" id="list_next">list_next(previous_request, previous_response)</code> 484 <pre>Retrieves the next page of results. 485 486Args: 487 previous_request: The request for the previous page. (required) 488 previous_response: The response from the request for the previous page. (required) 489 490Returns: 491 A request object that you can call 'execute()' on to request the next 492 page. Returns None if there are no more items in the collection. 493 </pre> 494</div> 495 496<div class="method"> 497 <code class="details" id="patch">patch(project, region, publicDelegatedPrefix, body=None, requestId=None, x__xgafv=None)</code> 498 <pre>Patches the specified PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. 499 500Args: 501 project: string, Project ID for this request. (required) 502 region: string, Name of the region for this request. (required) 503 publicDelegatedPrefix: string, Name of the PublicDelegatedPrefix resource to patch. (required) 504 body: object, The request body. 505 The object takes the form of: 506 507{ # A PublicDelegatedPrefix resource represents an IP block within a PublicAdvertisedPrefix that is configured within a single cloud scope (global or region). IPs in the block can be allocated to resources within that scope. Public delegated prefixes may be further broken up into smaller IP blocks in the same scope as the parent block. 508 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format. 509 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 510 "fingerprint": "A String", # Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix. 511 "id": "A String", # [Output Only] The unique identifier for the resource type. The server generates this identifier. 512 "ipCidrRange": "A String", # The IPv4 address range, in CIDR format, represented by this public delegated prefix. 513 "isLiveMigration": True or False, # If true, the prefix will be live migrated. 514 "kind": "compute#publicDelegatedPrefix", # [Output Only] Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes. 515 "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. 516 "parentPrefix": "A String", # The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix. 517 "publicDelegatedSubPrefixs": [ # The list of sub public delegated prefixes that exist for this public delegated prefix. 518 { # Represents a sub PublicDelegatedPrefix. 519 "delegateeProject": "A String", # Name of the project scoping this PublicDelegatedSubPrefix. 520 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 521 "ipCidrRange": "A String", # The IPv4 address range, in CIDR format, represented by this sub public delegated prefix. 522 "isAddress": True or False, # Whether the sub prefix is delegated to create Address resources in the delegatee project. 523 "name": "A String", # The name of the sub public delegated prefix. 524 "region": "A String", # [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global. 525 "status": "A String", # [Output Only] The status of the sub public delegated prefix. 526 }, 527 ], 528 "region": "A String", # [Output Only] URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. 529 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 530 "selfLinkWithId": "A String", # [Output Only] Server-defined URL with id for the resource. 531 "status": "A String", # [Output Only] The status of the public delegated prefix, which can be one of following values: - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be created yet. - `READY_TO_ANNOUNCE` The public delegated prefix is a live migration prefix and is active. - `ANNOUNCED` The public delegated prefix is active. - `DELETING` The public delegated prefix is being deprovsioned. 532} 533 534 requestId: string, An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). 535 x__xgafv: string, V1 error format. 536 Allowed values 537 1 - v1 error format 538 2 - v2 error format 539 540Returns: 541 An object of the form: 542 543 { # Represents an Operation resource. Google Compute Engine has three Operation resources: * [Global](/compute/docs/reference/rest/alpha/globalOperations) * [Regional](/compute/docs/reference/rest/alpha/regionOperations) * [Zonal](/compute/docs/reference/rest/alpha/zoneOperations) You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses. Operations can be global, regional or zonal. - For global operations, use the `globalOperations` resource. - For regional operations, use the `regionOperations` resource. - For zonal operations, use the `zonalOperations` resource. For more information, read Global, Regional, and Zonal Resources. 544 "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. 545 "creationTimestamp": "A String", # [Deprecated] This field is deprecated. 546 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created. 547 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format. 548 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated. 549 "errors": [ # [Output Only] The array of errors encountered while processing this operation. 550 { 551 "code": "A String", # [Output Only] The error type identifier for this error. 552 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional. 553 "message": "A String", # [Output Only] An optional, human-readable error message. 554 }, 555 ], 556 }, 557 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`. 558 "httpErrorStatusCode": 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found. 559 "id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server. 560 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format. 561 "kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources. 562 "metadata": { # [Output Only] Service-specific metadata attached to this operation. 563 "a_key": "", # Properties of the object. Contains field @type with type URL. 564 }, 565 "name": "A String", # [Output Only] Name of the operation. 566 "operationGroupId": "A String", # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request. 567 "operationType": "A String", # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on. 568 "progress": 42, # [Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses. 569 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations. 570 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 571 "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id. 572 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. 573 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`. 574 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation. 575 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. 576 "targetLink": "A String", # [Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from. 577 "user": "A String", # [Output Only] User who requested the operation, for example: `[email protected]`. 578 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated. 579 { 580 "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. 581 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } 582 { 583 "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding). 584 "value": "A String", # [Output Only] A warning data value corresponding to the key. 585 }, 586 ], 587 "message": "A String", # [Output Only] A human-readable description of the warning code. 588 }, 589 ], 590 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. 591}</pre> 592</div> 593 594</body></html>