Interface NetworkUtilizationOrBuilder (2.54.0)

publicinterface NetworkUtilizationOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getTargetReceivedBytesPerSecond()

publicabstractintgetTargetReceivedBytesPerSecond()

Target bytes received per second.

int32 target_received_bytes_per_second = 12;

Returns
Type Description
int

The targetReceivedBytesPerSecond.

getTargetReceivedPacketsPerSecond()

publicabstractintgetTargetReceivedPacketsPerSecond()

Target packets received per second.

int32 target_received_packets_per_second = 13;

Returns
Type Description
int

The targetReceivedPacketsPerSecond.

getTargetSentBytesPerSecond()

publicabstractintgetTargetSentBytesPerSecond()

Target bytes sent per second.

int32 target_sent_bytes_per_second = 1;

Returns
Type Description
int

The targetSentBytesPerSecond.

getTargetSentPacketsPerSecond()

publicabstractintgetTargetSentPacketsPerSecond()

Target packets sent per second.

int32 target_sent_packets_per_second = 11;

Returns
Type Description
int

The targetSentPacketsPerSecond.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.