All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.config.accesslog.v3alpha.TcpGrpcAccessLogConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/accesslog/v3alpha/als.proto

package io.envoyproxy.envoy.config.accesslog.v3alpha;

public interface TcpGrpcAccessLogConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.accesslog.v3alpha.TcpGrpcAccessLogConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .envoy.config.accesslog.v3alpha.CommonGrpcAccessLogConfig common_config = 1 [(.validate.rules) = { ... }
   */
  boolean hasCommonConfig();
  /**
   * .envoy.config.accesslog.v3alpha.CommonGrpcAccessLogConfig common_config = 1 [(.validate.rules) = { ... }
   */
  io.envoyproxy.envoy.config.accesslog.v3alpha.CommonGrpcAccessLogConfig getCommonConfig();
  /**
   * .envoy.config.accesslog.v3alpha.CommonGrpcAccessLogConfig common_config = 1 [(.validate.rules) = { ... }
   */
  io.envoyproxy.envoy.config.accesslog.v3alpha.CommonGrpcAccessLogConfigOrBuilder getCommonConfigOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy