Uses of Class
com.google.cloud.compute.v1.SubnetworkSecondaryRange
-
Packages that use SubnetworkSecondaryRange Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SubnetworkSecondaryRange in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SubnetworkSecondaryRange Modifier and Type Method Description SubnetworkSecondaryRange
SubnetworkSecondaryRange.Builder. build()
SubnetworkSecondaryRange
SubnetworkSecondaryRange.Builder. buildPartial()
static SubnetworkSecondaryRange
SubnetworkSecondaryRange. getDefaultInstance()
SubnetworkSecondaryRange
SubnetworkSecondaryRange.Builder. getDefaultInstanceForType()
SubnetworkSecondaryRange
SubnetworkSecondaryRange. getDefaultInstanceForType()
SubnetworkSecondaryRange
Subnetwork.Builder. getSecondaryIpRanges(int index)
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.SubnetworkSecondaryRange
Subnetwork. getSecondaryIpRanges(int index)
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.SubnetworkSecondaryRange
SubnetworkOrBuilder. getSecondaryIpRanges(int index)
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.static SubnetworkSecondaryRange
SubnetworkSecondaryRange. parseDelimitedFrom(InputStream input)
static SubnetworkSecondaryRange
SubnetworkSecondaryRange. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubnetworkSecondaryRange
SubnetworkSecondaryRange. parseFrom(byte[] data)
static SubnetworkSecondaryRange
SubnetworkSecondaryRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubnetworkSecondaryRange
SubnetworkSecondaryRange. parseFrom(com.google.protobuf.ByteString data)
static SubnetworkSecondaryRange
SubnetworkSecondaryRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubnetworkSecondaryRange
SubnetworkSecondaryRange. parseFrom(com.google.protobuf.CodedInputStream input)
static SubnetworkSecondaryRange
SubnetworkSecondaryRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubnetworkSecondaryRange
SubnetworkSecondaryRange. parseFrom(InputStream input)
static SubnetworkSecondaryRange
SubnetworkSecondaryRange. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubnetworkSecondaryRange
SubnetworkSecondaryRange. parseFrom(ByteBuffer data)
static SubnetworkSecondaryRange
SubnetworkSecondaryRange. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type SubnetworkSecondaryRange Modifier and Type Method Description com.google.protobuf.Parser<SubnetworkSecondaryRange>
SubnetworkSecondaryRange. getParserForType()
List<SubnetworkSecondaryRange>
Subnetwork.Builder. getSecondaryIpRangesList()
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.List<SubnetworkSecondaryRange>
Subnetwork. getSecondaryIpRangesList()
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.List<SubnetworkSecondaryRange>
SubnetworkOrBuilder. getSecondaryIpRangesList()
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.static com.google.protobuf.Parser<SubnetworkSecondaryRange>
SubnetworkSecondaryRange. parser()
Methods in com.google.cloud.compute.v1 with parameters of type SubnetworkSecondaryRange Modifier and Type Method Description Subnetwork.Builder
Subnetwork.Builder. addSecondaryIpRanges(int index, SubnetworkSecondaryRange value)
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.Subnetwork.Builder
Subnetwork.Builder. addSecondaryIpRanges(SubnetworkSecondaryRange value)
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.SubnetworkSecondaryRange.Builder
SubnetworkSecondaryRange.Builder. mergeFrom(SubnetworkSecondaryRange other)
static SubnetworkSecondaryRange.Builder
SubnetworkSecondaryRange. newBuilder(SubnetworkSecondaryRange prototype)
Subnetwork.Builder
Subnetwork.Builder. setSecondaryIpRanges(int index, SubnetworkSecondaryRange value)
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.Method parameters in com.google.cloud.compute.v1 with type arguments of type SubnetworkSecondaryRange Modifier and Type Method Description Subnetwork.Builder
Subnetwork.Builder. addAllSecondaryIpRanges(Iterable<? extends SubnetworkSecondaryRange> values)
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.
-