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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy