
com.google.cloud.compute.v1.BfdStatusPacketCountsOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface BfdStatusPacketCountsOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.BfdStatusPacketCounts)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Number of packets received since the beginning of the current BFD session.
*
*
* optional uint32 num_rx = 39375263;
*
* @return Whether the numRx field is set.
*/
boolean hasNumRx();
/**
*
*
*
* Number of packets received since the beginning of the current BFD session.
*
*
* optional uint32 num_rx = 39375263;
*
* @return The numRx.
*/
int getNumRx();
/**
*
*
*
* Number of packets received that were rejected because of errors since the beginning of the current BFD session.
*
*
* optional uint32 num_rx_rejected = 281007902;
*
* @return Whether the numRxRejected field is set.
*/
boolean hasNumRxRejected();
/**
*
*
*
* Number of packets received that were rejected because of errors since the beginning of the current BFD session.
*
*
* optional uint32 num_rx_rejected = 281007902;
*
* @return The numRxRejected.
*/
int getNumRxRejected();
/**
*
*
*
* Number of packets received that were successfully processed since the beginning of the current BFD session.
*
*
* optional uint32 num_rx_successful = 455361850;
*
* @return Whether the numRxSuccessful field is set.
*/
boolean hasNumRxSuccessful();
/**
*
*
*
* Number of packets received that were successfully processed since the beginning of the current BFD session.
*
*
* optional uint32 num_rx_successful = 455361850;
*
* @return The numRxSuccessful.
*/
int getNumRxSuccessful();
/**
*
*
*
* Number of packets transmitted since the beginning of the current BFD session.
*
*
* optional uint32 num_tx = 39375325;
*
* @return Whether the numTx field is set.
*/
boolean hasNumTx();
/**
*
*
*
* Number of packets transmitted since the beginning of the current BFD session.
*
*
* optional uint32 num_tx = 39375325;
*
* @return The numTx.
*/
int getNumTx();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy