@Generated(value="by gRPC proto compiler", comments="Source: google/appengine/v1/appengine.proto") public final class FirewallGrpc extends Object
Firewall resources are used to define a collection of access control rules for an Application. Each rule is defined with a position which specifies the rule's order in the sequence of rules, an IP range to be matched against requests, and an action to take upon matching requests. Every request is evaluated against the Firewall rules in priority order. Processesing stops at the first rule which matches the request's IP address. A final rule always specifies an action that applies to all remaining IP addresses. The default final rule for a newly-created application will be set to "allow" if not otherwise specified by the user.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FirewallGrpc.AsyncService
Firewall resources are used to define a collection of access control rules
for an Application.
|
static class |
FirewallGrpc.FirewallBlockingStub
A stub to allow clients to do synchronous rpc calls to service Firewall.
|
static class |
FirewallGrpc.FirewallFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Firewall.
|
static class |
FirewallGrpc.FirewallImplBase
Base class for the server implementation of the service Firewall.
|
static class |
FirewallGrpc.FirewallStub
A stub to allow clients to do asynchronous rpc calls to service Firewall.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(FirewallGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesResponse> |
getBatchUpdateIngressRulesMethod() |
static io.grpc.MethodDescriptor<CreateIngressRuleRequest,FirewallRule> |
getCreateIngressRuleMethod() |
static io.grpc.MethodDescriptor<DeleteIngressRuleRequest,com.google.protobuf.Empty> |
getDeleteIngressRuleMethod() |
static io.grpc.MethodDescriptor<GetIngressRuleRequest,FirewallRule> |
getGetIngressRuleMethod() |
static io.grpc.MethodDescriptor<ListIngressRulesRequest,ListIngressRulesResponse> |
getListIngressRulesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateIngressRuleRequest,FirewallRule> |
getUpdateIngressRuleMethod() |
static FirewallGrpc.FirewallBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static FirewallGrpc.FirewallFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static FirewallGrpc.FirewallStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListIngressRulesRequest,ListIngressRulesResponse> getListIngressRulesMethod()
public static io.grpc.MethodDescriptor<BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesResponse> getBatchUpdateIngressRulesMethod()
public static io.grpc.MethodDescriptor<CreateIngressRuleRequest,FirewallRule> getCreateIngressRuleMethod()
public static io.grpc.MethodDescriptor<GetIngressRuleRequest,FirewallRule> getGetIngressRuleMethod()
public static io.grpc.MethodDescriptor<UpdateIngressRuleRequest,FirewallRule> getUpdateIngressRuleMethod()
public static io.grpc.MethodDescriptor<DeleteIngressRuleRequest,com.google.protobuf.Empty> getDeleteIngressRuleMethod()
public static FirewallGrpc.FirewallStub newStub(io.grpc.Channel channel)
public static FirewallGrpc.FirewallBlockingStub newBlockingStub(io.grpc.Channel channel)
public static FirewallGrpc.FirewallFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(FirewallGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.