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