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.targetSslProxies.html">targetSslProxies</a></h1> 76<h2>Instance Methods</h2> 77<p class="toc_element"> 78 <code><a href="#close">close()</a></code></p> 79<p class="firstline">Close httplib2 connections.</p> 80<p class="toc_element"> 81 <code><a href="#delete">delete(project, targetSslProxy, requestId=None, x__xgafv=None)</a></code></p> 82<p class="firstline">Deletes the specified TargetSslProxy resource.</p> 83<p class="toc_element"> 84 <code><a href="#get">get(project, targetSslProxy, x__xgafv=None)</a></code></p> 85<p class="firstline">Returns the specified TargetSslProxy resource. Gets a list of available target SSL proxies by making a list() request.</p> 86<p class="toc_element"> 87 <code><a href="#insert">insert(project, body=None, requestId=None, x__xgafv=None)</a></code></p> 88<p class="firstline">Creates a TargetSslProxy resource in the specified project using the data included in the request.</p> 89<p class="toc_element"> 90 <code><a href="#list">list(project, filter=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p> 91<p class="firstline">Retrieves the list of TargetSslProxy resources available to the specified project.</p> 92<p class="toc_element"> 93 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> 94<p class="firstline">Retrieves the next page of results.</p> 95<p class="toc_element"> 96 <code><a href="#setBackendService">setBackendService(project, targetSslProxy, body=None, requestId=None, x__xgafv=None)</a></code></p> 97<p class="firstline">Changes the BackendService for TargetSslProxy.</p> 98<p class="toc_element"> 99 <code><a href="#setCertificateMap">setCertificateMap(project, targetSslProxy, body=None, requestId=None, x__xgafv=None)</a></code></p> 100<p class="firstline">Changes the Certificate Map for TargetSslProxy.</p> 101<p class="toc_element"> 102 <code><a href="#setProxyHeader">setProxyHeader(project, targetSslProxy, body=None, requestId=None, x__xgafv=None)</a></code></p> 103<p class="firstline">Changes the ProxyHeaderType for TargetSslProxy.</p> 104<p class="toc_element"> 105 <code><a href="#setSslCertificates">setSslCertificates(project, targetSslProxy, body=None, requestId=None, x__xgafv=None)</a></code></p> 106<p class="firstline">Changes SslCertificates for TargetSslProxy.</p> 107<p class="toc_element"> 108 <code><a href="#setSslPolicy">setSslPolicy(project, targetSslProxy, body=None, requestId=None, x__xgafv=None)</a></code></p> 109<p class="firstline">Sets the SSL policy for TargetSslProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the SSL proxy load balancer. They do not affect the connection between the load balancer and the backends.</p> 110<p class="toc_element"> 111 <code><a href="#testIamPermissions">testIamPermissions(project, resource, body=None, x__xgafv=None)</a></code></p> 112<p class="firstline">Returns permissions that a caller has on the specified resource.</p> 113<h3>Method Details</h3> 114<div class="method"> 115 <code class="details" id="close">close()</code> 116 <pre>Close httplib2 connections.</pre> 117</div> 118 119<div class="method"> 120 <code class="details" id="delete">delete(project, targetSslProxy, requestId=None, x__xgafv=None)</code> 121 <pre>Deletes the specified TargetSslProxy resource. 122 123Args: 124 project: string, Project ID for this request. (required) 125 targetSslProxy: string, Name of the TargetSslProxy resource to delete. (required) 126 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). 127 x__xgafv: string, V1 error format. 128 Allowed values 129 1 - v1 error format 130 2 - v2 error format 131 132Returns: 133 An object of the form: 134 135 { # Represents an Operation resource. Google Compute Engine has three Operation resources: * [Global](/compute/docs/reference/rest/beta/globalOperations) * [Regional](/compute/docs/reference/rest/beta/regionOperations) * [Zonal](/compute/docs/reference/rest/beta/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. 136 "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. 137 "creationTimestamp": "A String", # [Deprecated] This field is deprecated. 138 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created. 139 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format. 140 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated. 141 "errors": [ # [Output Only] The array of errors encountered while processing this operation. 142 { 143 "code": "A String", # [Output Only] The error type identifier for this error. 144 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional. 145 "message": "A String", # [Output Only] An optional, human-readable error message. 146 }, 147 ], 148 }, 149 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`. 150 "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. 151 "id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server. 152 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format. 153 "kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources. 154 "name": "A String", # [Output Only] Name of the operation. 155 "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. 156 "operationType": "A String", # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on. 157 "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. 158 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations. 159 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 160 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. 161 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`. 162 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation. 163 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. 164 "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. 165 "user": "A String", # [Output Only] User who requested the operation, for example: `[email protected]`. 166 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated. 167 { 168 "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. 169 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } 170 { 171 "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). 172 "value": "A String", # [Output Only] A warning data value corresponding to the key. 173 }, 174 ], 175 "message": "A String", # [Output Only] A human-readable description of the warning code. 176 }, 177 ], 178 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. 179}</pre> 180</div> 181 182<div class="method"> 183 <code class="details" id="get">get(project, targetSslProxy, x__xgafv=None)</code> 184 <pre>Returns the specified TargetSslProxy resource. Gets a list of available target SSL proxies by making a list() request. 185 186Args: 187 project: string, Project ID for this request. (required) 188 targetSslProxy: string, Name of the TargetSslProxy resource to return. (required) 189 x__xgafv: string, V1 error format. 190 Allowed values 191 1 - v1 error format 192 2 - v2 error format 193 194Returns: 195 An object of the form: 196 197 { # Represents a Target SSL Proxy resource. A target SSL proxy is a component of a SSL Proxy load balancer. Global forwarding rules reference a target SSL proxy, and the target proxy then references an external backend service. For more information, read Using Target Proxies. 198 "certificateMap": "A String", # URL of a certificate map that identifies a certificate map associated with the given target proxy. This field can only be set for global target proxies. If set, sslCertificates will be ignored. 199 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format. 200 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 201 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server. 202 "kind": "compute#targetSslProxy", # [Output Only] Type of the resource. Always compute#targetSslProxy for target SSL proxies. 203 "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. 204 "proxyHeader": "A String", # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE. 205 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 206 "service": "A String", # URL to the BackendService resource. 207 "sslCertificates": [ # URLs to SslCertificate resources that are used to authenticate connections to Backends. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED. 208 "A String", 209 ], 210 "sslPolicy": "A String", # URL of SslPolicy resource that will be associated with the TargetSslProxy resource. If not set, the TargetSslProxy resource will not have any SSL policy configured. 211}</pre> 212</div> 213 214<div class="method"> 215 <code class="details" id="insert">insert(project, body=None, requestId=None, x__xgafv=None)</code> 216 <pre>Creates a TargetSslProxy resource in the specified project using the data included in the request. 217 218Args: 219 project: string, Project ID for this request. (required) 220 body: object, The request body. 221 The object takes the form of: 222 223{ # Represents a Target SSL Proxy resource. A target SSL proxy is a component of a SSL Proxy load balancer. Global forwarding rules reference a target SSL proxy, and the target proxy then references an external backend service. For more information, read Using Target Proxies. 224 "certificateMap": "A String", # URL of a certificate map that identifies a certificate map associated with the given target proxy. This field can only be set for global target proxies. If set, sslCertificates will be ignored. 225 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format. 226 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 227 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server. 228 "kind": "compute#targetSslProxy", # [Output Only] Type of the resource. Always compute#targetSslProxy for target SSL proxies. 229 "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. 230 "proxyHeader": "A String", # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE. 231 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 232 "service": "A String", # URL to the BackendService resource. 233 "sslCertificates": [ # URLs to SslCertificate resources that are used to authenticate connections to Backends. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED. 234 "A String", 235 ], 236 "sslPolicy": "A String", # URL of SslPolicy resource that will be associated with the TargetSslProxy resource. If not set, the TargetSslProxy resource will not have any SSL policy configured. 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. 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). 240 x__xgafv: string, V1 error format. 241 Allowed values 242 1 - v1 error format 243 2 - v2 error format 244 245Returns: 246 An object of the form: 247 248 { # Represents an Operation resource. Google Compute Engine has three Operation resources: * [Global](/compute/docs/reference/rest/beta/globalOperations) * [Regional](/compute/docs/reference/rest/beta/regionOperations) * [Zonal](/compute/docs/reference/rest/beta/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. 249 "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. 250 "creationTimestamp": "A String", # [Deprecated] This field is deprecated. 251 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created. 252 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format. 253 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated. 254 "errors": [ # [Output Only] The array of errors encountered while processing this operation. 255 { 256 "code": "A String", # [Output Only] The error type identifier for this error. 257 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional. 258 "message": "A String", # [Output Only] An optional, human-readable error message. 259 }, 260 ], 261 }, 262 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`. 263 "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. 264 "id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server. 265 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format. 266 "kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources. 267 "name": "A String", # [Output Only] Name of the operation. 268 "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. 269 "operationType": "A String", # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on. 270 "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. 271 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations. 272 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 273 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. 274 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`. 275 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation. 276 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. 277 "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. 278 "user": "A String", # [Output Only] User who requested the operation, for example: `[email protected]`. 279 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated. 280 { 281 "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. 282 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } 283 { 284 "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). 285 "value": "A String", # [Output Only] A warning data value corresponding to the key. 286 }, 287 ], 288 "message": "A String", # [Output Only] A human-readable description of the warning code. 289 }, 290 ], 291 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. 292}</pre> 293</div> 294 295<div class="method"> 296 <code class="details" id="list">list(project, filter=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code> 297 <pre>Retrieves the list of TargetSslProxy resources available to the specified project. 298 299Args: 300 project: string, Project ID for this request. (required) 301 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) ``` 302 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`) 303 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. 304 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. 305 returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. 306 x__xgafv: string, V1 error format. 307 Allowed values 308 1 - v1 error format 309 2 - v2 error format 310 311Returns: 312 An object of the form: 313 314 { # Contains a list of TargetSslProxy resources. 315 "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server. 316 "items": [ # A list of TargetSslProxy resources. 317 { # Represents a Target SSL Proxy resource. A target SSL proxy is a component of a SSL Proxy load balancer. Global forwarding rules reference a target SSL proxy, and the target proxy then references an external backend service. For more information, read Using Target Proxies. 318 "certificateMap": "A String", # URL of a certificate map that identifies a certificate map associated with the given target proxy. This field can only be set for global target proxies. If set, sslCertificates will be ignored. 319 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format. 320 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 321 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server. 322 "kind": "compute#targetSslProxy", # [Output Only] Type of the resource. Always compute#targetSslProxy for target SSL proxies. 323 "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. 324 "proxyHeader": "A String", # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE. 325 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 326 "service": "A String", # URL to the BackendService resource. 327 "sslCertificates": [ # URLs to SslCertificate resources that are used to authenticate connections to Backends. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED. 328 "A String", 329 ], 330 "sslPolicy": "A String", # URL of SslPolicy resource that will be associated with the TargetSslProxy resource. If not set, the TargetSslProxy resource will not have any SSL policy configured. 331 }, 332 ], 333 "kind": "compute#targetSslProxyList", # Type of resource. 334 "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. 335 "selfLink": "A String", # [Output Only] Server-defined URL for this resource. 336 "warning": { # [Output Only] Informational warning message. 337 "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. 338 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } 339 { 340 "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). 341 "value": "A String", # [Output Only] A warning data value corresponding to the key. 342 }, 343 ], 344 "message": "A String", # [Output Only] A human-readable description of the warning code. 345 }, 346}</pre> 347</div> 348 349<div class="method"> 350 <code class="details" id="list_next">list_next(previous_request, previous_response)</code> 351 <pre>Retrieves the next page of results. 352 353Args: 354 previous_request: The request for the previous page. (required) 355 previous_response: The response from the request for the previous page. (required) 356 357Returns: 358 A request object that you can call 'execute()' on to request the next 359 page. Returns None if there are no more items in the collection. 360 </pre> 361</div> 362 363<div class="method"> 364 <code class="details" id="setBackendService">setBackendService(project, targetSslProxy, body=None, requestId=None, x__xgafv=None)</code> 365 <pre>Changes the BackendService for TargetSslProxy. 366 367Args: 368 project: string, Project ID for this request. (required) 369 targetSslProxy: string, Name of the TargetSslProxy resource whose BackendService resource is to be set. (required) 370 body: object, The request body. 371 The object takes the form of: 372 373{ 374 "service": "A String", # The URL of the new BackendService resource for the targetSslProxy. 375} 376 377 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). 378 x__xgafv: string, V1 error format. 379 Allowed values 380 1 - v1 error format 381 2 - v2 error format 382 383Returns: 384 An object of the form: 385 386 { # Represents an Operation resource. Google Compute Engine has three Operation resources: * [Global](/compute/docs/reference/rest/beta/globalOperations) * [Regional](/compute/docs/reference/rest/beta/regionOperations) * [Zonal](/compute/docs/reference/rest/beta/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. 387 "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. 388 "creationTimestamp": "A String", # [Deprecated] This field is deprecated. 389 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created. 390 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format. 391 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated. 392 "errors": [ # [Output Only] The array of errors encountered while processing this operation. 393 { 394 "code": "A String", # [Output Only] The error type identifier for this error. 395 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional. 396 "message": "A String", # [Output Only] An optional, human-readable error message. 397 }, 398 ], 399 }, 400 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`. 401 "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. 402 "id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server. 403 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format. 404 "kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources. 405 "name": "A String", # [Output Only] Name of the operation. 406 "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. 407 "operationType": "A String", # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on. 408 "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. 409 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations. 410 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 411 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. 412 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`. 413 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation. 414 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. 415 "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. 416 "user": "A String", # [Output Only] User who requested the operation, for example: `[email protected]`. 417 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated. 418 { 419 "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. 420 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } 421 { 422 "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). 423 "value": "A String", # [Output Only] A warning data value corresponding to the key. 424 }, 425 ], 426 "message": "A String", # [Output Only] A human-readable description of the warning code. 427 }, 428 ], 429 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. 430}</pre> 431</div> 432 433<div class="method"> 434 <code class="details" id="setCertificateMap">setCertificateMap(project, targetSslProxy, body=None, requestId=None, x__xgafv=None)</code> 435 <pre>Changes the Certificate Map for TargetSslProxy. 436 437Args: 438 project: string, Project ID for this request. (required) 439 targetSslProxy: string, Name of the TargetSslProxy resource whose CertificateMap is to be set. The name must be 1-63 characters long, and comply with RFC1035. (required) 440 body: object, The request body. 441 The object takes the form of: 442 443{ 444 "certificateMap": "A String", # URL of the Certificate Map to associate with this TargetSslProxy. 445} 446 447 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). 448 x__xgafv: string, V1 error format. 449 Allowed values 450 1 - v1 error format 451 2 - v2 error format 452 453Returns: 454 An object of the form: 455 456 { # Represents an Operation resource. Google Compute Engine has three Operation resources: * [Global](/compute/docs/reference/rest/beta/globalOperations) * [Regional](/compute/docs/reference/rest/beta/regionOperations) * [Zonal](/compute/docs/reference/rest/beta/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. 457 "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. 458 "creationTimestamp": "A String", # [Deprecated] This field is deprecated. 459 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created. 460 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format. 461 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated. 462 "errors": [ # [Output Only] The array of errors encountered while processing this operation. 463 { 464 "code": "A String", # [Output Only] The error type identifier for this error. 465 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional. 466 "message": "A String", # [Output Only] An optional, human-readable error message. 467 }, 468 ], 469 }, 470 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`. 471 "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. 472 "id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server. 473 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format. 474 "kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources. 475 "name": "A String", # [Output Only] Name of the operation. 476 "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. 477 "operationType": "A String", # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on. 478 "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. 479 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations. 480 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 481 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. 482 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`. 483 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation. 484 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. 485 "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. 486 "user": "A String", # [Output Only] User who requested the operation, for example: `[email protected]`. 487 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated. 488 { 489 "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. 490 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } 491 { 492 "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). 493 "value": "A String", # [Output Only] A warning data value corresponding to the key. 494 }, 495 ], 496 "message": "A String", # [Output Only] A human-readable description of the warning code. 497 }, 498 ], 499 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. 500}</pre> 501</div> 502 503<div class="method"> 504 <code class="details" id="setProxyHeader">setProxyHeader(project, targetSslProxy, body=None, requestId=None, x__xgafv=None)</code> 505 <pre>Changes the ProxyHeaderType for TargetSslProxy. 506 507Args: 508 project: string, Project ID for this request. (required) 509 targetSslProxy: string, Name of the TargetSslProxy resource whose ProxyHeader is to be set. (required) 510 body: object, The request body. 511 The object takes the form of: 512 513{ 514 "proxyHeader": "A String", # The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed. 515} 516 517 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). 518 x__xgafv: string, V1 error format. 519 Allowed values 520 1 - v1 error format 521 2 - v2 error format 522 523Returns: 524 An object of the form: 525 526 { # Represents an Operation resource. Google Compute Engine has three Operation resources: * [Global](/compute/docs/reference/rest/beta/globalOperations) * [Regional](/compute/docs/reference/rest/beta/regionOperations) * [Zonal](/compute/docs/reference/rest/beta/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. 527 "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. 528 "creationTimestamp": "A String", # [Deprecated] This field is deprecated. 529 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created. 530 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format. 531 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated. 532 "errors": [ # [Output Only] The array of errors encountered while processing this operation. 533 { 534 "code": "A String", # [Output Only] The error type identifier for this error. 535 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional. 536 "message": "A String", # [Output Only] An optional, human-readable error message. 537 }, 538 ], 539 }, 540 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`. 541 "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. 542 "id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server. 543 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format. 544 "kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources. 545 "name": "A String", # [Output Only] Name of the operation. 546 "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. 547 "operationType": "A String", # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on. 548 "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. 549 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations. 550 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 551 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. 552 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`. 553 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation. 554 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. 555 "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. 556 "user": "A String", # [Output Only] User who requested the operation, for example: `[email protected]`. 557 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated. 558 { 559 "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. 560 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } 561 { 562 "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). 563 "value": "A String", # [Output Only] A warning data value corresponding to the key. 564 }, 565 ], 566 "message": "A String", # [Output Only] A human-readable description of the warning code. 567 }, 568 ], 569 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. 570}</pre> 571</div> 572 573<div class="method"> 574 <code class="details" id="setSslCertificates">setSslCertificates(project, targetSslProxy, body=None, requestId=None, x__xgafv=None)</code> 575 <pre>Changes SslCertificates for TargetSslProxy. 576 577Args: 578 project: string, Project ID for this request. (required) 579 targetSslProxy: string, Name of the TargetSslProxy resource whose SslCertificate resource is to be set. (required) 580 body: object, The request body. 581 The object takes the form of: 582 583{ 584 "sslCertificates": [ # New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. 585 "A String", 586 ], 587} 588 589 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). 590 x__xgafv: string, V1 error format. 591 Allowed values 592 1 - v1 error format 593 2 - v2 error format 594 595Returns: 596 An object of the form: 597 598 { # Represents an Operation resource. Google Compute Engine has three Operation resources: * [Global](/compute/docs/reference/rest/beta/globalOperations) * [Regional](/compute/docs/reference/rest/beta/regionOperations) * [Zonal](/compute/docs/reference/rest/beta/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. 599 "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. 600 "creationTimestamp": "A String", # [Deprecated] This field is deprecated. 601 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created. 602 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format. 603 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated. 604 "errors": [ # [Output Only] The array of errors encountered while processing this operation. 605 { 606 "code": "A String", # [Output Only] The error type identifier for this error. 607 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional. 608 "message": "A String", # [Output Only] An optional, human-readable error message. 609 }, 610 ], 611 }, 612 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`. 613 "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. 614 "id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server. 615 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format. 616 "kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources. 617 "name": "A String", # [Output Only] Name of the operation. 618 "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. 619 "operationType": "A String", # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on. 620 "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. 621 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations. 622 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 623 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. 624 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`. 625 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation. 626 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. 627 "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. 628 "user": "A String", # [Output Only] User who requested the operation, for example: `[email protected]`. 629 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated. 630 { 631 "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. 632 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } 633 { 634 "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). 635 "value": "A String", # [Output Only] A warning data value corresponding to the key. 636 }, 637 ], 638 "message": "A String", # [Output Only] A human-readable description of the warning code. 639 }, 640 ], 641 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. 642}</pre> 643</div> 644 645<div class="method"> 646 <code class="details" id="setSslPolicy">setSslPolicy(project, targetSslProxy, body=None, requestId=None, x__xgafv=None)</code> 647 <pre>Sets the SSL policy for TargetSslProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the SSL proxy load balancer. They do not affect the connection between the load balancer and the backends. 648 649Args: 650 project: string, Project ID for this request. (required) 651 targetSslProxy: string, Name of the TargetSslProxy resource whose SSL policy is to be set. The name must be 1-63 characters long, and comply with RFC1035. (required) 652 body: object, The request body. 653 The object takes the form of: 654 655{ 656 "sslPolicy": "A String", # URL of the SSL policy resource. Set this to empty string to clear any existing SSL policy associated with the target proxy resource. 657} 658 659 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). 660 x__xgafv: string, V1 error format. 661 Allowed values 662 1 - v1 error format 663 2 - v2 error format 664 665Returns: 666 An object of the form: 667 668 { # Represents an Operation resource. Google Compute Engine has three Operation resources: * [Global](/compute/docs/reference/rest/beta/globalOperations) * [Regional](/compute/docs/reference/rest/beta/regionOperations) * [Zonal](/compute/docs/reference/rest/beta/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. 669 "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. 670 "creationTimestamp": "A String", # [Deprecated] This field is deprecated. 671 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created. 672 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format. 673 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated. 674 "errors": [ # [Output Only] The array of errors encountered while processing this operation. 675 { 676 "code": "A String", # [Output Only] The error type identifier for this error. 677 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional. 678 "message": "A String", # [Output Only] An optional, human-readable error message. 679 }, 680 ], 681 }, 682 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`. 683 "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. 684 "id": "A String", # [Output Only] The unique identifier for the operation. This identifier is defined by the server. 685 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format. 686 "kind": "compute#operation", # [Output Only] Type of the resource. Always `compute#operation` for Operation resources. 687 "name": "A String", # [Output Only] Name of the operation. 688 "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. 689 "operationType": "A String", # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on. 690 "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. 691 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations. 692 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 693 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. 694 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`. 695 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation. 696 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. 697 "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. 698 "user": "A String", # [Output Only] User who requested the operation, for example: `[email protected]`. 699 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated. 700 { 701 "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. 702 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } 703 { 704 "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). 705 "value": "A String", # [Output Only] A warning data value corresponding to the key. 706 }, 707 ], 708 "message": "A String", # [Output Only] A human-readable description of the warning code. 709 }, 710 ], 711 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. 712}</pre> 713</div> 714 715<div class="method"> 716 <code class="details" id="testIamPermissions">testIamPermissions(project, resource, body=None, x__xgafv=None)</code> 717 <pre>Returns permissions that a caller has on the specified resource. 718 719Args: 720 project: string, Project ID for this request. (required) 721 resource: string, Name or id of the resource for this request. (required) 722 body: object, The request body. 723 The object takes the form of: 724 725{ 726 "permissions": [ # The set of permissions to check for the 'resource'. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. 727 "A String", 728 ], 729} 730 731 x__xgafv: string, V1 error format. 732 Allowed values 733 1 - v1 error format 734 2 - v2 error format 735 736Returns: 737 An object of the form: 738 739 { 740 "permissions": [ # A subset of `TestPermissionsRequest.permissions` that the caller is allowed. 741 "A String", 742 ], 743}</pre> 744</div> 745 746</body></html>