1<html><body> 2<style> 3 4body, h1, h2, h3, div, span, p, pre, a { 5 margin: 0; 6 padding: 0; 7 border: 0; 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 13} 14 15body { 16 font-size: 13px; 17 padding: 1em; 18} 19 20h1 { 21 font-size: 26px; 22 margin-bottom: 1em; 23} 24 25h2 { 26 font-size: 24px; 27 margin-bottom: 1em; 28} 29 30h3 { 31 font-size: 20px; 32 margin-bottom: 1em; 33 margin-top: 1em; 34} 35 36pre, code { 37 line-height: 1.5; 38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; 39} 40 41pre { 42 margin-top: 0.5em; 43} 44 45h1, h2, h3, p { 46 font-family: Arial, sans serif; 47} 48 49h1, h2, h3 { 50 border-bottom: solid #CCC 1px; 51} 52 53.toc_element { 54 margin-top: 0.5em; 55} 56 57.firstline { 58 margin-left: 2 em; 59} 60 61.method { 62 margin-top: 1em; 63 border: solid 1px #CCC; 64 padding: 1em; 65 background: #EEE; 66} 67 68.details { 69 font-weight: bold; 70 font-size: 14px; 71} 72 73</style> 74 75<h1><a href="compute_alpha.html">Compute Engine API</a> . <a href="compute_alpha.regionTargetHttpsProxies.html">regionTargetHttpsProxies</a></h1> 76<h2>Instance Methods</h2> 77<p class="toc_element"> 78 <code><a href="#delete">delete(project, region, targetHttpsProxy, requestId=None)</a></code></p> 79<p class="firstline">Deletes the specified TargetHttpsProxy resource.</p> 80<p class="toc_element"> 81 <code><a href="#get">get(project, region, targetHttpsProxy)</a></code></p> 82<p class="firstline">Returns the specified TargetHttpsProxy resource in the specified region. Gets a list of available target HTTP proxies by making a list() request.</p> 83<p class="toc_element"> 84 <code><a href="#insert">insert(project, region, body, requestId=None)</a></code></p> 85<p class="firstline">Creates a TargetHttpsProxy resource in the specified project and region using the data included in the request.</p> 86<p class="toc_element"> 87 <code><a href="#list">list(project, region, orderBy=None, maxResults=None, pageToken=None, filter=None)</a></code></p> 88<p class="firstline">Retrieves the list of TargetHttpsProxy resources available to the specified project in the specified region.</p> 89<p class="toc_element"> 90 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> 91<p class="firstline">Retrieves the next page of results.</p> 92<p class="toc_element"> 93 <code><a href="#setSslCertificates">setSslCertificates(project, region, targetHttpsProxy, body, requestId=None)</a></code></p> 94<p class="firstline">Replaces SslCertificates for TargetHttpsProxy.</p> 95<p class="toc_element"> 96 <code><a href="#setUrlMap">setUrlMap(project, region, targetHttpsProxy, body, requestId=None)</a></code></p> 97<p class="firstline">Changes the URL map for TargetHttpsProxy.</p> 98<p class="toc_element"> 99 <code><a href="#testIamPermissions">testIamPermissions(project, region, 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="delete">delete(project, region, targetHttpsProxy, requestId=None)</code> 104 <pre>Deletes the specified TargetHttpsProxy resource. 105 106Args: 107 project: string, Project ID for this request. (required) 108 region: string, Name of the region scoping this request. (required) 109 targetHttpsProxy: string, Name of the TargetHttpsProxy resource to delete. (required) 110 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. 111 112For 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. 113 114The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). 115 116Returns: 117 An object of the form: 118 119 { # Represents an Operation resource. 120 # 121 # You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses. 122 # 123 # Operations can be global, regional or zonal. 124 # - For global operations, use the globalOperations resource. 125 # - For regional operations, use the regionOperations resource. 126 # - For zonal operations, use the zonalOperations resource. 127 # 128 # 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 ==) 129 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. 130 "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. 131 "creationTimestamp": "A String", # [Deprecated] This field is deprecated. 132 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server. 133 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. 134 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format. 135 "operationType": "A String", # [Output Only] The type of operation, such as insert, update, or delete, and so on. 136 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND. 137 "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. 138 "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. 139 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation. 140 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE. 141 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created. 142 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated. 143 { 144 "message": "A String", # [Output Only] A human-readable description of the warning code. 145 "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. 146 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: 147 # "data": [ { "key": "scope", "value": "zones/us-east1-d" } 148 { 149 "value": "A String", # [Output Only] A warning data value corresponding to the key. 150 "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). 151 }, 152 ], 153 }, 154 ], 155 "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id. 156 "user": "A String", # [Output Only] User who requested the operation, for example: user@example.com. 157 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. 158 "kind": "compute#operation", # [Output Only] Type of the resource. Always compute#operation for Operation resources. 159 "name": "A String", # [Output Only] Name of the resource. 160 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations. 161 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated. 162 "errors": [ # [Output Only] The array of errors encountered while processing this operation. 163 { 164 "message": "A String", # [Output Only] An optional, human-readable error message. 165 "code": "A String", # [Output Only] The error type identifier for this error. 166 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional. 167 }, 168 ], 169 }, 170 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format. 171 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 172 "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. 173 }</pre> 174</div> 175 176<div class="method"> 177 <code class="details" id="get">get(project, region, targetHttpsProxy)</code> 178 <pre>Returns the specified TargetHttpsProxy resource in the specified region. Gets a list of available target HTTP proxies by making a list() request. 179 180Args: 181 project: string, Project ID for this request. (required) 182 region: string, Name of the region scoping this request. (required) 183 targetHttpsProxy: string, Name of the TargetHttpsProxy resource to return. (required) 184 185Returns: 186 An object of the form: 187 188 { # A TargetHttpsProxy resource. This resource defines an HTTPS proxy. (== resource_for beta.targetHttpsProxies ==) (== resource_for v1.targetHttpsProxies ==) 189 "kind": "compute#targetHttpsProxy", # [Output Only] Type of resource. Always compute#targetHttpsProxy for target HTTPS proxies. 190 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 191 "region": "A String", # [Output Only] URL of the region where the regional TargetHttpsProxy resides. This field is not applicable to global TargetHttpsProxies. 192 "sslCertificates": [ # URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. 193 "A String", 194 ], 195 "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id. 196 "sslPolicy": "A String", # URL of SslPolicy resource that will be associated with the TargetHttpsProxy resource. If not set, the TargetHttpsProxy resource will not have any SSL policy configured. 197 "proxyBind": True or False, # This field only applies when the loadBalancingScheme is INTERNAL_SELF_MANAGED. When set to true the Envoy binds on the IP address specified by the forwarding rule. Default is false. 198 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 199 "urlMap": "A String", # A fully-qualified or valid partial URL to the UrlMap resource that defines the mapping from URL to the BackendService. For example, the following are all valid URLs for specifying a URL map: 200 # - https://www.googleapis.compute/v1/projects/project/global/urlMaps/url-map 201 # - projects/project/global/urlMaps/url-map 202 # - global/urlMaps/url-map 203 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format. 204 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server. 205 "quicOverride": "A String", # Specifies the QUIC override policy for this TargetHttpsProxy resource. This determines whether the load balancer will attempt to negotiate QUIC with clients or not. Can specify one of NONE, ENABLE, or DISABLE. Specify ENABLE to always enable QUIC, Enables QUIC when set to ENABLE, and disables QUIC when set to DISABLE. If NONE is specified, uses the QUIC policy with no user overrides, which is equivalent to DISABLE. Not specifying this field is equivalent to specifying NONE. 206 "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. 207 }</pre> 208</div> 209 210<div class="method"> 211 <code class="details" id="insert">insert(project, region, body, requestId=None)</code> 212 <pre>Creates a TargetHttpsProxy resource in the specified project and region using the data included in the request. 213 214Args: 215 project: string, Project ID for this request. (required) 216 region: string, Name of the region scoping this request. (required) 217 body: object, The request body. (required) 218 The object takes the form of: 219 220{ # A TargetHttpsProxy resource. This resource defines an HTTPS proxy. (== resource_for beta.targetHttpsProxies ==) (== resource_for v1.targetHttpsProxies ==) 221 "kind": "compute#targetHttpsProxy", # [Output Only] Type of resource. Always compute#targetHttpsProxy for target HTTPS proxies. 222 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 223 "region": "A String", # [Output Only] URL of the region where the regional TargetHttpsProxy resides. This field is not applicable to global TargetHttpsProxies. 224 "sslCertificates": [ # URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. 225 "A String", 226 ], 227 "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id. 228 "sslPolicy": "A String", # URL of SslPolicy resource that will be associated with the TargetHttpsProxy resource. If not set, the TargetHttpsProxy resource will not have any SSL policy configured. 229 "proxyBind": True or False, # This field only applies when the loadBalancingScheme is INTERNAL_SELF_MANAGED. When set to true the Envoy binds on the IP address specified by the forwarding rule. Default is false. 230 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 231 "urlMap": "A String", # A fully-qualified or valid partial URL to the UrlMap resource that defines the mapping from URL to the BackendService. For example, the following are all valid URLs for specifying a URL map: 232 # - https://www.googleapis.compute/v1/projects/project/global/urlMaps/url-map 233 # - projects/project/global/urlMaps/url-map 234 # - global/urlMaps/url-map 235 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format. 236 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server. 237 "quicOverride": "A String", # Specifies the QUIC override policy for this TargetHttpsProxy resource. This determines whether the load balancer will attempt to negotiate QUIC with clients or not. Can specify one of NONE, ENABLE, or DISABLE. Specify ENABLE to always enable QUIC, Enables QUIC when set to ENABLE, and disables QUIC when set to DISABLE. If NONE is specified, uses the QUIC policy with no user overrides, which is equivalent to DISABLE. Not specifying this field is equivalent to specifying NONE. 238 "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. 239 } 240 241 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. 242 243For 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. 244 245The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). 246 247Returns: 248 An object of the form: 249 250 { # Represents an Operation resource. 251 # 252 # You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses. 253 # 254 # Operations can be global, regional or zonal. 255 # - For global operations, use the globalOperations resource. 256 # - For regional operations, use the regionOperations resource. 257 # - For zonal operations, use the zonalOperations resource. 258 # 259 # 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 ==) 260 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. 261 "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. 262 "creationTimestamp": "A String", # [Deprecated] This field is deprecated. 263 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server. 264 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. 265 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format. 266 "operationType": "A String", # [Output Only] The type of operation, such as insert, update, or delete, and so on. 267 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND. 268 "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. 269 "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. 270 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation. 271 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE. 272 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created. 273 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated. 274 { 275 "message": "A String", # [Output Only] A human-readable description of the warning code. 276 "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. 277 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: 278 # "data": [ { "key": "scope", "value": "zones/us-east1-d" } 279 { 280 "value": "A String", # [Output Only] A warning data value corresponding to the key. 281 "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). 282 }, 283 ], 284 }, 285 ], 286 "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id. 287 "user": "A String", # [Output Only] User who requested the operation, for example: user@example.com. 288 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. 289 "kind": "compute#operation", # [Output Only] Type of the resource. Always compute#operation for Operation resources. 290 "name": "A String", # [Output Only] Name of the resource. 291 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations. 292 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated. 293 "errors": [ # [Output Only] The array of errors encountered while processing this operation. 294 { 295 "message": "A String", # [Output Only] An optional, human-readable error message. 296 "code": "A String", # [Output Only] The error type identifier for this error. 297 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional. 298 }, 299 ], 300 }, 301 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format. 302 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 303 "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. 304 }</pre> 305</div> 306 307<div class="method"> 308 <code class="details" id="list">list(project, region, orderBy=None, maxResults=None, pageToken=None, filter=None)</code> 309 <pre>Retrieves the list of TargetHttpsProxy resources available to the specified project in the specified region. 310 311Args: 312 project: string, Project ID for this request. (required) 313 region: string, Name of the region scoping this request. (required) 314 orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. 315 316You 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. 317 318Currently, only sorting by name or creationTimestamp desc is supported. 319 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) 320 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. 321 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 <. 322 323For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance. 324 325You 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. 326 327To 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). 328 329Returns: 330 An object of the form: 331 332 { # Contains a list of TargetHttpsProxy resources. 333 "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. 334 "kind": "compute#targetHttpsProxyList", # Type of resource. Always compute#targetHttpsProxyList for lists of target HTTPS proxies. 335 "items": [ # A list of TargetHttpsProxy resources. 336 { # A TargetHttpsProxy resource. This resource defines an HTTPS proxy. (== resource_for beta.targetHttpsProxies ==) (== resource_for v1.targetHttpsProxies ==) 337 "kind": "compute#targetHttpsProxy", # [Output Only] Type of resource. Always compute#targetHttpsProxy for target HTTPS proxies. 338 "description": "A String", # An optional description of this resource. Provide this property when you create the resource. 339 "region": "A String", # [Output Only] URL of the region where the regional TargetHttpsProxy resides. This field is not applicable to global TargetHttpsProxies. 340 "sslCertificates": [ # URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. 341 "A String", 342 ], 343 "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id. 344 "sslPolicy": "A String", # URL of SslPolicy resource that will be associated with the TargetHttpsProxy resource. If not set, the TargetHttpsProxy resource will not have any SSL policy configured. 345 "proxyBind": True or False, # This field only applies when the loadBalancingScheme is INTERNAL_SELF_MANAGED. When set to true the Envoy binds on the IP address specified by the forwarding rule. Default is false. 346 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 347 "urlMap": "A String", # A fully-qualified or valid partial URL to the UrlMap resource that defines the mapping from URL to the BackendService. For example, the following are all valid URLs for specifying a URL map: 348 # - https://www.googleapis.compute/v1/projects/project/global/urlMaps/url-map 349 # - projects/project/global/urlMaps/url-map 350 # - global/urlMaps/url-map 351 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format. 352 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server. 353 "quicOverride": "A String", # Specifies the QUIC override policy for this TargetHttpsProxy resource. This determines whether the load balancer will attempt to negotiate QUIC with clients or not. Can specify one of NONE, ENABLE, or DISABLE. Specify ENABLE to always enable QUIC, Enables QUIC when set to ENABLE, and disables QUIC when set to DISABLE. If NONE is specified, uses the QUIC policy with no user overrides, which is equivalent to DISABLE. Not specifying this field is equivalent to specifying NONE. 354 "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. 355 }, 356 ], 357 "warning": { # [Output Only] Informational warning message. 358 "message": "A String", # [Output Only] A human-readable description of the warning code. 359 "code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. 360 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: 361 # "data": [ { "key": "scope", "value": "zones/us-east1-d" } 362 { 363 "value": "A String", # [Output Only] A warning data value corresponding to the key. 364 "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding). 365 }, 366 ], 367 }, 368 "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server. 369 "selfLink": "A String", # [Output Only] Server-defined URL for this resource. 370 }</pre> 371</div> 372 373<div class="method"> 374 <code class="details" id="list_next">list_next(previous_request, previous_response)</code> 375 <pre>Retrieves the next page of results. 376 377Args: 378 previous_request: The request for the previous page. (required) 379 previous_response: The response from the request for the previous page. (required) 380 381Returns: 382 A request object that you can call 'execute()' on to request the next 383 page. Returns None if there are no more items in the collection. 384 </pre> 385</div> 386 387<div class="method"> 388 <code class="details" id="setSslCertificates">setSslCertificates(project, region, targetHttpsProxy, body, requestId=None)</code> 389 <pre>Replaces SslCertificates for TargetHttpsProxy. 390 391Args: 392 project: string, Project ID for this request. (required) 393 region: string, Name of the region scoping this request. (required) 394 targetHttpsProxy: string, Name of the TargetHttpsProxy resource to set an SslCertificates resource for. (required) 395 body: object, The request body. (required) 396 The object takes the form of: 397 398{ 399 "sslCertificates": [ # New set of SslCertificate resources to associate with this TargetHttpsProxy resource. Currently exactly one SslCertificate resource must be specified. 400 "A String", 401 ], 402 } 403 404 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. 405 406For 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. 407 408The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). 409 410Returns: 411 An object of the form: 412 413 { # Represents an Operation resource. 414 # 415 # You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses. 416 # 417 # Operations can be global, regional or zonal. 418 # - For global operations, use the globalOperations resource. 419 # - For regional operations, use the regionOperations resource. 420 # - For zonal operations, use the zonalOperations resource. 421 # 422 # 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 ==) 423 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. 424 "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. 425 "creationTimestamp": "A String", # [Deprecated] This field is deprecated. 426 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server. 427 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. 428 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format. 429 "operationType": "A String", # [Output Only] The type of operation, such as insert, update, or delete, and so on. 430 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND. 431 "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. 432 "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. 433 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation. 434 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE. 435 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created. 436 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated. 437 { 438 "message": "A String", # [Output Only] A human-readable description of the warning code. 439 "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. 440 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: 441 # "data": [ { "key": "scope", "value": "zones/us-east1-d" } 442 { 443 "value": "A String", # [Output Only] A warning data value corresponding to the key. 444 "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). 445 }, 446 ], 447 }, 448 ], 449 "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id. 450 "user": "A String", # [Output Only] User who requested the operation, for example: user@example.com. 451 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. 452 "kind": "compute#operation", # [Output Only] Type of the resource. Always compute#operation for Operation resources. 453 "name": "A String", # [Output Only] Name of the resource. 454 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations. 455 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated. 456 "errors": [ # [Output Only] The array of errors encountered while processing this operation. 457 { 458 "message": "A String", # [Output Only] An optional, human-readable error message. 459 "code": "A String", # [Output Only] The error type identifier for this error. 460 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional. 461 }, 462 ], 463 }, 464 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format. 465 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 466 "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. 467 }</pre> 468</div> 469 470<div class="method"> 471 <code class="details" id="setUrlMap">setUrlMap(project, region, targetHttpsProxy, body, requestId=None)</code> 472 <pre>Changes the URL map for TargetHttpsProxy. 473 474Args: 475 project: string, Project ID for this request. (required) 476 region: string, Name of the region scoping this request. (required) 477 targetHttpsProxy: string, Name of the TargetHttpsProxy to set a URL map for. (required) 478 body: object, The request body. (required) 479 The object takes the form of: 480 481{ 482 "urlMap": "A String", 483 } 484 485 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. 486 487For 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. 488 489The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). 490 491Returns: 492 An object of the form: 493 494 { # Represents an Operation resource. 495 # 496 # You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses. 497 # 498 # Operations can be global, regional or zonal. 499 # - For global operations, use the globalOperations resource. 500 # - For regional operations, use the regionOperations resource. 501 # - For zonal operations, use the zonalOperations resource. 502 # 503 # 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 ==) 504 "targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. 505 "clientOperationId": "A String", # [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. 506 "creationTimestamp": "A String", # [Deprecated] This field is deprecated. 507 "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server. 508 "zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. 509 "insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format. 510 "operationType": "A String", # [Output Only] The type of operation, such as insert, update, or delete, and so on. 511 "httpErrorMessage": "A String", # [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND. 512 "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. 513 "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. 514 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation. 515 "status": "A String", # [Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE. 516 "description": "A String", # [Output Only] A textual description of the operation, which is set when the operation is created. 517 "warnings": [ # [Output Only] If warning messages are generated during processing of the operation, this field will be populated. 518 { 519 "message": "A String", # [Output Only] A human-readable description of the warning code. 520 "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. 521 "data": [ # [Output Only] Metadata about this warning in key: value format. For example: 522 # "data": [ { "key": "scope", "value": "zones/us-east1-d" } 523 { 524 "value": "A String", # [Output Only] A warning data value corresponding to the key. 525 "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). 526 }, 527 ], 528 }, 529 ], 530 "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id. 531 "user": "A String", # [Output Only] User who requested the operation, for example: user@example.com. 532 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. 533 "kind": "compute#operation", # [Output Only] Type of the resource. Always compute#operation for Operation resources. 534 "name": "A String", # [Output Only] Name of the resource. 535 "region": "A String", # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations. 536 "error": { # [Output Only] If errors are generated during processing of the operation, this field will be populated. 537 "errors": [ # [Output Only] The array of errors encountered while processing this operation. 538 { 539 "message": "A String", # [Output Only] An optional, human-readable error message. 540 "code": "A String", # [Output Only] The error type identifier for this error. 541 "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional. 542 }, 543 ], 544 }, 545 "endTime": "A String", # [Output Only] The time that this operation was completed. This value is in RFC3339 text format. 546 "selfLink": "A String", # [Output Only] Server-defined URL for the resource. 547 "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. 548 }</pre> 549</div> 550 551<div class="method"> 552 <code class="details" id="testIamPermissions">testIamPermissions(project, region, resource, body)</code> 553 <pre>Returns permissions that a caller has on the specified resource. 554 555Args: 556 project: string, Project ID for this request. (required) 557 region: string, The name of the region for this request. (required) 558 resource: string, Name or id of the resource for this request. (required) 559 body: object, The request body. (required) 560 The object takes the form of: 561 562{ 563 "permissions": [ # The set of permissions to check for the 'resource'. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. 564 "A String", 565 ], 566 } 567 568 569Returns: 570 An object of the form: 571 572 { 573 "permissions": [ # A subset of `TestPermissionsRequest.permissions` that the caller is allowed. 574 "A String", 575 ], 576 }</pre> 577</div> 578 579</body></html>