Interface TestFailureOrBuilder (1.6.0-beta)

public interface TestFailureOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
int

The actualRedirectResponseCode.

getActualService()

public abstract String getActualService()

BackendService or BackendBucket returned by load balancer.

optional string actual_service = 440379652;

Returns
TypeDescription
String

The actualService.

getActualServiceBytes()

public abstract ByteString getActualServiceBytes()

BackendService or BackendBucket returned by load balancer.

optional string actual_service = 440379652;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
UrlMapTestHeader

getHeadersCount()

public abstract int getHeadersCount()

HTTP headers of the request.

repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;

Returns
TypeDescription
int

getHeadersList()

public abstract List<UrlMapTestHeader> getHeadersList()

HTTP headers of the request.

repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;

Returns
TypeDescription
List<UrlMapTestHeader>

getHeadersOrBuilder(int index)

public abstract UrlMapTestHeaderOrBuilder getHeadersOrBuilder(int index)

HTTP headers of the request.

repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;

Parameter
NameDescription
indexint
Returns
TypeDescription
UrlMapTestHeaderOrBuilder

getHeadersOrBuilderList()

public abstract List<? extends UrlMapTestHeaderOrBuilder> getHeadersOrBuilderList()

HTTP headers of the request.

repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.UrlMapTestHeaderOrBuilder>

getHost()

public abstract String getHost()

Host portion of the URL.

optional string host = 3208616;

Returns
TypeDescription
String

The host.

getHostBytes()

public abstract ByteString getHostBytes()

Host portion of the URL.

optional string host = 3208616;

Returns
TypeDescription
ByteString

The bytes for host.

getPath()

public abstract String getPath()

Path portion including query parameters in the URL.

optional string path = 3433509;

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

Path portion including query parameters in the URL.

optional string path = 3433509;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the actualRedirectResponseCode field is set.

hasActualService()

public abstract boolean hasActualService()

BackendService or BackendBucket returned by load balancer.

optional string actual_service = 440379652;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the expectedService field is set.

hasHost()

public abstract boolean hasHost()

Host portion of the URL.

optional string host = 3208616;

Returns
TypeDescription
boolean

Whether the host field is set.

hasPath()

public abstract boolean hasPath()

Path portion including query parameters in the URL.

optional string path = 3433509;

Returns
TypeDescription
boolean

Whether the path field is set.