
com.google.cloud.compute.v1.InterconnectDiagnosticsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-compute-v1 Show documentation
Show all versions of proto-google-cloud-compute-v1 Show documentation
Proto library for google-cloud-compute
/*
* 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 InterconnectDiagnosticsOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.InterconnectDiagnostics)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
*
*
* repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
*
*/
java.util.List getArpCachesList();
/**
*
*
*
* A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
*
*
* repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
*
*/
com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntry getArpCaches(int index);
/**
*
*
*
* A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
*
*
* repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
*
*/
int getArpCachesCount();
/**
*
*
*
* A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
*
*
* repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
*
*/
java.util.List extends com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntryOrBuilder>
getArpCachesOrBuilderList();
/**
*
*
*
* A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
*
*
* repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
*
*/
com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntryOrBuilder getArpCachesOrBuilder(
int index);
/**
*
*
*
* The aggregation type of the bundle interface.
* Check the BundleAggregationType enum for the list of possible values.
*
*
* optional string bundle_aggregation_type = 434939028;
*
* @return Whether the bundleAggregationType field is set.
*/
boolean hasBundleAggregationType();
/**
*
*
*
* The aggregation type of the bundle interface.
* Check the BundleAggregationType enum for the list of possible values.
*
*
* optional string bundle_aggregation_type = 434939028;
*
* @return The bundleAggregationType.
*/
java.lang.String getBundleAggregationType();
/**
*
*
*
* The aggregation type of the bundle interface.
* Check the BundleAggregationType enum for the list of possible values.
*
*
* optional string bundle_aggregation_type = 434939028;
*
* @return The bytes for bundleAggregationType.
*/
com.google.protobuf.ByteString getBundleAggregationTypeBytes();
/**
*
*
*
* The operational status of the bundle interface.
* Check the BundleOperationalStatus enum for the list of possible values.
*
*
* optional string bundle_operational_status = 106433500;
*
* @return Whether the bundleOperationalStatus field is set.
*/
boolean hasBundleOperationalStatus();
/**
*
*
*
* The operational status of the bundle interface.
* Check the BundleOperationalStatus enum for the list of possible values.
*
*
* optional string bundle_operational_status = 106433500;
*
* @return The bundleOperationalStatus.
*/
java.lang.String getBundleOperationalStatus();
/**
*
*
*
* The operational status of the bundle interface.
* Check the BundleOperationalStatus enum for the list of possible values.
*
*
* optional string bundle_operational_status = 106433500;
*
* @return The bytes for bundleOperationalStatus.
*/
com.google.protobuf.ByteString getBundleOperationalStatusBytes();
/**
*
*
*
* A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
*
*
* repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
*
*/
java.util.List getLinksList();
/**
*
*
*
* A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
*
*
* repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
*
*/
com.google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus getLinks(int index);
/**
*
*
*
* A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
*
*
* repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
*
*/
int getLinksCount();
/**
*
*
*
* A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
*
*
* repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
*
*/
java.util.List extends com.google.cloud.compute.v1.InterconnectDiagnosticsLinkStatusOrBuilder>
getLinksOrBuilderList();
/**
*
*
*
* A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
*
*
* repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
*
*/
com.google.cloud.compute.v1.InterconnectDiagnosticsLinkStatusOrBuilder getLinksOrBuilder(
int index);
/**
*
*
*
* The MAC address of the Interconnect's bundle interface.
*
*
* optional string mac_address = 332540164;
*
* @return Whether the macAddress field is set.
*/
boolean hasMacAddress();
/**
*
*
*
* The MAC address of the Interconnect's bundle interface.
*
*
* optional string mac_address = 332540164;
*
* @return The macAddress.
*/
java.lang.String getMacAddress();
/**
*
*
*
* The MAC address of the Interconnect's bundle interface.
*
*
* optional string mac_address = 332540164;
*
* @return The bytes for macAddress.
*/
com.google.protobuf.ByteString getMacAddressBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy