
com.google.cloud.compute.v1.InterconnectLocationRegionInfoOrBuilder 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 InterconnectLocationRegionInfoOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.InterconnectLocationRegionInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
*
*
* optional int64 expected_rtt_ms = 422543866;
*
* @return Whether the expectedRttMs field is set.
*/
boolean hasExpectedRttMs();
/**
*
*
*
* Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
*
*
* optional int64 expected_rtt_ms = 422543866;
*
* @return The expectedRttMs.
*/
long getExpectedRttMs();
/**
*
*
*
* Identifies the network presence of this location.
* Check the LocationPresence enum for the list of possible values.
*
*
* optional string location_presence = 101517893;
*
* @return Whether the locationPresence field is set.
*/
boolean hasLocationPresence();
/**
*
*
*
* Identifies the network presence of this location.
* Check the LocationPresence enum for the list of possible values.
*
*
* optional string location_presence = 101517893;
*
* @return The locationPresence.
*/
java.lang.String getLocationPresence();
/**
*
*
*
* Identifies the network presence of this location.
* Check the LocationPresence enum for the list of possible values.
*
*
* optional string location_presence = 101517893;
*
* @return The bytes for locationPresence.
*/
com.google.protobuf.ByteString getLocationPresenceBytes();
/**
*
*
*
* URL for the region of this location.
*
*
* optional string region = 138946292;
*
* @return Whether the region field is set.
*/
boolean hasRegion();
/**
*
*
*
* URL for the region of this location.
*
*
* optional string region = 138946292;
*
* @return The region.
*/
java.lang.String getRegion();
/**
*
*
*
* URL for the region of this location.
*
*
* optional string region = 138946292;
*
* @return The bytes for region.
*/
com.google.protobuf.ByteString getRegionBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy