io.envoyproxy.envoy.extensions.access_loggers.grpc.v3.TcpGrpcAccessLogConfigOrBuilder 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 TcpGrpcAccessLogConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.extensions.access_loggers.grpc.v3.TcpGrpcAccessLogConfig)
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();
}