Uses of Class
com.google.cloud.compute.v1.Allowed
-
Packages that use Allowed Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Allowed in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Allowed Modifier and Type Method Description AllowedAllowed.Builder. build()AllowedAllowed.Builder. buildPartial()AllowedFirewall.Builder. getAllowed(int index)The list of ALLOW rules specified by this firewall.AllowedFirewall. getAllowed(int index)The list of ALLOW rules specified by this firewall.AllowedFirewallOrBuilder. getAllowed(int index)The list of ALLOW rules specified by this firewall.static AllowedAllowed. getDefaultInstance()AllowedAllowed.Builder. getDefaultInstanceForType()AllowedAllowed. getDefaultInstanceForType()static AllowedAllowed. parseDelimitedFrom(InputStream input)static AllowedAllowed. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllowedAllowed. parseFrom(byte[] data)static AllowedAllowed. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllowedAllowed. parseFrom(com.google.protobuf.ByteString data)static AllowedAllowed. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllowedAllowed. parseFrom(com.google.protobuf.CodedInputStream input)static AllowedAllowed. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllowedAllowed. parseFrom(InputStream input)static AllowedAllowed. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllowedAllowed. parseFrom(ByteBuffer data)static AllowedAllowed. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type Allowed Modifier and Type Method Description List<Allowed>Firewall.Builder. getAllowedList()The list of ALLOW rules specified by this firewall.List<Allowed>Firewall. getAllowedList()The list of ALLOW rules specified by this firewall.List<Allowed>FirewallOrBuilder. getAllowedList()The list of ALLOW rules specified by this firewall.com.google.protobuf.Parser<Allowed>Allowed. getParserForType()static com.google.protobuf.Parser<Allowed>Allowed. parser()Methods in com.google.cloud.compute.v1 with parameters of type Allowed Modifier and Type Method Description Firewall.BuilderFirewall.Builder. addAllowed(int index, Allowed value)The list of ALLOW rules specified by this firewall.Firewall.BuilderFirewall.Builder. addAllowed(Allowed value)The list of ALLOW rules specified by this firewall.Allowed.BuilderAllowed.Builder. mergeFrom(Allowed other)static Allowed.BuilderAllowed. newBuilder(Allowed prototype)Firewall.BuilderFirewall.Builder. setAllowed(int index, Allowed value)The list of ALLOW rules specified by this firewall.Method parameters in com.google.cloud.compute.v1 with type arguments of type Allowed Modifier and Type Method Description Firewall.BuilderFirewall.Builder. addAllAllowed(Iterable<? extends Allowed> values)The list of ALLOW rules specified by this firewall.
-