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 Denied
Denied.Builder. build()
Denied
Denied.Builder. buildPartial()
static Denied
Denied. getDefaultInstance()
Denied
Denied.Builder. getDefaultInstanceForType()
Denied
Denied. getDefaultInstanceForType()
Denied
Firewall.Builder. getDenied(int index)
The list of DENY rules specified by this firewall.Denied
Firewall. getDenied(int index)
The list of DENY rules specified by this firewall.Denied
FirewallOrBuilder. getDenied(int index)
The list of DENY rules specified by this firewall.static Denied
Denied. parseDelimitedFrom(InputStream input)
static Denied
Denied. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Denied
Denied. parseFrom(byte[] data)
static Denied
Denied. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Denied
Denied. parseFrom(com.google.protobuf.ByteString data)
static Denied
Denied. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Denied
Denied. parseFrom(com.google.protobuf.CodedInputStream input)
static Denied
Denied. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Denied
Denied. parseFrom(InputStream input)
static Denied
Denied. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Denied
Denied. parseFrom(ByteBuffer data)
static Denied
Denied. 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.Builder
Firewall.Builder. addDenied(int index, Denied value)
The list of DENY rules specified by this firewall.Firewall.Builder
Firewall.Builder. addDenied(Denied value)
The list of DENY rules specified by this firewall.Denied.Builder
Denied.Builder. mergeFrom(Denied other)
static Denied.Builder
Denied. newBuilder(Denied prototype)
Firewall.Builder
Firewall.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.Builder
Firewall.Builder. addAllDenied(Iterable<? extends Denied> values)
The list of DENY rules specified by this firewall.
-