Uses of Class
com.google.cloud.compute.v1.InterconnectLocationRegionInfo
-
Packages that use InterconnectLocationRegionInfo Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of InterconnectLocationRegionInfo in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InterconnectLocationRegionInfo Modifier and Type Method Description InterconnectLocationRegionInfo
InterconnectLocationRegionInfo.Builder. build()
InterconnectLocationRegionInfo
InterconnectLocationRegionInfo.Builder. buildPartial()
static InterconnectLocationRegionInfo
InterconnectLocationRegionInfo. getDefaultInstance()
InterconnectLocationRegionInfo
InterconnectLocationRegionInfo.Builder. getDefaultInstanceForType()
InterconnectLocationRegionInfo
InterconnectLocationRegionInfo. getDefaultInstanceForType()
InterconnectLocationRegionInfo
InterconnectLocation.Builder. getRegionInfos(int index)
[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.InterconnectLocationRegionInfo
InterconnectLocation. getRegionInfos(int index)
[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.InterconnectLocationRegionInfo
InterconnectLocationOrBuilder. getRegionInfos(int index)
[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.static InterconnectLocationRegionInfo
InterconnectLocationRegionInfo. parseDelimitedFrom(InputStream input)
static InterconnectLocationRegionInfo
InterconnectLocationRegionInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectLocationRegionInfo
InterconnectLocationRegionInfo. parseFrom(byte[] data)
static InterconnectLocationRegionInfo
InterconnectLocationRegionInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectLocationRegionInfo
InterconnectLocationRegionInfo. parseFrom(com.google.protobuf.ByteString data)
static InterconnectLocationRegionInfo
InterconnectLocationRegionInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectLocationRegionInfo
InterconnectLocationRegionInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static InterconnectLocationRegionInfo
InterconnectLocationRegionInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectLocationRegionInfo
InterconnectLocationRegionInfo. parseFrom(InputStream input)
static InterconnectLocationRegionInfo
InterconnectLocationRegionInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectLocationRegionInfo
InterconnectLocationRegionInfo. parseFrom(ByteBuffer data)
static InterconnectLocationRegionInfo
InterconnectLocationRegionInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InterconnectLocationRegionInfo Modifier and Type Method Description com.google.protobuf.Parser<InterconnectLocationRegionInfo>
InterconnectLocationRegionInfo. getParserForType()
List<InterconnectLocationRegionInfo>
InterconnectLocation.Builder. getRegionInfosList()
[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.List<InterconnectLocationRegionInfo>
InterconnectLocation. getRegionInfosList()
[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.List<InterconnectLocationRegionInfo>
InterconnectLocationOrBuilder. getRegionInfosList()
[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.static com.google.protobuf.Parser<InterconnectLocationRegionInfo>
InterconnectLocationRegionInfo. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InterconnectLocationRegionInfo Modifier and Type Method Description InterconnectLocation.Builder
InterconnectLocation.Builder. addRegionInfos(int index, InterconnectLocationRegionInfo value)
[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.InterconnectLocation.Builder
InterconnectLocation.Builder. addRegionInfos(InterconnectLocationRegionInfo value)
[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.InterconnectLocationRegionInfo.Builder
InterconnectLocationRegionInfo.Builder. mergeFrom(InterconnectLocationRegionInfo other)
static InterconnectLocationRegionInfo.Builder
InterconnectLocationRegionInfo. newBuilder(InterconnectLocationRegionInfo prototype)
InterconnectLocation.Builder
InterconnectLocation.Builder. setRegionInfos(int index, InterconnectLocationRegionInfo value)
[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.Method parameters in com.google.cloud.compute.v1 with type arguments of type InterconnectLocationRegionInfo Modifier and Type Method Description InterconnectLocation.Builder
InterconnectLocation.Builder. addAllRegionInfos(Iterable<? extends InterconnectLocationRegionInfo> values)
[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.
-