Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
TestFailure |
TestFailure.clone() |
TestFailure |
TestFailure.set(String fieldName,
Object value) |
TestFailure |
TestFailure.setActualService(String actualService)
BackendService or BackendBucket returned by load balancer.
|
TestFailure |
TestFailure.setExpectedService(String expectedService)
Expected BackendService or BackendBucket resource the given URL should be mapped to.
|
TestFailure |
TestFailure.setHost(String host)
Host portion of the URL.
|
TestFailure |
TestFailure.setPath(String path)
Path portion including query parameters in the URL.
|
Modifier and Type | Method and Description |
---|---|
List<TestFailure> |
UrlMapValidationResult.getTestFailures() |
Modifier and Type | Method and Description |
---|---|
UrlMapValidationResult |
UrlMapValidationResult.setTestFailures(List<TestFailure> testFailures) |
Copyright © 2011–2020 Google. All rights reserved.