Package com.google.appengine.v1
Class FirewallGrpc
- java.lang.Object
-
- com.google.appengine.v1.FirewallGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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 servicestatic FirewallGrpc.FirewallFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic FirewallGrpc.FirewallStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListIngressRulesMethod
public static io.grpc.MethodDescriptor<ListIngressRulesRequest,ListIngressRulesResponse> getListIngressRulesMethod()
-
getBatchUpdateIngressRulesMethod
public static io.grpc.MethodDescriptor<BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesResponse> getBatchUpdateIngressRulesMethod()
-
getCreateIngressRuleMethod
public static io.grpc.MethodDescriptor<CreateIngressRuleRequest,FirewallRule> getCreateIngressRuleMethod()
-
getGetIngressRuleMethod
public static io.grpc.MethodDescriptor<GetIngressRuleRequest,FirewallRule> getGetIngressRuleMethod()
-
getUpdateIngressRuleMethod
public static io.grpc.MethodDescriptor<UpdateIngressRuleRequest,FirewallRule> getUpdateIngressRuleMethod()
-
getDeleteIngressRuleMethod
public static io.grpc.MethodDescriptor<DeleteIngressRuleRequest,com.google.protobuf.Empty> getDeleteIngressRuleMethod()
-
newStub
public static FirewallGrpc.FirewallStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static FirewallGrpc.FirewallBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static FirewallGrpc.FirewallFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(FirewallGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-