public final class TestFailure extends GeneratedMessageV3 implements TestFailureOrBuilder
Protobuf type google.cloud.compute.v1.TestFailure
Fields
ACTUAL_OUTPUT_URL_FIELD_NUMBER
public static final int ACTUAL_OUTPUT_URL_FIELD_NUMBER
Field Value
ACTUAL_REDIRECT_RESPONSE_CODE_FIELD_NUMBER
public static final int ACTUAL_REDIRECT_RESPONSE_CODE_FIELD_NUMBER
Field Value
ACTUAL_SERVICE_FIELD_NUMBER
public static final int ACTUAL_SERVICE_FIELD_NUMBER
Field Value
EXPECTED_OUTPUT_URL_FIELD_NUMBER
public static final int EXPECTED_OUTPUT_URL_FIELD_NUMBER
Field Value
EXPECTED_REDIRECT_RESPONSE_CODE_FIELD_NUMBER
public static final int EXPECTED_REDIRECT_RESPONSE_CODE_FIELD_NUMBER
Field Value
EXPECTED_SERVICE_FIELD_NUMBER
public static final int EXPECTED_SERVICE_FIELD_NUMBER
Field Value
public static final int HEADERS_FIELD_NUMBER
Field Value
HOST_FIELD_NUMBER
public static final int HOST_FIELD_NUMBER
Field Value
PATH_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
Field Value
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getActualOutputUrl()
public 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
Type | Description |
String | The actualOutputUrl.
|
getActualOutputUrlBytes()
public 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
Type | Description |
ByteString | The bytes for actualOutputUrl.
|
getActualRedirectResponseCode()
public int getActualRedirectResponseCode()
Actual HTTP status code for rule with urlRedirect
calculated by load balancer
optional int32 actual_redirect_response_code = 42926553;
Returns
Type | Description |
int | The actualRedirectResponseCode.
|
getActualService()
public String getActualService()
BackendService or BackendBucket returned by load balancer.
optional string actual_service = 440379652;
Returns
Type | Description |
String | The actualService.
|
getActualServiceBytes()
public ByteString getActualServiceBytes()
BackendService or BackendBucket returned by load balancer.
optional string actual_service = 440379652;
Returns
Type | Description |
ByteString | The bytes for actualService.
|
getDefaultInstance()
public static TestFailure getDefaultInstance()
Returns
getDefaultInstanceForType()
public TestFailure getDefaultInstanceForType()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
getExpectedOutputUrl()
public 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
Type | Description |
String | The expectedOutputUrl.
|
getExpectedOutputUrlBytes()
public 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
Type | Description |
ByteString | The bytes for expectedOutputUrl.
|
getExpectedRedirectResponseCode()
public int getExpectedRedirectResponseCode()
Expected HTTP status code for rule with urlRedirect
calculated by load balancer
optional int32 expected_redirect_response_code = 18888047;
Returns
Type | Description |
int | The expectedRedirectResponseCode.
|
getExpectedService()
public String getExpectedService()
Expected BackendService or BackendBucket resource the given URL should be mapped to.
optional string expected_service = 133987374;
Returns
Type | Description |
String | The expectedService.
|
getExpectedServiceBytes()
public ByteString getExpectedServiceBytes()
Expected BackendService or BackendBucket resource the given URL should be mapped to.
optional string expected_service = 133987374;
Returns
Type | Description |
ByteString | The bytes for expectedService.
|
public UrlMapTestHeader getHeaders(int index)
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
Parameter
Returns
public int getHeadersCount()
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
Returns
public List<UrlMapTestHeader> getHeadersList()
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
Returns
public UrlMapTestHeaderOrBuilder getHeadersOrBuilder(int index)
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
Parameter
Returns
public List<? extends UrlMapTestHeaderOrBuilder> getHeadersOrBuilderList()
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
Returns
Type | Description |
List<? extends com.google.cloud.compute.v1.UrlMapTestHeaderOrBuilder> | |
getHost()
Host portion of the URL.
optional string host = 3208616;
Returns
Type | Description |
String | The host.
|
getHostBytes()
public ByteString getHostBytes()
Host portion of the URL.
optional string host = 3208616;
Returns
getParserForType()
public Parser<TestFailure> getParserForType()
Returns
Overrides
getPath()
Path portion including query parameters in the URL.
optional string path = 3433509;
Returns
Type | Description |
String | The path.
|
getPathBytes()
public ByteString getPathBytes()
Path portion including query parameters in the URL.
optional string path = 3433509;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasActualOutputUrl()
public 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
Type | Description |
boolean | Whether the actualOutputUrl field is set.
|
hasActualRedirectResponseCode()
public boolean hasActualRedirectResponseCode()
Actual HTTP status code for rule with urlRedirect
calculated by load balancer
optional int32 actual_redirect_response_code = 42926553;
Returns
Type | Description |
boolean | Whether the actualRedirectResponseCode field is set.
|
hasActualService()
public boolean hasActualService()
BackendService or BackendBucket returned by load balancer.
optional string actual_service = 440379652;
Returns
Type | Description |
boolean | Whether the actualService field is set.
|
hasExpectedOutputUrl()
public 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
Type | Description |
boolean | Whether the expectedOutputUrl field is set.
|
hasExpectedRedirectResponseCode()
public boolean hasExpectedRedirectResponseCode()
Expected HTTP status code for rule with urlRedirect
calculated by load balancer
optional int32 expected_redirect_response_code = 18888047;
Returns
Type | Description |
boolean | Whether the expectedRedirectResponseCode field is set.
|
hasExpectedService()
public boolean hasExpectedService()
Expected BackendService or BackendBucket resource the given URL should be mapped to.
optional string expected_service = 133987374;
Returns
Type | Description |
boolean | Whether the expectedService field is set.
|
hasHost()
Host portion of the URL.
optional string host = 3208616;
Returns
Type | Description |
boolean | Whether the host field is set.
|
hasPath()
Path portion including query parameters in the URL.
optional string path = 3433509;
Returns
Type | Description |
boolean | Whether the path field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilder()
public static TestFailure.Builder newBuilder()
Returns
newBuilder(TestFailure prototype)
public static TestFailure.Builder newBuilder(TestFailure prototype)
Parameter
Returns
newBuilderForType()
public TestFailure.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TestFailure.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public static TestFailure parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static TestFailure parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static TestFailure parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TestFailure parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static TestFailure parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TestFailure parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TestFailure parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static TestFailure parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TestFailure parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static TestFailure parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static TestFailure parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TestFailure parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<TestFailure> parser()
Returns
toBuilder()
public TestFailure.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions