Uses of Class
com.google.cloud.compute.v1.Denied
-
Packages that use Denied Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Denied in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Denied Modifier and Type Method Description DeniedDenied.Builder. build()DeniedDenied.Builder. buildPartial()static DeniedDenied. getDefaultInstance()DeniedDenied.Builder. getDefaultInstanceForType()DeniedDenied. getDefaultInstanceForType()DeniedFirewall.Builder. getDenied(int index)The list of DENY rules specified by this firewall.DeniedFirewall. getDenied(int index)The list of DENY rules specified by this firewall.DeniedFirewallOrBuilder. getDenied(int index)The list of DENY rules specified by this firewall.static DeniedDenied. parseDelimitedFrom(InputStream input)static DeniedDenied. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeniedDenied. parseFrom(byte[] data)static DeniedDenied. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeniedDenied. parseFrom(com.google.protobuf.ByteString data)static DeniedDenied. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeniedDenied. parseFrom(com.google.protobuf.CodedInputStream input)static DeniedDenied. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeniedDenied. parseFrom(InputStream input)static DeniedDenied. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeniedDenied. parseFrom(ByteBuffer data)static DeniedDenied. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type Denied Modifier and Type Method Description List<Denied>Firewall.Builder. getDeniedList()The list of DENY rules specified by this firewall.List<Denied>Firewall. getDeniedList()The list of DENY rules specified by this firewall.List<Denied>FirewallOrBuilder. getDeniedList()The list of DENY rules specified by this firewall.com.google.protobuf.Parser<Denied>Denied. getParserForType()static com.google.protobuf.Parser<Denied>Denied. parser()Methods in com.google.cloud.compute.v1 with parameters of type Denied Modifier and Type Method Description Firewall.BuilderFirewall.Builder. addDenied(int index, Denied value)The list of DENY rules specified by this firewall.Firewall.BuilderFirewall.Builder. addDenied(Denied value)The list of DENY rules specified by this firewall.Denied.BuilderDenied.Builder. mergeFrom(Denied other)static Denied.BuilderDenied. newBuilder(Denied prototype)Firewall.BuilderFirewall.Builder. setDenied(int index, Denied value)The list of DENY rules specified by this firewall.Method parameters in com.google.cloud.compute.v1 with type arguments of type Denied Modifier and Type Method Description Firewall.BuilderFirewall.Builder. addAllDenied(Iterable<? extends Denied> values)The list of DENY rules specified by this firewall.
-