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 SubnetworkSecondaryRangeSubnetworkSecondaryRange.Builder. build()SubnetworkSecondaryRangeSubnetworkSecondaryRange.Builder. buildPartial()static SubnetworkSecondaryRangeSubnetworkSecondaryRange. getDefaultInstance()SubnetworkSecondaryRangeSubnetworkSecondaryRange.Builder. getDefaultInstanceForType()SubnetworkSecondaryRangeSubnetworkSecondaryRange. getDefaultInstanceForType()SubnetworkSecondaryRangeSubnetwork.Builder. getSecondaryIpRanges(int index)An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.SubnetworkSecondaryRangeSubnetwork. getSecondaryIpRanges(int index)An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.SubnetworkSecondaryRangeSubnetworkOrBuilder. getSecondaryIpRanges(int index)An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.static SubnetworkSecondaryRangeSubnetworkSecondaryRange. parseDelimitedFrom(InputStream input)static SubnetworkSecondaryRangeSubnetworkSecondaryRange. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubnetworkSecondaryRangeSubnetworkSecondaryRange. parseFrom(byte[] data)static SubnetworkSecondaryRangeSubnetworkSecondaryRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubnetworkSecondaryRangeSubnetworkSecondaryRange. parseFrom(com.google.protobuf.ByteString data)static SubnetworkSecondaryRangeSubnetworkSecondaryRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubnetworkSecondaryRangeSubnetworkSecondaryRange. parseFrom(com.google.protobuf.CodedInputStream input)static SubnetworkSecondaryRangeSubnetworkSecondaryRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubnetworkSecondaryRangeSubnetworkSecondaryRange. parseFrom(InputStream input)static SubnetworkSecondaryRangeSubnetworkSecondaryRange. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubnetworkSecondaryRangeSubnetworkSecondaryRange. parseFrom(ByteBuffer data)static SubnetworkSecondaryRangeSubnetworkSecondaryRange. 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.BuilderSubnetwork.Builder. addSecondaryIpRanges(int index, SubnetworkSecondaryRange value)An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.Subnetwork.BuilderSubnetwork.Builder. addSecondaryIpRanges(SubnetworkSecondaryRange value)An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.SubnetworkSecondaryRange.BuilderSubnetworkSecondaryRange.Builder. mergeFrom(SubnetworkSecondaryRange other)static SubnetworkSecondaryRange.BuilderSubnetworkSecondaryRange. newBuilder(SubnetworkSecondaryRange prototype)Subnetwork.BuilderSubnetwork.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.BuilderSubnetwork.Builder. addAllSecondaryIpRanges(Iterable<? extends SubnetworkSecondaryRange> values)An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.
-