public interface TestFailureOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActualOutputUrl()
public abstract String getActualOutputUrl()The actual output URL evaluated by a 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 a 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 a 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 a 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 a 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 a 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. |