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 interfaceFirewallGrpc.AsyncServiceFirewall resources are used to define a collection of access control rules for an Application.static classFirewallGrpc.FirewallBlockingStubA stub to allow clients to do synchronous rpc calls to service Firewall.static classFirewallGrpc.FirewallFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Firewall.static classFirewallGrpc.FirewallImplBaseBase class for the server implementation of the service Firewall.static classFirewallGrpc.FirewallStubA stub to allow clients to do asynchronous rpc calls to service Firewall.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(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.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateIngressRuleRequest,FirewallRule>getUpdateIngressRuleMethod()static FirewallGrpc.FirewallBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic FirewallGrpc.FirewallFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic FirewallGrpc.FirewallStubnewStub(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()
-
-