• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.regionHealthCheckServices.html">regionHealthCheckServices</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#delete">delete(project, region, healthCheckService, requestId=None)</a></code></p>
79<p class="firstline">Deletes the specified regional HealthCheckService.</p>
80<p class="toc_element">
81  <code><a href="#get">get(project, region, healthCheckService)</a></code></p>
82<p class="firstline">Returns the specified regional HealthCheckService resource.</p>
83<p class="toc_element">
84  <code><a href="#insert">insert(project, region, body, requestId=None)</a></code></p>
85<p class="firstline">Creates a regional HealthCheckService resource in the specified project and region using the data included in the request.</p>
86<p class="toc_element">
87  <code><a href="#list">list(project, region, orderBy=None, maxResults=None, pageToken=None, filter=None)</a></code></p>
88<p class="firstline">Lists all the HealthCheckService resources that have been configured for the specified project in the given region.</p>
89<p class="toc_element">
90  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
91<p class="firstline">Retrieves the next page of results.</p>
92<p class="toc_element">
93  <code><a href="#testIamPermissions">testIamPermissions(project, region, resource, body)</a></code></p>
94<p class="firstline">Returns permissions that a caller has on the specified resource.</p>
95<h3>Method Details</h3>
96<div class="method">
97    <code class="details" id="delete">delete(project, region, healthCheckService, requestId=None)</code>
98  <pre>Deletes the specified regional HealthCheckService.
99
100Args:
101  project: string, Project ID for this request. (required)
102  region: string, Name of the region scoping this request. (required)
103  healthCheckService: string, Name of the HealthCheckService to delete. The name must be 1-63 characters long, and comply with RFC1035. (required)
104  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.
105
106For 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.
107
108The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
109
110Returns:
111  An object of the form:
112
113    { # Represents an Operation resource.
114      #
115      # You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses.
116      #
117      # Operations can be global, regional or zonal.
118      # - For global operations, use the globalOperations resource.
119      # - For regional operations, use the regionOperations resource.
120      # - For zonal operations, use the zonalOperations resource.
121      #
122      # For more information, read  Global, Regional, and Zonal Resources. (== resource_for v1.globalOperations ==) (== resource_for beta.globalOperations ==) (== resource_for v1.regionOperations ==) (== resource_for beta.regionOperations ==) (== resource_for v1.zoneOperations ==) (== resource_for beta.zoneOperations ==)
123    "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
124    "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.
125    "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
126    "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
127    "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
128    "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
129    "operationType": "A String", # [Output Only] The type of operation, such as insert, update, or delete, and so on.
130    "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
131    "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.
132    "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.
133    "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation.
134    "status": "A String", # [Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.
135    "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created.
136    "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated.
137      {
138        "message": "A String", # [Output Only] A human-readable description of the warning code.
139        "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.
140        "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
141            # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
142          {
143            "value": "A String", # [Output Only] A warning data value corresponding to the key.
144            "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).
145          },
146        ],
147      },
148    ],
149    "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id.
150    "user": "A String", # [Output Only] User who requested the operation, for example: user@example.com.
151    "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.
152    "kind": "compute#operation", # [Output Only] Type of the resource. Always compute#operation for Operation resources.
153    "name": "A String", # [Output Only] Name of the resource.
154    "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
155    "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated.
156      "errors": [ # [Output Only] The array of errors encountered while processing this operation.
157        {
158          "message": "A String", # [Output Only] An optional, human-readable error message.
159          "code": "A String", # [Output Only] The error type identifier for this error.
160          "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional.
161        },
162      ],
163    },
164    "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format.
165    "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
166    "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.
167  }</pre>
168</div>
169
170<div class="method">
171    <code class="details" id="get">get(project, region, healthCheckService)</code>
172  <pre>Returns the specified regional HealthCheckService resource.
173
174Args:
175  project: string, Project ID for this request. (required)
176  region: string, Name of the region scoping this request. (required)
177  healthCheckService: string, Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035. (required)
178
179Returns:
180  An object of the form:
181
182    { # A HealthCheckService defines a set of backends on which to perform periodic health checks and an endpoint to which to send notification of changes in the health status of the backends.
183      "kind": "compute#healthCheckService", # [Output only] Type of the resource. Always compute#healthCheckServicefor health check services.
184      "networkEndpointGroups": [ # List of URLs to the NetworkEndpointGroup resources. Must not have more than 100. For regional HealthCheckService, NEGs must be in zones in the region of the HealthCheckService.
185        "A String",
186      ],
187      "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
188      "notificationEndpoints": [ # List of URLs to the NotificationEndpoint resources. Must not have more than 10. A list of endpoints for receiving notifications of change in health status. For regional HealthCheckService, NotificationEndpoint must be regional and in the same region. For global HealthCheckService, NotificationEndpoint must be global.
189        "A String",
190      ],
191      "region": "A String", # [Output Only] URL of the region where the health check service resides. This field is not applicable to global health check services. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
192      "selfLinkWithId": "A String", # [Output Only] Server-defined URL with id for the resource.
193      "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
194      "healthChecks": [ # List of URLs to the HealthCheck resources. Must have at least one HealthCheck, and not more than 10. HealthCheck resources must have portSpecification=USE_SERVING_PORT. For regional HealthCheckService, the HealthCheck must be regional and in the same region. For global HealthCheckService, HealthCheck must be global. Mix of regional and global HealthChecks is not supported. Multiple regional HealthChecks must belong to the same region. Regional HealthChecks</code? must belong to the same region as zones of NEGs.
195        "A String",
196      ],
197      "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
198      "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
199      "healthStatusAggregationStrategy": "A String", # Policy for how the results from multiple health checks for the same endpoint are aggregated.
200          # - NO_AGGREGATION. An EndpointHealth message is returned for each backend in the health check service.
201          # - AND. If any backend's health check reports UNHEALTHY, then UNHEALTHY is the HealthState of the entire health check service. If all backend's are healthy, the HealthState of the health check service is HEALTHY. .
202      "name": "A String", # Name of the resource. 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.
203    }</pre>
204</div>
205
206<div class="method">
207    <code class="details" id="insert">insert(project, region, body, requestId=None)</code>
208  <pre>Creates a regional HealthCheckService resource in the specified project and region using the data included in the request.
209
210Args:
211  project: string, Project ID for this request. (required)
212  region: string, Name of the region scoping this request. (required)
213  body: object, The request body. (required)
214    The object takes the form of:
215
216{ # A HealthCheckService defines a set of backends on which to perform periodic health checks and an endpoint to which to send notification of changes in the health status of the backends.
217    "kind": "compute#healthCheckService", # [Output only] Type of the resource. Always compute#healthCheckServicefor health check services.
218    "networkEndpointGroups": [ # List of URLs to the NetworkEndpointGroup resources. Must not have more than 100. For regional HealthCheckService, NEGs must be in zones in the region of the HealthCheckService.
219      "A String",
220    ],
221    "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
222    "notificationEndpoints": [ # List of URLs to the NotificationEndpoint resources. Must not have more than 10. A list of endpoints for receiving notifications of change in health status. For regional HealthCheckService, NotificationEndpoint must be regional and in the same region. For global HealthCheckService, NotificationEndpoint must be global.
223      "A String",
224    ],
225    "region": "A String", # [Output Only] URL of the region where the health check service resides. This field is not applicable to global health check services. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
226    "selfLinkWithId": "A String", # [Output Only] Server-defined URL with id for the resource.
227    "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
228    "healthChecks": [ # List of URLs to the HealthCheck resources. Must have at least one HealthCheck, and not more than 10. HealthCheck resources must have portSpecification=USE_SERVING_PORT. For regional HealthCheckService, the HealthCheck must be regional and in the same region. For global HealthCheckService, HealthCheck must be global. Mix of regional and global HealthChecks is not supported. Multiple regional HealthChecks must belong to the same region. Regional HealthChecks</code? must belong to the same region as zones of NEGs.
229      "A String",
230    ],
231    "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
232    "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
233    "healthStatusAggregationStrategy": "A String", # Policy for how the results from multiple health checks for the same endpoint are aggregated.
234        # - NO_AGGREGATION. An EndpointHealth message is returned for each backend in the health check service.
235        # - AND. If any backend's health check reports UNHEALTHY, then UNHEALTHY is the HealthState of the entire health check service. If all backend's are healthy, the HealthState of the health check service is HEALTHY. .
236    "name": "A String", # Name of the resource. 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.
237  }
238
239  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.
240
241For 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.
242
243The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
244
245Returns:
246  An object of the form:
247
248    { # Represents an Operation resource.
249      #
250      # You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses.
251      #
252      # Operations can be global, regional or zonal.
253      # - For global operations, use the globalOperations resource.
254      # - For regional operations, use the regionOperations resource.
255      # - For zonal operations, use the zonalOperations resource.
256      #
257      # For more information, read  Global, Regional, and Zonal Resources. (== resource_for v1.globalOperations ==) (== resource_for beta.globalOperations ==) (== resource_for v1.regionOperations ==) (== resource_for beta.regionOperations ==) (== resource_for v1.zoneOperations ==) (== resource_for beta.zoneOperations ==)
258    "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
259    "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.
260    "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
261    "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
262    "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
263    "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
264    "operationType": "A String", # [Output Only] The type of operation, such as insert, update, or delete, and so on.
265    "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
266    "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.
267    "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.
268    "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation.
269    "status": "A String", # [Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.
270    "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created.
271    "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated.
272      {
273        "message": "A String", # [Output Only] A human-readable description of the warning code.
274        "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.
275        "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
276            # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
277          {
278            "value": "A String", # [Output Only] A warning data value corresponding to the key.
279            "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).
280          },
281        ],
282      },
283    ],
284    "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id.
285    "user": "A String", # [Output Only] User who requested the operation, for example: user@example.com.
286    "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.
287    "kind": "compute#operation", # [Output Only] Type of the resource. Always compute#operation for Operation resources.
288    "name": "A String", # [Output Only] Name of the resource.
289    "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
290    "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated.
291      "errors": [ # [Output Only] The array of errors encountered while processing this operation.
292        {
293          "message": "A String", # [Output Only] An optional, human-readable error message.
294          "code": "A String", # [Output Only] The error type identifier for this error.
295          "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional.
296        },
297      ],
298    },
299    "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format.
300    "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
301    "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.
302  }</pre>
303</div>
304
305<div class="method">
306    <code class="details" id="list">list(project, region, orderBy=None, maxResults=None, pageToken=None, filter=None)</code>
307  <pre>Lists all the HealthCheckService resources that have been configured for the specified project in the given region.
308
309Args:
310  project: string, Project ID for this request. (required)
311  region: string, Name of the region scoping this request. (required)
312  orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
313
314You 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.
315
316Currently, only sorting by name or creationTimestamp desc is supported.
317  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)
318  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.
319  filter: string, A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.
320
321For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.
322
323You 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.
324
325To 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).
326
327Returns:
328  An object of the form:
329
330    {
331    "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.
332    "kind": "compute#healthCheckServicesList", # [Output Only] Type of the resource. Always compute#healthCheckServicesList for lists of HealthCheckServices.
333    "items": [ # A list of HealthCheckService resources.
334      { # A HealthCheckService defines a set of backends on which to perform periodic health checks and an endpoint to which to send notification of changes in the health status of the backends.
335          "kind": "compute#healthCheckService", # [Output only] Type of the resource. Always compute#healthCheckServicefor health check services.
336          "networkEndpointGroups": [ # List of URLs to the NetworkEndpointGroup resources. Must not have more than 100. For regional HealthCheckService, NEGs must be in zones in the region of the HealthCheckService.
337            "A String",
338          ],
339          "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
340          "notificationEndpoints": [ # List of URLs to the NotificationEndpoint resources. Must not have more than 10. A list of endpoints for receiving notifications of change in health status. For regional HealthCheckService, NotificationEndpoint must be regional and in the same region. For global HealthCheckService, NotificationEndpoint must be global.
341            "A String",
342          ],
343          "region": "A String", # [Output Only] URL of the region where the health check service resides. This field is not applicable to global health check services. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
344          "selfLinkWithId": "A String", # [Output Only] Server-defined URL with id for the resource.
345          "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
346          "healthChecks": [ # List of URLs to the HealthCheck resources. Must have at least one HealthCheck, and not more than 10. HealthCheck resources must have portSpecification=USE_SERVING_PORT. For regional HealthCheckService, the HealthCheck must be regional and in the same region. For global HealthCheckService, HealthCheck must be global. Mix of regional and global HealthChecks is not supported. Multiple regional HealthChecks must belong to the same region. Regional HealthChecks</code? must belong to the same region as zones of NEGs.
347            "A String",
348          ],
349          "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
350          "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
351          "healthStatusAggregationStrategy": "A String", # Policy for how the results from multiple health checks for the same endpoint are aggregated.
352              # - NO_AGGREGATION. An EndpointHealth message is returned for each backend in the health check service.
353              # - AND. If any backend's health check reports UNHEALTHY, then UNHEALTHY is the HealthState of the entire health check service. If all backend's are healthy, the HealthState of the health check service is HEALTHY. .
354          "name": "A String", # Name of the resource. 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.
355        },
356    ],
357    "warning": { # [Output Only] Informational warning message.
358      "message": "A String", # [Output Only] A human-readable description of the warning code.
359      "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.
360      "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
361          # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
362        {
363          "value": "A String", # [Output Only] A warning data value corresponding to the key.
364          "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).
365        },
366      ],
367    },
368    "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
369    "selfLink": "A String", # [Output Only] Server-defined URL for this resource.
370  }</pre>
371</div>
372
373<div class="method">
374    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
375  <pre>Retrieves the next page of results.
376
377Args:
378  previous_request: The request for the previous page. (required)
379  previous_response: The response from the request for the previous page. (required)
380
381Returns:
382  A request object that you can call 'execute()' on to request the next
383  page. Returns None if there are no more items in the collection.
384    </pre>
385</div>
386
387<div class="method">
388    <code class="details" id="testIamPermissions">testIamPermissions(project, region, resource, body)</code>
389  <pre>Returns permissions that a caller has on the specified resource.
390
391Args:
392  project: string, Project ID for this request. (required)
393  region: string, The name of the region for this request. (required)
394  resource: string, Name or id of the resource for this request. (required)
395  body: object, The request body. (required)
396    The object takes the form of:
397
398{
399    "permissions": [ # The set of permissions to check for the 'resource'. Permissions with wildcards (such as '*' or 'storage.*') are not allowed.
400      "A String",
401    ],
402  }
403
404
405Returns:
406  An object of the form:
407
408    {
409    "permissions": [ # A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
410      "A String",
411    ],
412  }</pre>
413</div>
414
415</body></html>