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_beta.html">Compute Engine API</a> . <a href="compute_beta.sslCertificates.html">sslCertificates</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#aggregatedList">aggregatedList(project, orderBy=None, maxResults=None, pageToken=None, filter=None)</a></code></p>
79<p class="firstline">Retrieves the list of all SslCertificate resources, regional and global, available to the specified project.</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="#delete">delete(project, sslCertificate, requestId=None)</a></code></p>
85<p class="firstline">Deletes the specified SslCertificate resource.</p>
86<p class="toc_element">
87  <code><a href="#get">get(project, sslCertificate)</a></code></p>
88<p class="firstline">Returns the specified SslCertificate resource. Gets a list of available SSL certificates by making a list() request.</p>
89<p class="toc_element">
90  <code><a href="#insert">insert(project, body, requestId=None)</a></code></p>
91<p class="firstline">Creates a SslCertificate resource in the specified project using the data included in the request.</p>
92<p class="toc_element">
93  <code><a href="#list">list(project, orderBy=None, maxResults=None, pageToken=None, filter=None)</a></code></p>
94<p class="firstline">Retrieves the list of SslCertificate resources available to the specified project.</p>
95<p class="toc_element">
96  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
97<p class="firstline">Retrieves the next page of results.</p>
98<p class="toc_element">
99  <code><a href="#testIamPermissions">testIamPermissions(project, resource, body)</a></code></p>
100<p class="firstline">Returns permissions that a caller has on the specified resource.</p>
101<h3>Method Details</h3>
102<div class="method">
103    <code class="details" id="aggregatedList">aggregatedList(project, orderBy=None, maxResults=None, pageToken=None, filter=None)</code>
104  <pre>Retrieves the list of all SslCertificate resources, regional and global, available to the specified project.
105
106Args:
107  project: string, Name of the project scoping this request. (required)
108  orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
109
110You 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.
111
112Currently, only sorting by name or creationTimestamp desc is supported.
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  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.
115  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 <.
116
117For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.
118
119You 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.
120
121To 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).
122
123Returns:
124  An object of the form:
125
126    {
127    "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.
128    "kind": "compute#sslCertificateAggregatedList", # [Output Only] Type of resource. Always compute#sslCertificateAggregatedList for lists of SSL Certificates.
129    "items": { # A list of SslCertificatesScopedList resources.
130      "a_key": { # Name of the scope containing this set of SslCertificates.
131        "warning": { # Informational warning which replaces the list of backend services when the list is empty.
132          "message": "A String", # [Output Only] A human-readable description of the warning code.
133          "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.
134          "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
135              # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
136            {
137              "value": "A String", # [Output Only] A warning data value corresponding to the key.
138              "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).
139            },
140          ],
141        },
142        "sslCertificates": [ # List of SslCertificates contained in this scope.
143          { # An SslCertificate resource. This resource provides a mechanism to upload an SSL key and certificate to the load balancer to serve secure connections from the user. (== resource_for beta.sslCertificates ==) (== resource_for v1.sslCertificates ==)
144              "kind": "compute#sslCertificate", # [Output Only] Type of the resource. Always compute#sslCertificate for SSL certificates.
145              "managed": { # Configuration and status of a managed SSL certificate. # Configuration and status of a managed SSL certificate.
146                "domains": [ # The domains for which a managed SSL certificate will be generated. Currently only single-domain certs are supported.
147                  "A String",
148                ],
149                "status": "A String", # [Output only] Status of the managed certificate resource.
150                "domainStatus": { # [Output only] Detailed statuses of the domains specified for managed certificate resource.
151                  "a_key": "A String",
152                },
153              },
154              "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
155              "certificate": "A String", # A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
156              "selfManaged": { # Configuration and status of a self-managed SSL certificate. # Configuration and status of a self-managed SSL certificate.
157                "privateKey": "A String", # A write-only private key in PEM format. Only insert requests will include this field.
158                "certificate": "A String", # A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
159              },
160              "type": "A String", # (Optional) Specifies the type of SSL certificate, either "SELF_MANAGED" or "MANAGED". If not specified, the certificate is self-managed and the fields certificate and private_key are used.
161              "region": "A String", # [Output Only] URL of the region where the regional SSL Certificate resides. This field is not applicable to global SSL Certificate.
162              "privateKey": "A String", # A write-only private key in PEM format. Only insert requests will include this field.
163              "expireTime": "A String", # [Output Only] Expire time of the certificate. RFC3339
164              "subjectAlternativeNames": [ # [Output Only] Domains associated with the certificate via Subject Alternative Name.
165                "A String",
166              ],
167              "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
168              "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
169              "selfLink": "A String", # [Output only] Server-defined URL for the resource.
170              "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.
171            },
172        ],
173      },
174    },
175    "warning": { # [Output Only] Informational warning message.
176      "message": "A String", # [Output Only] A human-readable description of the warning code.
177      "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.
178      "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
179          # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
180        {
181          "value": "A String", # [Output Only] A warning data value corresponding to the key.
182          "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).
183        },
184      ],
185    },
186    "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
187    "selfLink": "A String", # [Output Only] Server-defined URL for this resource.
188  }</pre>
189</div>
190
191<div class="method">
192    <code class="details" id="aggregatedList_next">aggregatedList_next(previous_request, previous_response)</code>
193  <pre>Retrieves the next page of results.
194
195Args:
196  previous_request: The request for the previous page. (required)
197  previous_response: The response from the request for the previous page. (required)
198
199Returns:
200  A request object that you can call 'execute()' on to request the next
201  page. Returns None if there are no more items in the collection.
202    </pre>
203</div>
204
205<div class="method">
206    <code class="details" id="delete">delete(project, sslCertificate, requestId=None)</code>
207  <pre>Deletes the specified SslCertificate resource.
208
209Args:
210  project: string, Project ID for this request. (required)
211  sslCertificate: string, Name of the SslCertificate resource to delete. (required)
212  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.
213
214For 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.
215
216The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
217
218Returns:
219  An object of the form:
220
221    { # Represents an Operation resource.
222      #
223      # You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses.
224      #
225      # Operations can be global, regional or zonal.
226      # - For global operations, use the globalOperations resource.
227      # - For regional operations, use the regionOperations resource.
228      # - For zonal operations, use the zonalOperations resource.
229      #
230      # 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 ==)
231    "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
232    "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.
233    "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
234    "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
235    "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
236    "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
237    "operationType": "A String", # [Output Only] The type of operation, such as insert, update, or delete, and so on.
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    "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.
240    "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.
241    "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation.
242    "status": "A String", # [Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.
243    "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created.
244    "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated.
245      {
246        "message": "A String", # [Output Only] A human-readable description of the warning code.
247        "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.
248        "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
249            # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
250          {
251            "value": "A String", # [Output Only] A warning data value corresponding to the key.
252            "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).
253          },
254        ],
255      },
256    ],
257    "user": "A String", # [Output Only] User who requested the operation, for example: user@example.com.
258    "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.
259    "kind": "compute#operation", # [Output Only] Type of the resource. Always compute#operation for Operation resources.
260    "name": "A String", # [Output Only] Name of the resource.
261    "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
262    "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated.
263      "errors": [ # [Output Only] The array of errors encountered while processing this operation.
264        {
265          "message": "A String", # [Output Only] An optional, human-readable error message.
266          "code": "A String", # [Output Only] The error type identifier for this error.
267          "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional.
268        },
269      ],
270    },
271    "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format.
272    "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
273    "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.
274  }</pre>
275</div>
276
277<div class="method">
278    <code class="details" id="get">get(project, sslCertificate)</code>
279  <pre>Returns the specified SslCertificate resource. Gets a list of available SSL certificates by making a list() request.
280
281Args:
282  project: string, Project ID for this request. (required)
283  sslCertificate: string, Name of the SslCertificate resource to return. (required)
284
285Returns:
286  An object of the form:
287
288    { # An SslCertificate resource. This resource provides a mechanism to upload an SSL key and certificate to the load balancer to serve secure connections from the user. (== resource_for beta.sslCertificates ==) (== resource_for v1.sslCertificates ==)
289      "kind": "compute#sslCertificate", # [Output Only] Type of the resource. Always compute#sslCertificate for SSL certificates.
290      "managed": { # Configuration and status of a managed SSL certificate. # Configuration and status of a managed SSL certificate.
291        "domains": [ # The domains for which a managed SSL certificate will be generated. Currently only single-domain certs are supported.
292          "A String",
293        ],
294        "status": "A String", # [Output only] Status of the managed certificate resource.
295        "domainStatus": { # [Output only] Detailed statuses of the domains specified for managed certificate resource.
296          "a_key": "A String",
297        },
298      },
299      "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
300      "certificate": "A String", # A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
301      "selfManaged": { # Configuration and status of a self-managed SSL certificate. # Configuration and status of a self-managed SSL certificate.
302        "privateKey": "A String", # A write-only private key in PEM format. Only insert requests will include this field.
303        "certificate": "A String", # A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
304      },
305      "type": "A String", # (Optional) Specifies the type of SSL certificate, either "SELF_MANAGED" or "MANAGED". If not specified, the certificate is self-managed and the fields certificate and private_key are used.
306      "region": "A String", # [Output Only] URL of the region where the regional SSL Certificate resides. This field is not applicable to global SSL Certificate.
307      "privateKey": "A String", # A write-only private key in PEM format. Only insert requests will include this field.
308      "expireTime": "A String", # [Output Only] Expire time of the certificate. RFC3339
309      "subjectAlternativeNames": [ # [Output Only] Domains associated with the certificate via Subject Alternative Name.
310        "A String",
311      ],
312      "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
313      "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
314      "selfLink": "A String", # [Output only] Server-defined URL for the resource.
315      "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.
316    }</pre>
317</div>
318
319<div class="method">
320    <code class="details" id="insert">insert(project, body, requestId=None)</code>
321  <pre>Creates a SslCertificate resource in the specified project using the data included in the request.
322
323Args:
324  project: string, Project ID for this request. (required)
325  body: object, The request body. (required)
326    The object takes the form of:
327
328{ # An SslCertificate resource. This resource provides a mechanism to upload an SSL key and certificate to the load balancer to serve secure connections from the user. (== resource_for beta.sslCertificates ==) (== resource_for v1.sslCertificates ==)
329    "kind": "compute#sslCertificate", # [Output Only] Type of the resource. Always compute#sslCertificate for SSL certificates.
330    "managed": { # Configuration and status of a managed SSL certificate. # Configuration and status of a managed SSL certificate.
331      "domains": [ # The domains for which a managed SSL certificate will be generated. Currently only single-domain certs are supported.
332        "A String",
333      ],
334      "status": "A String", # [Output only] Status of the managed certificate resource.
335      "domainStatus": { # [Output only] Detailed statuses of the domains specified for managed certificate resource.
336        "a_key": "A String",
337      },
338    },
339    "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
340    "certificate": "A String", # A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
341    "selfManaged": { # Configuration and status of a self-managed SSL certificate. # Configuration and status of a self-managed SSL certificate.
342      "privateKey": "A String", # A write-only private key in PEM format. Only insert requests will include this field.
343      "certificate": "A String", # A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
344    },
345    "type": "A String", # (Optional) Specifies the type of SSL certificate, either "SELF_MANAGED" or "MANAGED". If not specified, the certificate is self-managed and the fields certificate and private_key are used.
346    "region": "A String", # [Output Only] URL of the region where the regional SSL Certificate resides. This field is not applicable to global SSL Certificate.
347    "privateKey": "A String", # A write-only private key in PEM format. Only insert requests will include this field.
348    "expireTime": "A String", # [Output Only] Expire time of the certificate. RFC3339
349    "subjectAlternativeNames": [ # [Output Only] Domains associated with the certificate via Subject Alternative Name.
350      "A String",
351    ],
352    "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
353    "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
354    "selfLink": "A String", # [Output only] Server-defined URL for the resource.
355    "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.
356  }
357
358  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.
359
360For 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.
361
362The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
363
364Returns:
365  An object of the form:
366
367    { # Represents an Operation resource.
368      #
369      # You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses.
370      #
371      # Operations can be global, regional or zonal.
372      # - For global operations, use the globalOperations resource.
373      # - For regional operations, use the regionOperations resource.
374      # - For zonal operations, use the zonalOperations resource.
375      #
376      # 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 ==)
377    "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
378    "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.
379    "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
380    "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
381    "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
382    "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
383    "operationType": "A String", # [Output Only] The type of operation, such as insert, update, or delete, and so on.
384    "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
385    "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.
386    "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.
387    "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation.
388    "status": "A String", # [Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.
389    "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created.
390    "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated.
391      {
392        "message": "A String", # [Output Only] A human-readable description of the warning code.
393        "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.
394        "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
395            # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
396          {
397            "value": "A String", # [Output Only] A warning data value corresponding to the key.
398            "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).
399          },
400        ],
401      },
402    ],
403    "user": "A String", # [Output Only] User who requested the operation, for example: user@example.com.
404    "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.
405    "kind": "compute#operation", # [Output Only] Type of the resource. Always compute#operation for Operation resources.
406    "name": "A String", # [Output Only] Name of the resource.
407    "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
408    "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated.
409      "errors": [ # [Output Only] The array of errors encountered while processing this operation.
410        {
411          "message": "A String", # [Output Only] An optional, human-readable error message.
412          "code": "A String", # [Output Only] The error type identifier for this error.
413          "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional.
414        },
415      ],
416    },
417    "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format.
418    "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
419    "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.
420  }</pre>
421</div>
422
423<div class="method">
424    <code class="details" id="list">list(project, orderBy=None, maxResults=None, pageToken=None, filter=None)</code>
425  <pre>Retrieves the list of SslCertificate resources available to the specified project.
426
427Args:
428  project: string, Project ID for this request. (required)
429  orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
430
431You 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.
432
433Currently, only sorting by name or creationTimestamp desc is supported.
434  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)
435  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.
436  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 <.
437
438For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.
439
440You 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.
441
442To 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).
443
444Returns:
445  An object of the form:
446
447    { # Contains a list of SslCertificate resources.
448    "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.
449    "kind": "compute#sslCertificateList", # Type of resource.
450    "items": [ # A list of SslCertificate resources.
451      { # An SslCertificate resource. This resource provides a mechanism to upload an SSL key and certificate to the load balancer to serve secure connections from the user. (== resource_for beta.sslCertificates ==) (== resource_for v1.sslCertificates ==)
452          "kind": "compute#sslCertificate", # [Output Only] Type of the resource. Always compute#sslCertificate for SSL certificates.
453          "managed": { # Configuration and status of a managed SSL certificate. # Configuration and status of a managed SSL certificate.
454            "domains": [ # The domains for which a managed SSL certificate will be generated. Currently only single-domain certs are supported.
455              "A String",
456            ],
457            "status": "A String", # [Output only] Status of the managed certificate resource.
458            "domainStatus": { # [Output only] Detailed statuses of the domains specified for managed certificate resource.
459              "a_key": "A String",
460            },
461          },
462          "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
463          "certificate": "A String", # A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
464          "selfManaged": { # Configuration and status of a self-managed SSL certificate. # Configuration and status of a self-managed SSL certificate.
465            "privateKey": "A String", # A write-only private key in PEM format. Only insert requests will include this field.
466            "certificate": "A String", # A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
467          },
468          "type": "A String", # (Optional) Specifies the type of SSL certificate, either "SELF_MANAGED" or "MANAGED". If not specified, the certificate is self-managed and the fields certificate and private_key are used.
469          "region": "A String", # [Output Only] URL of the region where the regional SSL Certificate resides. This field is not applicable to global SSL Certificate.
470          "privateKey": "A String", # A write-only private key in PEM format. Only insert requests will include this field.
471          "expireTime": "A String", # [Output Only] Expire time of the certificate. RFC3339
472          "subjectAlternativeNames": [ # [Output Only] Domains associated with the certificate via Subject Alternative Name.
473            "A String",
474          ],
475          "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
476          "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
477          "selfLink": "A String", # [Output only] Server-defined URL for the resource.
478          "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.
479        },
480    ],
481    "warning": { # [Output Only] Informational warning message.
482      "message": "A String", # [Output Only] A human-readable description of the warning code.
483      "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.
484      "data": [ # [Output Only] Metadata about this warning in key: value format. For example:
485          # "data": [ { "key": "scope", "value": "zones/us-east1-d" }
486        {
487          "value": "A String", # [Output Only] A warning data value corresponding to the key.
488          "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).
489        },
490      ],
491    },
492    "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
493    "selfLink": "A String", # [Output Only] Server-defined URL for this resource.
494  }</pre>
495</div>
496
497<div class="method">
498    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
499  <pre>Retrieves the next page of results.
500
501Args:
502  previous_request: The request for the previous page. (required)
503  previous_response: The response from the request for the previous page. (required)
504
505Returns:
506  A request object that you can call 'execute()' on to request the next
507  page. Returns None if there are no more items in the collection.
508    </pre>
509</div>
510
511<div class="method">
512    <code class="details" id="testIamPermissions">testIamPermissions(project, resource, body)</code>
513  <pre>Returns permissions that a caller has on the specified resource.
514
515Args:
516  project: string, Project ID for this request. (required)
517  resource: string, Name or id of the resource for this request. (required)
518  body: object, The request body. (required)
519    The object takes the form of:
520
521{
522    "permissions": [ # The set of permissions to check for the 'resource'. Permissions with wildcards (such as '*' or 'storage.*') are not allowed.
523      "A String",
524    ],
525  }
526
527
528Returns:
529  An object of the form:
530
531    {
532    "permissions": [ # A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
533      "A String",
534    ],
535  }</pre>
536</div>
537
538</body></html>