1 /* 2 * Copyright 2020 Google LLC 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * https://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 // Generated by the protocol buffer compiler. DO NOT EDIT! 17 // source: google/cloud/compute/v1/compute.proto 18 19 package com.google.cloud.compute.v1; 20 21 public interface UrlMapOrBuilder 22 extends 23 // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.UrlMap) 24 com.google.protobuf.MessageOrBuilder { 25 26 /** 27 * 28 * 29 * <pre> 30 * [Output Only] Creation timestamp in RFC3339 text format. 31 * </pre> 32 * 33 * <code>optional string creation_timestamp = 30525366;</code> 34 * 35 * @return Whether the creationTimestamp field is set. 36 */ hasCreationTimestamp()37 boolean hasCreationTimestamp(); 38 /** 39 * 40 * 41 * <pre> 42 * [Output Only] Creation timestamp in RFC3339 text format. 43 * </pre> 44 * 45 * <code>optional string creation_timestamp = 30525366;</code> 46 * 47 * @return The creationTimestamp. 48 */ getCreationTimestamp()49 java.lang.String getCreationTimestamp(); 50 /** 51 * 52 * 53 * <pre> 54 * [Output Only] Creation timestamp in RFC3339 text format. 55 * </pre> 56 * 57 * <code>optional string creation_timestamp = 30525366;</code> 58 * 59 * @return The bytes for creationTimestamp. 60 */ getCreationTimestampBytes()61 com.google.protobuf.ByteString getCreationTimestampBytes(); 62 63 /** 64 * 65 * 66 * <pre> 67 * defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices. Only one of defaultRouteAction or defaultUrlRedirect must be set. URL maps for Classic external HTTP(S) load balancers only support the urlRewrite action within defaultRouteAction. defaultRouteAction has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true. 68 * </pre> 69 * 70 * <code>optional .google.cloud.compute.v1.HttpRouteAction default_route_action = 378919466; 71 * </code> 72 * 73 * @return Whether the defaultRouteAction field is set. 74 */ hasDefaultRouteAction()75 boolean hasDefaultRouteAction(); 76 /** 77 * 78 * 79 * <pre> 80 * defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices. Only one of defaultRouteAction or defaultUrlRedirect must be set. URL maps for Classic external HTTP(S) load balancers only support the urlRewrite action within defaultRouteAction. defaultRouteAction has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true. 81 * </pre> 82 * 83 * <code>optional .google.cloud.compute.v1.HttpRouteAction default_route_action = 378919466; 84 * </code> 85 * 86 * @return The defaultRouteAction. 87 */ getDefaultRouteAction()88 com.google.cloud.compute.v1.HttpRouteAction getDefaultRouteAction(); 89 /** 90 * 91 * 92 * <pre> 93 * defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices. Only one of defaultRouteAction or defaultUrlRedirect must be set. URL maps for Classic external HTTP(S) load balancers only support the urlRewrite action within defaultRouteAction. defaultRouteAction has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true. 94 * </pre> 95 * 96 * <code>optional .google.cloud.compute.v1.HttpRouteAction default_route_action = 378919466; 97 * </code> 98 */ getDefaultRouteActionOrBuilder()99 com.google.cloud.compute.v1.HttpRouteActionOrBuilder getDefaultRouteActionOrBuilder(); 100 101 /** 102 * 103 * 104 * <pre> 105 * The full or partial URL of the defaultService resource to which traffic is directed if none of the hostRules match. If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. Only one of defaultService, defaultUrlRedirect , or defaultRouteAction.weightedBackendService must be set. defaultService has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true. 106 * </pre> 107 * 108 * <code>optional string default_service = 370242231;</code> 109 * 110 * @return Whether the defaultService field is set. 111 */ hasDefaultService()112 boolean hasDefaultService(); 113 /** 114 * 115 * 116 * <pre> 117 * The full or partial URL of the defaultService resource to which traffic is directed if none of the hostRules match. If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. Only one of defaultService, defaultUrlRedirect , or defaultRouteAction.weightedBackendService must be set. defaultService has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true. 118 * </pre> 119 * 120 * <code>optional string default_service = 370242231;</code> 121 * 122 * @return The defaultService. 123 */ getDefaultService()124 java.lang.String getDefaultService(); 125 /** 126 * 127 * 128 * <pre> 129 * The full or partial URL of the defaultService resource to which traffic is directed if none of the hostRules match. If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. Only one of defaultService, defaultUrlRedirect , or defaultRouteAction.weightedBackendService must be set. defaultService has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true. 130 * </pre> 131 * 132 * <code>optional string default_service = 370242231;</code> 133 * 134 * @return The bytes for defaultService. 135 */ getDefaultServiceBytes()136 com.google.protobuf.ByteString getDefaultServiceBytes(); 137 138 /** 139 * 140 * 141 * <pre> 142 * When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set. Not supported when the URL map is bound to a target gRPC proxy. 143 * </pre> 144 * 145 * <code>optional .google.cloud.compute.v1.HttpRedirectAction default_url_redirect = 359503338; 146 * </code> 147 * 148 * @return Whether the defaultUrlRedirect field is set. 149 */ hasDefaultUrlRedirect()150 boolean hasDefaultUrlRedirect(); 151 /** 152 * 153 * 154 * <pre> 155 * When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set. Not supported when the URL map is bound to a target gRPC proxy. 156 * </pre> 157 * 158 * <code>optional .google.cloud.compute.v1.HttpRedirectAction default_url_redirect = 359503338; 159 * </code> 160 * 161 * @return The defaultUrlRedirect. 162 */ getDefaultUrlRedirect()163 com.google.cloud.compute.v1.HttpRedirectAction getDefaultUrlRedirect(); 164 /** 165 * 166 * 167 * <pre> 168 * When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set. Not supported when the URL map is bound to a target gRPC proxy. 169 * </pre> 170 * 171 * <code>optional .google.cloud.compute.v1.HttpRedirectAction default_url_redirect = 359503338; 172 * </code> 173 */ getDefaultUrlRedirectOrBuilder()174 com.google.cloud.compute.v1.HttpRedirectActionOrBuilder getDefaultUrlRedirectOrBuilder(); 175 176 /** 177 * 178 * 179 * <pre> 180 * An optional description of this resource. Provide this property when you create the resource. 181 * </pre> 182 * 183 * <code>optional string description = 422937596;</code> 184 * 185 * @return Whether the description field is set. 186 */ hasDescription()187 boolean hasDescription(); 188 /** 189 * 190 * 191 * <pre> 192 * An optional description of this resource. Provide this property when you create the resource. 193 * </pre> 194 * 195 * <code>optional string description = 422937596;</code> 196 * 197 * @return The description. 198 */ getDescription()199 java.lang.String getDescription(); 200 /** 201 * 202 * 203 * <pre> 204 * An optional description of this resource. Provide this property when you create the resource. 205 * </pre> 206 * 207 * <code>optional string description = 422937596;</code> 208 * 209 * @return The bytes for description. 210 */ getDescriptionBytes()211 com.google.protobuf.ByteString getDescriptionBytes(); 212 213 /** 214 * 215 * 216 * <pre> 217 * Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field is ignored when inserting a UrlMap. An up-to-date fingerprint must be provided in order to update the UrlMap, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a UrlMap. 218 * </pre> 219 * 220 * <code>optional string fingerprint = 234678500;</code> 221 * 222 * @return Whether the fingerprint field is set. 223 */ hasFingerprint()224 boolean hasFingerprint(); 225 /** 226 * 227 * 228 * <pre> 229 * Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field is ignored when inserting a UrlMap. An up-to-date fingerprint must be provided in order to update the UrlMap, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a UrlMap. 230 * </pre> 231 * 232 * <code>optional string fingerprint = 234678500;</code> 233 * 234 * @return The fingerprint. 235 */ getFingerprint()236 java.lang.String getFingerprint(); 237 /** 238 * 239 * 240 * <pre> 241 * Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field is ignored when inserting a UrlMap. An up-to-date fingerprint must be provided in order to update the UrlMap, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a UrlMap. 242 * </pre> 243 * 244 * <code>optional string fingerprint = 234678500;</code> 245 * 246 * @return The bytes for fingerprint. 247 */ getFingerprintBytes()248 com.google.protobuf.ByteString getFingerprintBytes(); 249 250 /** 251 * 252 * 253 * <pre> 254 * Specifies changes to request and response headers that need to take effect for the selected backendService. The headerAction specified here take effect after headerAction specified under pathMatcher. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true. 255 * </pre> 256 * 257 * <code>optional .google.cloud.compute.v1.HttpHeaderAction header_action = 328077352;</code> 258 * 259 * @return Whether the headerAction field is set. 260 */ hasHeaderAction()261 boolean hasHeaderAction(); 262 /** 263 * 264 * 265 * <pre> 266 * Specifies changes to request and response headers that need to take effect for the selected backendService. The headerAction specified here take effect after headerAction specified under pathMatcher. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true. 267 * </pre> 268 * 269 * <code>optional .google.cloud.compute.v1.HttpHeaderAction header_action = 328077352;</code> 270 * 271 * @return The headerAction. 272 */ getHeaderAction()273 com.google.cloud.compute.v1.HttpHeaderAction getHeaderAction(); 274 /** 275 * 276 * 277 * <pre> 278 * Specifies changes to request and response headers that need to take effect for the selected backendService. The headerAction specified here take effect after headerAction specified under pathMatcher. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true. 279 * </pre> 280 * 281 * <code>optional .google.cloud.compute.v1.HttpHeaderAction header_action = 328077352;</code> 282 */ getHeaderActionOrBuilder()283 com.google.cloud.compute.v1.HttpHeaderActionOrBuilder getHeaderActionOrBuilder(); 284 285 /** 286 * 287 * 288 * <pre> 289 * The list of host rules to use against the URL. 290 * </pre> 291 * 292 * <code>repeated .google.cloud.compute.v1.HostRule host_rules = 311804832;</code> 293 */ getHostRulesList()294 java.util.List<com.google.cloud.compute.v1.HostRule> getHostRulesList(); 295 /** 296 * 297 * 298 * <pre> 299 * The list of host rules to use against the URL. 300 * </pre> 301 * 302 * <code>repeated .google.cloud.compute.v1.HostRule host_rules = 311804832;</code> 303 */ getHostRules(int index)304 com.google.cloud.compute.v1.HostRule getHostRules(int index); 305 /** 306 * 307 * 308 * <pre> 309 * The list of host rules to use against the URL. 310 * </pre> 311 * 312 * <code>repeated .google.cloud.compute.v1.HostRule host_rules = 311804832;</code> 313 */ getHostRulesCount()314 int getHostRulesCount(); 315 /** 316 * 317 * 318 * <pre> 319 * The list of host rules to use against the URL. 320 * </pre> 321 * 322 * <code>repeated .google.cloud.compute.v1.HostRule host_rules = 311804832;</code> 323 */ 324 java.util.List<? extends com.google.cloud.compute.v1.HostRuleOrBuilder> getHostRulesOrBuilderList()325 getHostRulesOrBuilderList(); 326 /** 327 * 328 * 329 * <pre> 330 * The list of host rules to use against the URL. 331 * </pre> 332 * 333 * <code>repeated .google.cloud.compute.v1.HostRule host_rules = 311804832;</code> 334 */ getHostRulesOrBuilder(int index)335 com.google.cloud.compute.v1.HostRuleOrBuilder getHostRulesOrBuilder(int index); 336 337 /** 338 * 339 * 340 * <pre> 341 * [Output Only] The unique identifier for the resource. This identifier is defined by the server. 342 * </pre> 343 * 344 * <code>optional uint64 id = 3355;</code> 345 * 346 * @return Whether the id field is set. 347 */ hasId()348 boolean hasId(); 349 /** 350 * 351 * 352 * <pre> 353 * [Output Only] The unique identifier for the resource. This identifier is defined by the server. 354 * </pre> 355 * 356 * <code>optional uint64 id = 3355;</code> 357 * 358 * @return The id. 359 */ getId()360 long getId(); 361 362 /** 363 * 364 * 365 * <pre> 366 * [Output Only] Type of the resource. Always compute#urlMaps for url maps. 367 * </pre> 368 * 369 * <code>optional string kind = 3292052;</code> 370 * 371 * @return Whether the kind field is set. 372 */ hasKind()373 boolean hasKind(); 374 /** 375 * 376 * 377 * <pre> 378 * [Output Only] Type of the resource. Always compute#urlMaps for url maps. 379 * </pre> 380 * 381 * <code>optional string kind = 3292052;</code> 382 * 383 * @return The kind. 384 */ getKind()385 java.lang.String getKind(); 386 /** 387 * 388 * 389 * <pre> 390 * [Output Only] Type of the resource. Always compute#urlMaps for url maps. 391 * </pre> 392 * 393 * <code>optional string kind = 3292052;</code> 394 * 395 * @return The bytes for kind. 396 */ getKindBytes()397 com.google.protobuf.ByteString getKindBytes(); 398 399 /** 400 * 401 * 402 * <pre> 403 * 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. 404 * </pre> 405 * 406 * <code>optional string name = 3373707;</code> 407 * 408 * @return Whether the name field is set. 409 */ hasName()410 boolean hasName(); 411 /** 412 * 413 * 414 * <pre> 415 * 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. 416 * </pre> 417 * 418 * <code>optional string name = 3373707;</code> 419 * 420 * @return The name. 421 */ getName()422 java.lang.String getName(); 423 /** 424 * 425 * 426 * <pre> 427 * 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. 428 * </pre> 429 * 430 * <code>optional string name = 3373707;</code> 431 * 432 * @return The bytes for name. 433 */ getNameBytes()434 com.google.protobuf.ByteString getNameBytes(); 435 436 /** 437 * 438 * 439 * <pre> 440 * The list of named PathMatchers to use against the URL. 441 * </pre> 442 * 443 * <code>repeated .google.cloud.compute.v1.PathMatcher path_matchers = 271664219;</code> 444 */ getPathMatchersList()445 java.util.List<com.google.cloud.compute.v1.PathMatcher> getPathMatchersList(); 446 /** 447 * 448 * 449 * <pre> 450 * The list of named PathMatchers to use against the URL. 451 * </pre> 452 * 453 * <code>repeated .google.cloud.compute.v1.PathMatcher path_matchers = 271664219;</code> 454 */ getPathMatchers(int index)455 com.google.cloud.compute.v1.PathMatcher getPathMatchers(int index); 456 /** 457 * 458 * 459 * <pre> 460 * The list of named PathMatchers to use against the URL. 461 * </pre> 462 * 463 * <code>repeated .google.cloud.compute.v1.PathMatcher path_matchers = 271664219;</code> 464 */ getPathMatchersCount()465 int getPathMatchersCount(); 466 /** 467 * 468 * 469 * <pre> 470 * The list of named PathMatchers to use against the URL. 471 * </pre> 472 * 473 * <code>repeated .google.cloud.compute.v1.PathMatcher path_matchers = 271664219;</code> 474 */ 475 java.util.List<? extends com.google.cloud.compute.v1.PathMatcherOrBuilder> getPathMatchersOrBuilderList()476 getPathMatchersOrBuilderList(); 477 /** 478 * 479 * 480 * <pre> 481 * The list of named PathMatchers to use against the URL. 482 * </pre> 483 * 484 * <code>repeated .google.cloud.compute.v1.PathMatcher path_matchers = 271664219;</code> 485 */ getPathMatchersOrBuilder(int index)486 com.google.cloud.compute.v1.PathMatcherOrBuilder getPathMatchersOrBuilder(int index); 487 488 /** 489 * 490 * 491 * <pre> 492 * [Output Only] URL of the region where the regional URL map resides. This field is not applicable to global URL maps. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. 493 * </pre> 494 * 495 * <code>optional string region = 138946292;</code> 496 * 497 * @return Whether the region field is set. 498 */ hasRegion()499 boolean hasRegion(); 500 /** 501 * 502 * 503 * <pre> 504 * [Output Only] URL of the region where the regional URL map resides. This field is not applicable to global URL maps. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. 505 * </pre> 506 * 507 * <code>optional string region = 138946292;</code> 508 * 509 * @return The region. 510 */ getRegion()511 java.lang.String getRegion(); 512 /** 513 * 514 * 515 * <pre> 516 * [Output Only] URL of the region where the regional URL map resides. This field is not applicable to global URL maps. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. 517 * </pre> 518 * 519 * <code>optional string region = 138946292;</code> 520 * 521 * @return The bytes for region. 522 */ getRegionBytes()523 com.google.protobuf.ByteString getRegionBytes(); 524 525 /** 526 * 527 * 528 * <pre> 529 * [Output Only] Server-defined URL for the resource. 530 * </pre> 531 * 532 * <code>optional string self_link = 456214797;</code> 533 * 534 * @return Whether the selfLink field is set. 535 */ hasSelfLink()536 boolean hasSelfLink(); 537 /** 538 * 539 * 540 * <pre> 541 * [Output Only] Server-defined URL for the resource. 542 * </pre> 543 * 544 * <code>optional string self_link = 456214797;</code> 545 * 546 * @return The selfLink. 547 */ getSelfLink()548 java.lang.String getSelfLink(); 549 /** 550 * 551 * 552 * <pre> 553 * [Output Only] Server-defined URL for the resource. 554 * </pre> 555 * 556 * <code>optional string self_link = 456214797;</code> 557 * 558 * @return The bytes for selfLink. 559 */ getSelfLinkBytes()560 com.google.protobuf.ByteString getSelfLinkBytes(); 561 562 /** 563 * 564 * 565 * <pre> 566 * The list of expected URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can specify a maximum of 100 tests per UrlMap. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true. 567 * </pre> 568 * 569 * <code>repeated .google.cloud.compute.v1.UrlMapTest tests = 110251553;</code> 570 */ getTestsList()571 java.util.List<com.google.cloud.compute.v1.UrlMapTest> getTestsList(); 572 /** 573 * 574 * 575 * <pre> 576 * The list of expected URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can specify a maximum of 100 tests per UrlMap. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true. 577 * </pre> 578 * 579 * <code>repeated .google.cloud.compute.v1.UrlMapTest tests = 110251553;</code> 580 */ getTests(int index)581 com.google.cloud.compute.v1.UrlMapTest getTests(int index); 582 /** 583 * 584 * 585 * <pre> 586 * The list of expected URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can specify a maximum of 100 tests per UrlMap. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true. 587 * </pre> 588 * 589 * <code>repeated .google.cloud.compute.v1.UrlMapTest tests = 110251553;</code> 590 */ getTestsCount()591 int getTestsCount(); 592 /** 593 * 594 * 595 * <pre> 596 * The list of expected URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can specify a maximum of 100 tests per UrlMap. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true. 597 * </pre> 598 * 599 * <code>repeated .google.cloud.compute.v1.UrlMapTest tests = 110251553;</code> 600 */ getTestsOrBuilderList()601 java.util.List<? extends com.google.cloud.compute.v1.UrlMapTestOrBuilder> getTestsOrBuilderList(); 602 /** 603 * 604 * 605 * <pre> 606 * The list of expected URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can specify a maximum of 100 tests per UrlMap. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true. 607 * </pre> 608 * 609 * <code>repeated .google.cloud.compute.v1.UrlMapTest tests = 110251553;</code> 610 */ getTestsOrBuilder(int index)611 com.google.cloud.compute.v1.UrlMapTestOrBuilder getTestsOrBuilder(int index); 612 } 613