io.envoyproxy.envoy.extensions.access_loggers.grpc.v3.HttpGrpcAccessLogConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/extensions/access_loggers/grpc/v3/als.proto
package io.envoyproxy.envoy.extensions.access_loggers.grpc.v3;
public interface HttpGrpcAccessLogConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.extensions.access_loggers.grpc.v3.HttpGrpcAccessLogConfig)
com.google.protobuf.MessageOrBuilder {
/**
* .envoy.extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig common_config = 1 [(.validate.rules) = { ... }
* @return Whether the commonConfig field is set.
*/
boolean hasCommonConfig();
/**
* .envoy.extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig common_config = 1 [(.validate.rules) = { ... }
* @return The commonConfig.
*/
io.envoyproxy.envoy.extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig getCommonConfig();
/**
* .envoy.extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfig common_config = 1 [(.validate.rules) = { ... }
*/
io.envoyproxy.envoy.extensions.access_loggers.grpc.v3.CommonGrpcAccessLogConfigOrBuilder getCommonConfigOrBuilder();
/**
*
* Additional request headers to log in :ref:`HTTPRequestProperties.request_headers
* <envoy_v3_api_field_data.accesslog.v3.HTTPRequestProperties.request_headers>`.
*
*
* repeated string additional_request_headers_to_log = 2;
* @return A list containing the additionalRequestHeadersToLog.
*/
java.util.List
getAdditionalRequestHeadersToLogList();
/**
*
* Additional request headers to log in :ref:`HTTPRequestProperties.request_headers
* <envoy_v3_api_field_data.accesslog.v3.HTTPRequestProperties.request_headers>`.
*
*
* repeated string additional_request_headers_to_log = 2;
* @return The count of additionalRequestHeadersToLog.
*/
int getAdditionalRequestHeadersToLogCount();
/**
*
* Additional request headers to log in :ref:`HTTPRequestProperties.request_headers
* <envoy_v3_api_field_data.accesslog.v3.HTTPRequestProperties.request_headers>`.
*
*
* repeated string additional_request_headers_to_log = 2;
* @param index The index of the element to return.
* @return The additionalRequestHeadersToLog at the given index.
*/
java.lang.String getAdditionalRequestHeadersToLog(int index);
/**
*
* Additional request headers to log in :ref:`HTTPRequestProperties.request_headers
* <envoy_v3_api_field_data.accesslog.v3.HTTPRequestProperties.request_headers>`.
*
*
* repeated string additional_request_headers_to_log = 2;
* @param index The index of the value to return.
* @return The bytes of the additionalRequestHeadersToLog at the given index.
*/
com.google.protobuf.ByteString
getAdditionalRequestHeadersToLogBytes(int index);
/**
*
* Additional response headers to log in :ref:`HTTPResponseProperties.response_headers
* <envoy_v3_api_field_data.accesslog.v3.HTTPResponseProperties.response_headers>`.
*
*
* repeated string additional_response_headers_to_log = 3;
* @return A list containing the additionalResponseHeadersToLog.
*/
java.util.List
getAdditionalResponseHeadersToLogList();
/**
*
* Additional response headers to log in :ref:`HTTPResponseProperties.response_headers
* <envoy_v3_api_field_data.accesslog.v3.HTTPResponseProperties.response_headers>`.
*
*
* repeated string additional_response_headers_to_log = 3;
* @return The count of additionalResponseHeadersToLog.
*/
int getAdditionalResponseHeadersToLogCount();
/**
*
* Additional response headers to log in :ref:`HTTPResponseProperties.response_headers
* <envoy_v3_api_field_data.accesslog.v3.HTTPResponseProperties.response_headers>`.
*
*
* repeated string additional_response_headers_to_log = 3;
* @param index The index of the element to return.
* @return The additionalResponseHeadersToLog at the given index.
*/
java.lang.String getAdditionalResponseHeadersToLog(int index);
/**
*
* Additional response headers to log in :ref:`HTTPResponseProperties.response_headers
* <envoy_v3_api_field_data.accesslog.v3.HTTPResponseProperties.response_headers>`.
*
*
* repeated string additional_response_headers_to_log = 3;
* @param index The index of the value to return.
* @return The bytes of the additionalResponseHeadersToLog at the given index.
*/
com.google.protobuf.ByteString
getAdditionalResponseHeadersToLogBytes(int index);
/**
*
* Additional response trailers to log in :ref:`HTTPResponseProperties.response_trailers
* <envoy_v3_api_field_data.accesslog.v3.HTTPResponseProperties.response_trailers>`.
*
*
* repeated string additional_response_trailers_to_log = 4;
* @return A list containing the additionalResponseTrailersToLog.
*/
java.util.List
getAdditionalResponseTrailersToLogList();
/**
*
* Additional response trailers to log in :ref:`HTTPResponseProperties.response_trailers
* <envoy_v3_api_field_data.accesslog.v3.HTTPResponseProperties.response_trailers>`.
*
*
* repeated string additional_response_trailers_to_log = 4;
* @return The count of additionalResponseTrailersToLog.
*/
int getAdditionalResponseTrailersToLogCount();
/**
*
* Additional response trailers to log in :ref:`HTTPResponseProperties.response_trailers
* <envoy_v3_api_field_data.accesslog.v3.HTTPResponseProperties.response_trailers>`.
*
*
* repeated string additional_response_trailers_to_log = 4;
* @param index The index of the element to return.
* @return The additionalResponseTrailersToLog at the given index.
*/
java.lang.String getAdditionalResponseTrailersToLog(int index);
/**
*
* Additional response trailers to log in :ref:`HTTPResponseProperties.response_trailers
* <envoy_v3_api_field_data.accesslog.v3.HTTPResponseProperties.response_trailers>`.
*
*
* repeated string additional_response_trailers_to_log = 4;
* @param index The index of the value to return.
* @return The bytes of the additionalResponseTrailersToLog at the given index.
*/
com.google.protobuf.ByteString
getAdditionalResponseTrailersToLogBytes(int index);
}