Uses of Class
com.google.appengine.v1.stub.FirewallStubSettings
-
Packages that use FirewallStubSettings Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of FirewallStubSettings in com.google.appengine.v1
Methods in com.google.appengine.v1 with parameters of type FirewallStubSettings Modifier and Type Method Description static FirewallSettings
FirewallSettings. create(FirewallStubSettings stub)
-
Uses of FirewallStubSettings in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return FirewallStubSettings Modifier and Type Method Description FirewallStubSettings
FirewallStubSettings.Builder. build()
Methods in com.google.appengine.v1.stub with parameters of type FirewallStubSettings Modifier and Type Method Description static GrpcFirewallStub
GrpcFirewallStub. create(FirewallStubSettings settings)
static HttpJsonFirewallStub
HttpJsonFirewallStub. create(FirewallStubSettings settings)
Constructors in com.google.appengine.v1.stub with parameters of type FirewallStubSettings Constructor Description Builder(FirewallStubSettings settings)
GrpcFirewallStub(FirewallStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcFirewallStub, using the given settings.GrpcFirewallStub(FirewallStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcFirewallStub, using the given settings.HttpJsonFirewallStub(FirewallStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonFirewallStub, using the given settings.HttpJsonFirewallStub(FirewallStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonFirewallStub, using the given settings.
-