io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionPropertiesOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/data/accesslog/v3alpha/accesslog.proto
package io.envoyproxy.envoy.data.accesslog.v3alpha;
public interface ConnectionPropertiesOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.data.accesslog.v3alpha.ConnectionProperties)
com.google.protobuf.MessageOrBuilder {
/**
*
* Number of bytes received from downstream.
*
*
* uint64 received_bytes = 1;
*/
long getReceivedBytes();
/**
*
* Number of bytes sent to downstream.
*
*
* uint64 sent_bytes = 2;
*/
long getSentBytes();
}