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