public final class TestFailure extends GeneratedMessageV3 implements TestFailureOrBuilder
Protobuf type google.cloud.compute.v1.TestFailure
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ACTUAL_OUTPUT_URL_FIELD_NUMBER
public static final int ACTUAL_OUTPUT_URL_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ACTUAL_REDIRECT_RESPONSE_CODE_FIELD_NUMBER
public static final int ACTUAL_REDIRECT_RESPONSE_CODE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ACTUAL_SERVICE_FIELD_NUMBER
public static final int ACTUAL_SERVICE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
EXPECTED_OUTPUT_URL_FIELD_NUMBER
public static final int EXPECTED_OUTPUT_URL_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
EXPECTED_REDIRECT_RESPONSE_CODE_FIELD_NUMBER
public static final int EXPECTED_REDIRECT_RESPONSE_CODE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
EXPECTED_SERVICE_FIELD_NUMBER
public static final int EXPECTED_SERVICE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int HEADERS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
HOST_FIELD_NUMBER
public static final int HOST_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PATH_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static TestFailure getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static TestFailure.Builder newBuilder()
newBuilder(TestFailure prototype)
public static TestFailure.Builder newBuilder(TestFailure prototype)
public static TestFailure parseDelimitedFrom(InputStream input)
public static TestFailure parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static TestFailure parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TestFailure parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static TestFailure parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TestFailure parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TestFailure parseFrom(CodedInputStream input)
public static TestFailure parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TestFailure parseFrom(InputStream input)
public static TestFailure parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static TestFailure parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TestFailure parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<TestFailure> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getActualOutputUrl()
public 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;
Returns |
Type |
Description |
String |
The actualOutputUrl.
|
getActualOutputUrlBytes()
public 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;
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.
|
getDefaultInstanceForType()
public TestFailure getDefaultInstanceForType()
getExpectedOutputUrl()
public 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;
Returns |
Type |
Description |
String |
The expectedOutputUrl.
|
getExpectedOutputUrlBytes()
public 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;
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 |
Name |
Description |
index |
int
|
public int getHeadersCount()
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
Returns |
Type |
Description |
int |
|
public List<UrlMapTestHeader> getHeadersList()
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
public UrlMapTestHeaderOrBuilder getHeadersOrBuilder(int index)
HTTP headers of the request.
repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
Parameter |
Name |
Description |
index |
int
|
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 |
Type |
Description |
ByteString |
The bytes for host.
|
getParserForType()
public Parser<TestFailure> getParserForType()
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 |
Type |
Description |
ByteString |
The bytes for path.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasActualOutputUrl()
public 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;
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 a 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 |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public TestFailure.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TestFailure.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public TestFailure.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides