
com.google.cloud.compute.v1.ExchangedPeeringRouteOrBuilder 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 ExchangedPeeringRouteOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.ExchangedPeeringRoute)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The destination range of the route.
*
*
* optional string dest_range = 381327712;
*
* @return Whether the destRange field is set.
*/
boolean hasDestRange();
/**
*
*
*
* The destination range of the route.
*
*
* optional string dest_range = 381327712;
*
* @return The destRange.
*/
java.lang.String getDestRange();
/**
*
*
*
* The destination range of the route.
*
*
* optional string dest_range = 381327712;
*
* @return The bytes for destRange.
*/
com.google.protobuf.ByteString getDestRangeBytes();
/**
*
*
*
* True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.
*
*
* optional bool imported = 114502404;
*
* @return Whether the imported field is set.
*/
boolean hasImported();
/**
*
*
*
* True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.
*
*
* optional bool imported = 114502404;
*
* @return The imported.
*/
boolean getImported();
/**
*
*
*
* The region of peering route next hop, only applies to dynamic routes.
*
*
* optional string next_hop_region = 122577014;
*
* @return Whether the nextHopRegion field is set.
*/
boolean hasNextHopRegion();
/**
*
*
*
* The region of peering route next hop, only applies to dynamic routes.
*
*
* optional string next_hop_region = 122577014;
*
* @return The nextHopRegion.
*/
java.lang.String getNextHopRegion();
/**
*
*
*
* The region of peering route next hop, only applies to dynamic routes.
*
*
* optional string next_hop_region = 122577014;
*
* @return The bytes for nextHopRegion.
*/
com.google.protobuf.ByteString getNextHopRegionBytes();
/**
*
*
*
* The priority of the peering route.
*
*
* optional uint32 priority = 445151652;
*
* @return Whether the priority field is set.
*/
boolean hasPriority();
/**
*
*
*
* The priority of the peering route.
*
*
* optional uint32 priority = 445151652;
*
* @return The priority.
*/
int getPriority();
/**
*
*
*
* The type of the peering route.
* 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 the peering route.
* Check the Type enum for the list of possible values.
*
*
* optional string type = 3575610;
*
* @return The type.
*/
java.lang.String getType();
/**
*
*
*
* The type of the peering route.
* 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