public interface TestFailureOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getActualOutputUrl()
The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
|
com.google.protobuf.ByteString |
getActualOutputUrlBytes()
The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
|
int |
getActualRedirectResponseCode()
Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
|
String |
getActualService()
BackendService or BackendBucket returned by load balancer.
|
com.google.protobuf.ByteString |
getActualServiceBytes()
BackendService or BackendBucket returned by load balancer.
|
String |
getExpectedOutputUrl()
The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
|
com.google.protobuf.ByteString |
getExpectedOutputUrlBytes()
The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
|
int |
getExpectedRedirectResponseCode()
Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
|
String |
getExpectedService()
Expected BackendService or BackendBucket resource the given URL should be mapped to.
|
com.google.protobuf.ByteString |
getExpectedServiceBytes()
Expected BackendService or BackendBucket resource the given URL should be mapped to.
|
UrlMapTestHeader |
getHeaders(int index)
HTTP headers of the request.
|
int |
getHeadersCount()
HTTP headers of the request.
|
List<UrlMapTestHeader> |
getHeadersList()
HTTP headers of the request.
|
UrlMapTestHeaderOrBuilder |
getHeadersOrBuilder(int index)
HTTP headers of the request.
|
List<? extends UrlMapTestHeaderOrBuilder> |
getHeadersOrBuilderList()
HTTP headers of the request.
|
String |
getHost()
Host portion of the URL.
|
com.google.protobuf.ByteString |
getHostBytes()
Host portion of the URL.
|
String |
getPath()
Path portion including query parameters in the URL.
|
com.google.protobuf.ByteString |
getPathBytes()
Path portion including query parameters in the URL.
|
boolean |
hasActualOutputUrl()
The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
|
boolean |
hasActualRedirectResponseCode()
Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
|
boolean |
hasActualService()
BackendService or BackendBucket returned by load balancer.
|
boolean |
hasExpectedOutputUrl()
The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
|
boolean |
hasExpectedRedirectResponseCode()
Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
|
boolean |
hasExpectedService()
Expected BackendService or BackendBucket resource the given URL should be mapped to.
|
boolean |
hasHost()
Host portion of the URL.
|
boolean |
hasPath()
Path portion including query parameters in the URL.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasActualOutputUrl()
The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
optional string actual_output_url = 287075458;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;com.google.protobuf.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;boolean hasActualRedirectResponseCode()
Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
optional int32 actual_redirect_response_code = 42926553;int getActualRedirectResponseCode()
Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
optional int32 actual_redirect_response_code = 42926553;boolean hasActualService()
BackendService or BackendBucket returned by load balancer.
optional string actual_service = 440379652;String getActualService()
BackendService or BackendBucket returned by load balancer.
optional string actual_service = 440379652;com.google.protobuf.ByteString getActualServiceBytes()
BackendService or BackendBucket returned by load balancer.
optional string actual_service = 440379652;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;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;com.google.protobuf.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;boolean hasExpectedRedirectResponseCode()
Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
optional int32 expected_redirect_response_code = 18888047;int getExpectedRedirectResponseCode()
Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
optional int32 expected_redirect_response_code = 18888047;boolean hasExpectedService()
Expected BackendService or BackendBucket resource the given URL should be mapped to.
optional string expected_service = 133987374;String getExpectedService()
Expected BackendService or BackendBucket resource the given URL should be mapped to.
optional string expected_service = 133987374;com.google.protobuf.ByteString getExpectedServiceBytes()
Expected BackendService or BackendBucket resource the given URL should be mapped to.
optional string expected_service = 133987374;List<UrlMapTestHeader> getHeadersList()
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;UrlMapTestHeader getHeaders(int index)
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;int getHeadersCount()
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;List<? extends UrlMapTestHeaderOrBuilder> getHeadersOrBuilderList()
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;UrlMapTestHeaderOrBuilder getHeadersOrBuilder(int index)
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;boolean hasHost()
Host portion of the URL.
optional string host = 3208616;String getHost()
Host portion of the URL.
optional string host = 3208616;com.google.protobuf.ByteString getHostBytes()
Host portion of the URL.
optional string host = 3208616;boolean hasPath()
Path portion including query parameters in the URL.
optional string path = 3433509;String getPath()
Path portion including query parameters in the URL.
optional string path = 3433509;com.google.protobuf.ByteString getPathBytes()
Path portion including query parameters in the URL.
optional string path = 3433509;Copyright © 2023 Google LLC. All rights reserved.