/*
 * Copyright 2020 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

package com.google.cloud.compute.v1;

public interface TestFailureOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.TestFailure)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
   * </pre>
   *
   * <code>optional string actual_output_url = 287075458;</code>
   *
   * @return Whether the actualOutputUrl field is set.
   */
  boolean hasActualOutputUrl();
  /**
   *
   *
   * <pre>
   * The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
   * </pre>
   *
   * <code>optional string actual_output_url = 287075458;</code>
   *
   * @return The actualOutputUrl.
   */
  java.lang.String getActualOutputUrl();
  /**
   *
   *
   * <pre>
   * The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
   * </pre>
   *
   * <code>optional string actual_output_url = 287075458;</code>
   *
   * @return The bytes for actualOutputUrl.
   */
  com.google.protobuf.ByteString getActualOutputUrlBytes();

  /**
   *
   *
   * <pre>
   * Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
   * </pre>
   *
   * <code>optional int32 actual_redirect_response_code = 42926553;</code>
   *
   * @return Whether the actualRedirectResponseCode field is set.
   */
  boolean hasActualRedirectResponseCode();
  /**
   *
   *
   * <pre>
   * Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
   * </pre>
   *
   * <code>optional int32 actual_redirect_response_code = 42926553;</code>
   *
   * @return The actualRedirectResponseCode.
   */
  int getActualRedirectResponseCode();

  /**
   *
   *
   * <pre>
   * BackendService or BackendBucket returned by load balancer.
   * </pre>
   *
   * <code>optional string actual_service = 440379652;</code>
   *
   * @return Whether the actualService field is set.
   */
  boolean hasActualService();
  /**
   *
   *
   * <pre>
   * BackendService or BackendBucket returned by load balancer.
   * </pre>
   *
   * <code>optional string actual_service = 440379652;</code>
   *
   * @return The actualService.
   */
  java.lang.String getActualService();
  /**
   *
   *
   * <pre>
   * BackendService or BackendBucket returned by load balancer.
   * </pre>
   *
   * <code>optional string actual_service = 440379652;</code>
   *
   * @return The bytes for actualService.
   */
  com.google.protobuf.ByteString getActualServiceBytes();

  /**
   *
   *
   * <pre>
   * The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
   * </pre>
   *
   * <code>optional string expected_output_url = 433967384;</code>
   *
   * @return Whether the expectedOutputUrl field is set.
   */
  boolean hasExpectedOutputUrl();
  /**
   *
   *
   * <pre>
   * The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
   * </pre>
   *
   * <code>optional string expected_output_url = 433967384;</code>
   *
   * @return The expectedOutputUrl.
   */
  java.lang.String getExpectedOutputUrl();
  /**
   *
   *
   * <pre>
   * The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
   * </pre>
   *
   * <code>optional string expected_output_url = 433967384;</code>
   *
   * @return The bytes for expectedOutputUrl.
   */
  com.google.protobuf.ByteString getExpectedOutputUrlBytes();

  /**
   *
   *
   * <pre>
   * Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
   * </pre>
   *
   * <code>optional int32 expected_redirect_response_code = 18888047;</code>
   *
   * @return Whether the expectedRedirectResponseCode field is set.
   */
  boolean hasExpectedRedirectResponseCode();
  /**
   *
   *
   * <pre>
   * Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
   * </pre>
   *
   * <code>optional int32 expected_redirect_response_code = 18888047;</code>
   *
   * @return The expectedRedirectResponseCode.
   */
  int getExpectedRedirectResponseCode();

  /**
   *
   *
   * <pre>
   * Expected BackendService or BackendBucket resource the given URL should be mapped to.
   * </pre>
   *
   * <code>optional string expected_service = 133987374;</code>
   *
   * @return Whether the expectedService field is set.
   */
  boolean hasExpectedService();
  /**
   *
   *
   * <pre>
   * Expected BackendService or BackendBucket resource the given URL should be mapped to.
   * </pre>
   *
   * <code>optional string expected_service = 133987374;</code>
   *
   * @return The expectedService.
   */
  java.lang.String getExpectedService();
  /**
   *
   *
   * <pre>
   * Expected BackendService or BackendBucket resource the given URL should be mapped to.
   * </pre>
   *
   * <code>optional string expected_service = 133987374;</code>
   *
   * @return The bytes for expectedService.
   */
  com.google.protobuf.ByteString getExpectedServiceBytes();

  /**
   *
   *
   * <pre>
   * HTTP headers of the request.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;</code>
   */
  java.util.List<com.google.cloud.compute.v1.UrlMapTestHeader> getHeadersList();
  /**
   *
   *
   * <pre>
   * HTTP headers of the request.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;</code>
   */
  com.google.cloud.compute.v1.UrlMapTestHeader getHeaders(int index);
  /**
   *
   *
   * <pre>
   * HTTP headers of the request.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;</code>
   */
  int getHeadersCount();
  /**
   *
   *
   * <pre>
   * HTTP headers of the request.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;</code>
   */
  java.util.List<? extends com.google.cloud.compute.v1.UrlMapTestHeaderOrBuilder>
      getHeadersOrBuilderList();
  /**
   *
   *
   * <pre>
   * HTTP headers of the request.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.UrlMapTestHeader headers = 258436998;</code>
   */
  com.google.cloud.compute.v1.UrlMapTestHeaderOrBuilder getHeadersOrBuilder(int index);

  /**
   *
   *
   * <pre>
   * Host portion of the URL.
   * </pre>
   *
   * <code>optional string host = 3208616;</code>
   *
   * @return Whether the host field is set.
   */
  boolean hasHost();
  /**
   *
   *
   * <pre>
   * Host portion of the URL.
   * </pre>
   *
   * <code>optional string host = 3208616;</code>
   *
   * @return The host.
   */
  java.lang.String getHost();
  /**
   *
   *
   * <pre>
   * Host portion of the URL.
   * </pre>
   *
   * <code>optional string host = 3208616;</code>
   *
   * @return The bytes for host.
   */
  com.google.protobuf.ByteString getHostBytes();

  /**
   *
   *
   * <pre>
   * Path portion including query parameters in the URL.
   * </pre>
   *
   * <code>optional string path = 3433509;</code>
   *
   * @return Whether the path field is set.
   */
  boolean hasPath();
  /**
   *
   *
   * <pre>
   * Path portion including query parameters in the URL.
   * </pre>
   *
   * <code>optional string path = 3433509;</code>
   *
   * @return The path.
   */
  java.lang.String getPath();
  /**
   *
   *
   * <pre>
   * Path portion including query parameters in the URL.
   * </pre>
   *
   * <code>optional string path = 3433509;</code>
   *
   * @return The bytes for path.
   */
  com.google.protobuf.ByteString getPathBytes();
}
