| Modifier and Type | Method and Description |
|---|---|
Allowed |
Allowed.Builder.build() |
Allowed |
Allowed.Builder.buildPartial() |
Allowed |
Firewall.getAllowed(int index)
The list of ALLOW rules specified by this firewall.
|
Allowed |
Firewall.Builder.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.getDefaultInstanceForType() |
Allowed |
Allowed.Builder.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(ByteBuffer data) |
static Allowed |
Allowed.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<Allowed> |
Firewall.getAllowedList()
The list of ALLOW rules specified by this firewall.
|
List<Allowed> |
Firewall.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
Firewall.Builder |
Firewall.Builder.addAllowed(Allowed value)
The list of ALLOW rules specified by this firewall.
|
Firewall.Builder |
Firewall.Builder.addAllowed(int index,
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.
|
| Modifier and Type | Method and Description |
|---|---|
Firewall.Builder |
Firewall.Builder.addAllAllowed(Iterable<? extends Allowed> values)
The list of ALLOW rules specified by this firewall.
|
Copyright © 2023 Google LLC. All rights reserved.