Base class for SigningService Stubby servers.
def google.appengine.api.app_identity.app_identity_service_pb.SigningService.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
Creates a Stubby RPC server.
See BaseRpcServer.__init__ in rpcserver.py for detail on arguments.
def google.appengine.api.app_identity.app_identity_service_pb.SigningService.GetAccessToken |
( |
|
self, |
|
|
|
rpc, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Handles a GetAccessToken RPC call. You should override this.
Args:
rpc: a Stubby RPC object
request: a GetAccessTokenRequest that contains the client request
response: a GetAccessTokenResponse that should be modified to send the response
def google.appengine.api.app_identity.app_identity_service_pb.SigningService.GetDefaultGcsBucketName |
( |
|
self, |
|
|
|
rpc, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Handles a GetDefaultGcsBucketName RPC call. You should override this.
Args:
rpc: a Stubby RPC object
request: a GetDefaultGcsBucketNameRequest that contains the client request
response: a GetDefaultGcsBucketNameResponse that should be modified to send the response
def google.appengine.api.app_identity.app_identity_service_pb.SigningService.GetPublicCertificatesForApp |
( |
|
self, |
|
|
|
rpc, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Handles a GetPublicCertificatesForApp RPC call. You should override this.
Args:
rpc: a Stubby RPC object
request: a GetPublicCertificateForAppRequest that contains the client request
response: a GetPublicCertificateForAppResponse that should be modified to send the response
def google.appengine.api.app_identity.app_identity_service_pb.SigningService.GetServiceAccountName |
( |
|
self, |
|
|
|
rpc, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Handles a GetServiceAccountName RPC call. You should override this.
Args:
rpc: a Stubby RPC object
request: a GetServiceAccountNameRequest that contains the client request
response: a GetServiceAccountNameResponse that should be modified to send the response
def google.appengine.api.app_identity.app_identity_service_pb.SigningService.NewRPC2Stub |
( |
|
server = None , |
|
|
|
channel = None , |
|
|
|
service_name = None |
|
) |
| |
|
static |
Creates a new SigningService Stubby2 client stub.
Args:
server: host:port or bns address.
channel: directly use a channel to create a stub. Will ignore server
argument if this is specified.
service_name: the service name used by the Stubby server.
def google.appengine.api.app_identity.app_identity_service_pb.SigningService.NewStub |
( |
|
rpc_stub_parameters, |
|
|
|
service_name = None |
|
) |
| |
|
static |
Creates a new SigningService Stubby client stub.
Args:
rpc_stub_parameters: an RPC_StubParameter instance.
service_name: the service name used by the Stubby server.
def google.appengine.api.app_identity.app_identity_service_pb.SigningService.SignForApp |
( |
|
self, |
|
|
|
rpc, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Handles a SignForApp RPC call. You should override this.
Args:
rpc: a Stubby RPC object
request: a SignForAppRequest that contains the client request
response: a SignForAppResponse that should be modified to send the response
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/api/app_identity/app_identity_service_pb.py