/*
 * 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 HttpHeaderActionOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.HttpHeaderAction)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * Headers to add to a matching request before forwarding the request to the backendService.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
   * </code>
   */
  java.util.List<com.google.cloud.compute.v1.HttpHeaderOption> getRequestHeadersToAddList();
  /**
   *
   *
   * <pre>
   * Headers to add to a matching request before forwarding the request to the backendService.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
   * </code>
   */
  com.google.cloud.compute.v1.HttpHeaderOption getRequestHeadersToAdd(int index);
  /**
   *
   *
   * <pre>
   * Headers to add to a matching request before forwarding the request to the backendService.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
   * </code>
   */
  int getRequestHeadersToAddCount();
  /**
   *
   *
   * <pre>
   * Headers to add to a matching request before forwarding the request to the backendService.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
   * </code>
   */
  java.util.List<? extends com.google.cloud.compute.v1.HttpHeaderOptionOrBuilder>
      getRequestHeadersToAddOrBuilderList();
  /**
   *
   *
   * <pre>
   * Headers to add to a matching request before forwarding the request to the backendService.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
   * </code>
   */
  com.google.cloud.compute.v1.HttpHeaderOptionOrBuilder getRequestHeadersToAddOrBuilder(int index);

  /**
   *
   *
   * <pre>
   * A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
   * </pre>
   *
   * <code>repeated string request_headers_to_remove = 218425247;</code>
   *
   * @return A list containing the requestHeadersToRemove.
   */
  java.util.List<java.lang.String> getRequestHeadersToRemoveList();
  /**
   *
   *
   * <pre>
   * A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
   * </pre>
   *
   * <code>repeated string request_headers_to_remove = 218425247;</code>
   *
   * @return The count of requestHeadersToRemove.
   */
  int getRequestHeadersToRemoveCount();
  /**
   *
   *
   * <pre>
   * A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
   * </pre>
   *
   * <code>repeated string request_headers_to_remove = 218425247;</code>
   *
   * @param index The index of the element to return.
   * @return The requestHeadersToRemove at the given index.
   */
  java.lang.String getRequestHeadersToRemove(int index);
  /**
   *
   *
   * <pre>
   * A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
   * </pre>
   *
   * <code>repeated string request_headers_to_remove = 218425247;</code>
   *
   * @param index The index of the value to return.
   * @return The bytes of the requestHeadersToRemove at the given index.
   */
  com.google.protobuf.ByteString getRequestHeadersToRemoveBytes(int index);

  /**
   *
   *
   * <pre>
   * Headers to add the response before sending the response back to the client.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
   * </code>
   */
  java.util.List<com.google.cloud.compute.v1.HttpHeaderOption> getResponseHeadersToAddList();
  /**
   *
   *
   * <pre>
   * Headers to add the response before sending the response back to the client.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
   * </code>
   */
  com.google.cloud.compute.v1.HttpHeaderOption getResponseHeadersToAdd(int index);
  /**
   *
   *
   * <pre>
   * Headers to add the response before sending the response back to the client.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
   * </code>
   */
  int getResponseHeadersToAddCount();
  /**
   *
   *
   * <pre>
   * Headers to add the response before sending the response back to the client.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
   * </code>
   */
  java.util.List<? extends com.google.cloud.compute.v1.HttpHeaderOptionOrBuilder>
      getResponseHeadersToAddOrBuilderList();
  /**
   *
   *
   * <pre>
   * Headers to add the response before sending the response back to the client.
   * </pre>
   *
   * <code>repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
   * </code>
   */
  com.google.cloud.compute.v1.HttpHeaderOptionOrBuilder getResponseHeadersToAddOrBuilder(int index);

  /**
   *
   *
   * <pre>
   * A list of header names for headers that need to be removed from the response before sending the response back to the client.
   * </pre>
   *
   * <code>repeated string response_headers_to_remove = 75415761;</code>
   *
   * @return A list containing the responseHeadersToRemove.
   */
  java.util.List<java.lang.String> getResponseHeadersToRemoveList();
  /**
   *
   *
   * <pre>
   * A list of header names for headers that need to be removed from the response before sending the response back to the client.
   * </pre>
   *
   * <code>repeated string response_headers_to_remove = 75415761;</code>
   *
   * @return The count of responseHeadersToRemove.
   */
  int getResponseHeadersToRemoveCount();
  /**
   *
   *
   * <pre>
   * A list of header names for headers that need to be removed from the response before sending the response back to the client.
   * </pre>
   *
   * <code>repeated string response_headers_to_remove = 75415761;</code>
   *
   * @param index The index of the element to return.
   * @return The responseHeadersToRemove at the given index.
   */
  java.lang.String getResponseHeadersToRemove(int index);
  /**
   *
   *
   * <pre>
   * A list of header names for headers that need to be removed from the response before sending the response back to the client.
   * </pre>
   *
   * <code>repeated string response_headers_to_remove = 75415761;</code>
   *
   * @param index The index of the value to return.
   * @return The bytes of the responseHeadersToRemove at the given index.
   */
  com.google.protobuf.ByteString getResponseHeadersToRemoveBytes(int index);
}
