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