- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public interface TestFailureOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getActualOutputUrl()
public abstract String getActualOutputUrl()
The actual output URL evaluated by load balancer containing the scheme, host, path and query parameters.
optional string actual_output_url = 287075458;
Type | Description |
String | The actualOutputUrl. |
getActualOutputUrlBytes()
public abstract ByteString getActualOutputUrlBytes()
The actual output URL evaluated by load balancer containing the scheme, host, path and query parameters.
optional string actual_output_url = 287075458;
Type | Description |
ByteString | The bytes for actualOutputUrl. |
getActualRedirectResponseCode()
public abstract int getActualRedirectResponseCode()
Actual HTTP status code for rule with urlRedirect
calculated by load balancer
optional int32 actual_redirect_response_code = 42926553;
Type | Description |
int | The actualRedirectResponseCode. |
getActualService()
public abstract String getActualService()
BackendService or BackendBucket returned by load balancer.
optional string actual_service = 440379652;
Type | Description |
String | The actualService. |
getActualServiceBytes()
public abstract ByteString getActualServiceBytes()
BackendService or BackendBucket returned by load balancer.
optional string actual_service = 440379652;
Type | Description |
ByteString | The bytes for actualService. |
getExpectedOutputUrl()
public abstract String getExpectedOutputUrl()
The expected output URL evaluated by load balancer containing the scheme, host, path and query parameters.
optional string expected_output_url = 433967384;
Type | Description |
String | The expectedOutputUrl. |
getExpectedOutputUrlBytes()
public abstract ByteString getExpectedOutputUrlBytes()
The expected output URL evaluated by load balancer containing the scheme, host, path and query parameters.
optional string expected_output_url = 433967384;
Type | Description |
ByteString | The bytes for expectedOutputUrl. |
getExpectedRedirectResponseCode()
public abstract int getExpectedRedirectResponseCode()
Expected HTTP status code for rule with urlRedirect
calculated by load balancer
optional int32 expected_redirect_response_code = 18888047;
Type | Description |
int | The expectedRedirectResponseCode. |
getExpectedService()
public abstract String getExpectedService()
Expected BackendService or BackendBucket resource the given URL should be mapped to.
optional string expected_service = 133987374;
Type | Description |
String | The expectedService. |
getExpectedServiceBytes()
public abstract ByteString getExpectedServiceBytes()
Expected BackendService or BackendBucket resource the given URL should be mapped to.
optional string expected_service = 133987374;
Type | Description |
ByteString | The bytes for expectedService. |
getHeaders(int index)
public abstract UrlMapTestHeader getHeaders(int index)
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
Name | Description |
index | int |
Type | Description |
UrlMapTestHeader |
getHeadersCount()
public abstract int getHeadersCount()
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
Type | Description |
int |
getHeadersList()
public abstract List<UrlMapTestHeader> getHeadersList()
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
Type | Description |
List<UrlMapTestHeader> |
getHeadersOrBuilder(int index)
public abstract UrlMapTestHeaderOrBuilder getHeadersOrBuilder(int index)
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
Name | Description |
index | int |
Type | Description |
UrlMapTestHeaderOrBuilder |
getHeadersOrBuilderList()
public abstract List<? extends UrlMapTestHeaderOrBuilder> getHeadersOrBuilderList()
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
Type | Description |
List<? extends com.google.cloud.compute.v1.UrlMapTestHeaderOrBuilder> |
getHost()
public abstract String getHost()
Host portion of the URL.
optional string host = 3208616;
Type | Description |
String | The host. |
getHostBytes()
public abstract ByteString getHostBytes()
Host portion of the URL.
optional string host = 3208616;
Type | Description |
ByteString | The bytes for host. |
getPath()
public abstract String getPath()
Path portion including query parameters in the URL.
optional string path = 3433509;
Type | Description |
String | The path. |
getPathBytes()
public abstract ByteString getPathBytes()
Path portion including query parameters in the URL.
optional string path = 3433509;
Type | Description |
ByteString | The bytes for path. |
hasActualOutputUrl()
public abstract boolean hasActualOutputUrl()
The actual output URL evaluated by load balancer containing the scheme, host, path and query parameters.
optional string actual_output_url = 287075458;
Type | Description |
boolean | Whether the actualOutputUrl field is set. |
hasActualRedirectResponseCode()
public abstract boolean hasActualRedirectResponseCode()
Actual HTTP status code for rule with urlRedirect
calculated by load balancer
optional int32 actual_redirect_response_code = 42926553;
Type | Description |
boolean | Whether the actualRedirectResponseCode field is set. |
hasActualService()
public abstract boolean hasActualService()
BackendService or BackendBucket returned by load balancer.
optional string actual_service = 440379652;
Type | Description |
boolean | Whether the actualService field is set. |
hasExpectedOutputUrl()
public abstract boolean hasExpectedOutputUrl()
The expected output URL evaluated by load balancer containing the scheme, host, path and query parameters.
optional string expected_output_url = 433967384;
Type | Description |
boolean | Whether the expectedOutputUrl field is set. |
hasExpectedRedirectResponseCode()
public abstract boolean hasExpectedRedirectResponseCode()
Expected HTTP status code for rule with urlRedirect
calculated by load balancer
optional int32 expected_redirect_response_code = 18888047;
Type | Description |
boolean | Whether the expectedRedirectResponseCode field is set. |
hasExpectedService()
public abstract boolean hasExpectedService()
Expected BackendService or BackendBucket resource the given URL should be mapped to.
optional string expected_service = 133987374;
Type | Description |
boolean | Whether the expectedService field is set. |
hasHost()
public abstract boolean hasHost()
Host portion of the URL.
optional string host = 3208616;
Type | Description |
boolean | Whether the host field is set. |
hasPath()
public abstract boolean hasPath()
Path portion including query parameters in the URL.
optional string path = 3433509;
Type | Description |
boolean | Whether the path field is set. |