Uses of Class
com.google.cloud.compute.v1.RouterNatRule
-
Packages that use RouterNatRule Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of RouterNatRule in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RouterNatRule Modifier and Type Method Description RouterNatRule
RouterNatRule.Builder. build()
RouterNatRule
RouterNatRule.Builder. buildPartial()
static RouterNatRule
RouterNatRule. getDefaultInstance()
RouterNatRule
RouterNatRule.Builder. getDefaultInstanceForType()
RouterNatRule
RouterNatRule. getDefaultInstanceForType()
RouterNatRule
RouterNat.Builder. getRules(int index)
A list of rules associated with this NAT.RouterNatRule
RouterNat. getRules(int index)
A list of rules associated with this NAT.RouterNatRule
RouterNatOrBuilder. getRules(int index)
A list of rules associated with this NAT.static RouterNatRule
RouterNatRule. parseDelimitedFrom(InputStream input)
static RouterNatRule
RouterNatRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterNatRule
RouterNatRule. parseFrom(byte[] data)
static RouterNatRule
RouterNatRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterNatRule
RouterNatRule. parseFrom(com.google.protobuf.ByteString data)
static RouterNatRule
RouterNatRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterNatRule
RouterNatRule. parseFrom(com.google.protobuf.CodedInputStream input)
static RouterNatRule
RouterNatRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterNatRule
RouterNatRule. parseFrom(InputStream input)
static RouterNatRule
RouterNatRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterNatRule
RouterNatRule. parseFrom(ByteBuffer data)
static RouterNatRule
RouterNatRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type RouterNatRule Modifier and Type Method Description com.google.protobuf.Parser<RouterNatRule>
RouterNatRule. getParserForType()
List<RouterNatRule>
RouterNat.Builder. getRulesList()
A list of rules associated with this NAT.List<RouterNatRule>
RouterNat. getRulesList()
A list of rules associated with this NAT.List<RouterNatRule>
RouterNatOrBuilder. getRulesList()
A list of rules associated with this NAT.static com.google.protobuf.Parser<RouterNatRule>
RouterNatRule. parser()
Methods in com.google.cloud.compute.v1 with parameters of type RouterNatRule Modifier and Type Method Description RouterNat.Builder
RouterNat.Builder. addRules(int index, RouterNatRule value)
A list of rules associated with this NAT.RouterNat.Builder
RouterNat.Builder. addRules(RouterNatRule value)
A list of rules associated with this NAT.RouterNatRule.Builder
RouterNatRule.Builder. mergeFrom(RouterNatRule other)
static RouterNatRule.Builder
RouterNatRule. newBuilder(RouterNatRule prototype)
RouterNat.Builder
RouterNat.Builder. setRules(int index, RouterNatRule value)
A list of rules associated with this NAT.Method parameters in com.google.cloud.compute.v1 with type arguments of type RouterNatRule Modifier and Type Method Description RouterNat.Builder
RouterNat.Builder. addAllRules(Iterable<? extends RouterNatRule> values)
A list of rules associated with this NAT.
-