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

io.envoyproxy.envoy.data.accesslog.v2.ConnectionPropertiesOrBuilder 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/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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy