
com.google.cloud.compute.v1.TestFailureOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface TestFailureOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.TestFailure)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
*
*
* optional string actual_output_url = 287075458;
*
* @return Whether the actualOutputUrl field is set.
*/
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;
*
* @return The actualOutputUrl.
*/
java.lang.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;
*
* @return The bytes for actualOutputUrl.
*/
com.google.protobuf.ByteString getActualOutputUrlBytes();
/**
*
*
*
* Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
*
*
* optional int32 actual_redirect_response_code = 42926553;
*
* @return Whether the actualRedirectResponseCode field is set.
*/
boolean hasActualRedirectResponseCode();
/**
*
*
*
* Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
*
*
* optional int32 actual_redirect_response_code = 42926553;
*
* @return The actualRedirectResponseCode.
*/
int getActualRedirectResponseCode();
/**
*
*
*
* BackendService or BackendBucket returned by load balancer.
*
*
* optional string actual_service = 440379652;
*
* @return Whether the actualService field is set.
*/
boolean hasActualService();
/**
*
*
*
* BackendService or BackendBucket returned by load balancer.
*
*
* optional string actual_service = 440379652;
*
* @return The actualService.
*/
java.lang.String getActualService();
/**
*
*
*
* BackendService or BackendBucket returned by load balancer.
*
*
* optional string actual_service = 440379652;
*
* @return The bytes for actualService.
*/
com.google.protobuf.ByteString getActualServiceBytes();
/**
*
*
*
* The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
*
*
* optional string expected_output_url = 433967384;
*
* @return Whether the expectedOutputUrl field is set.
*/
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;
*
* @return The expectedOutputUrl.
*/
java.lang.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;
*
* @return The bytes for expectedOutputUrl.
*/
com.google.protobuf.ByteString getExpectedOutputUrlBytes();
/**
*
*
*
* Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
*
*
* optional int32 expected_redirect_response_code = 18888047;
*
* @return Whether the expectedRedirectResponseCode field is set.
*/
boolean hasExpectedRedirectResponseCode();
/**
*
*
*
* Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
*
*
* optional int32 expected_redirect_response_code = 18888047;
*
* @return The expectedRedirectResponseCode.
*/
int getExpectedRedirectResponseCode();
/**
*
*
*
* Expected BackendService or BackendBucket resource the given URL should be mapped to.
*
*
* optional string expected_service = 133987374;
*
* @return Whether the expectedService field is set.
*/
boolean hasExpectedService();
/**
*
*
*
* Expected BackendService or BackendBucket resource the given URL should be mapped to.
*
*
* optional string expected_service = 133987374;
*
* @return The expectedService.
*/
java.lang.String getExpectedService();
/**
*
*
*
* Expected BackendService or BackendBucket resource the given URL should be mapped to.
*
*
* optional string expected_service = 133987374;
*
* @return The bytes for expectedService.
*/
com.google.protobuf.ByteString getExpectedServiceBytes();
/**
*
*
*
* HTTP headers of the request.
*
*
* repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
*/
java.util.List getHeadersList();
/**
*
*
*
* HTTP headers of the request.
*
*
* repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
*/
com.google.cloud.compute.v1.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;
*/
java.util.List extends com.google.cloud.compute.v1.UrlMapTestHeaderOrBuilder>
getHeadersOrBuilderList();
/**
*
*
*
* HTTP headers of the request.
*
*
* repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;
*/
com.google.cloud.compute.v1.UrlMapTestHeaderOrBuilder getHeadersOrBuilder(int index);
/**
*
*
*
* Host portion of the URL.
*
*
* optional string host = 3208616;
*
* @return Whether the host field is set.
*/
boolean hasHost();
/**
*
*
*
* Host portion of the URL.
*
*
* optional string host = 3208616;
*
* @return The host.
*/
java.lang.String getHost();
/**
*
*
*
* Host portion of the URL.
*
*
* optional string host = 3208616;
*
* @return The bytes for host.
*/
com.google.protobuf.ByteString getHostBytes();
/**
*
*
*
* Path portion including query parameters in the URL.
*
*
* optional string path = 3433509;
*
* @return Whether the path field is set.
*/
boolean hasPath();
/**
*
*
*
* Path portion including query parameters in the URL.
*
*
* optional string path = 3433509;
*
* @return The path.
*/
java.lang.String getPath();
/**
*
*
*
* Path portion including query parameters in the URL.
*
*
* optional string path = 3433509;
*
* @return The bytes for path.
*/
com.google.protobuf.ByteString getPathBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy