
com.google.cloud.compute.v1.PacketIntervalsOrBuilder 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 PacketIntervalsOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.PacketIntervals)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Average observed inter-packet interval in milliseconds.
*
*
* optional int64 avg_ms = 204811827;
*
* @return Whether the avgMs field is set.
*/
boolean hasAvgMs();
/**
*
*
*
* Average observed inter-packet interval in milliseconds.
*
*
* optional int64 avg_ms = 204811827;
*
* @return The avgMs.
*/
long getAvgMs();
/**
*
*
*
* From how long ago in the past these intervals were observed.
* Check the Duration enum for the list of possible values.
*
*
* optional string duration = 155471252;
*
* @return Whether the duration field is set.
*/
boolean hasDuration();
/**
*
*
*
* From how long ago in the past these intervals were observed.
* Check the Duration enum for the list of possible values.
*
*
* optional string duration = 155471252;
*
* @return The duration.
*/
java.lang.String getDuration();
/**
*
*
*
* From how long ago in the past these intervals were observed.
* Check the Duration enum for the list of possible values.
*
*
* optional string duration = 155471252;
*
* @return The bytes for duration.
*/
com.google.protobuf.ByteString getDurationBytes();
/**
*
*
*
* Maximum observed inter-packet interval in milliseconds.
*
*
* optional int64 max_ms = 529474145;
*
* @return Whether the maxMs field is set.
*/
boolean hasMaxMs();
/**
*
*
*
* Maximum observed inter-packet interval in milliseconds.
*
*
* optional int64 max_ms = 529474145;
*
* @return The maxMs.
*/
long getMaxMs();
/**
*
*
*
* Minimum observed inter-packet interval in milliseconds.
*
*
* optional int64 min_ms = 536564403;
*
* @return Whether the minMs field is set.
*/
boolean hasMinMs();
/**
*
*
*
* Minimum observed inter-packet interval in milliseconds.
*
*
* optional int64 min_ms = 536564403;
*
* @return The minMs.
*/
long getMinMs();
/**
*
*
*
* Number of inter-packet intervals from which these statistics were derived.
*
*
* optional int64 num_intervals = 186329813;
*
* @return Whether the numIntervals field is set.
*/
boolean hasNumIntervals();
/**
*
*
*
* Number of inter-packet intervals from which these statistics were derived.
*
*
* optional int64 num_intervals = 186329813;
*
* @return The numIntervals.
*/
long getNumIntervals();
/**
*
*
*
* The type of packets for which inter-packet intervals were computed.
* Check the Type enum for the list of possible values.
*
*
* optional string type = 3575610;
*
* @return Whether the type field is set.
*/
boolean hasType();
/**
*
*
*
* The type of packets for which inter-packet intervals were computed.
* Check the Type enum for the list of possible values.
*
*
* optional string type = 3575610;
*
* @return The type.
*/
java.lang.String getType();
/**
*
*
*
* The type of packets for which inter-packet intervals were computed.
* Check the Type enum for the list of possible values.
*
*
* optional string type = 3575610;
*
* @return The bytes for type.
*/
com.google.protobuf.ByteString getTypeBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy