Makes Stubby RPC calls to a SigningService server.
def google.appengine.api.app_identity.app_identity_service_pb._SigningService_ClientBaseStub.GetAccessToken |
( |
|
self, |
|
|
|
request, |
|
|
|
rpc = None , |
|
|
|
callback = None , |
|
|
|
response = None |
|
) |
| |
Make a GetAccessToken RPC call.
Args:
request: a GetAccessTokenRequest instance.
rpc: Optional RPC instance to use for the call.
callback: Optional final callback. Will be called as
callback(rpc, result) when the rpc completes. If None, the
call is synchronous.
response: Optional ProtocolMessage to be filled in with response.
Returns:
The GetAccessTokenResponse if callback is None. Otherwise, returns None.
def google.appengine.api.app_identity.app_identity_service_pb._SigningService_ClientBaseStub.GetDefaultGcsBucketName |
( |
|
self, |
|
|
|
request, |
|
|
|
rpc = None , |
|
|
|
callback = None , |
|
|
|
response = None |
|
) |
| |
Make a GetDefaultGcsBucketName RPC call.
Args:
request: a GetDefaultGcsBucketNameRequest instance.
rpc: Optional RPC instance to use for the call.
callback: Optional final callback. Will be called as
callback(rpc, result) when the rpc completes. If None, the
call is synchronous.
response: Optional ProtocolMessage to be filled in with response.
Returns:
The GetDefaultGcsBucketNameResponse if callback is None. Otherwise, returns None.
def google.appengine.api.app_identity.app_identity_service_pb._SigningService_ClientBaseStub.GetPublicCertificatesForApp |
( |
|
self, |
|
|
|
request, |
|
|
|
rpc = None , |
|
|
|
callback = None , |
|
|
|
response = None |
|
) |
| |
Make a GetPublicCertificatesForApp RPC call.
Args:
request: a GetPublicCertificateForAppRequest instance.
rpc: Optional RPC instance to use for the call.
callback: Optional final callback. Will be called as
callback(rpc, result) when the rpc completes. If None, the
call is synchronous.
response: Optional ProtocolMessage to be filled in with response.
Returns:
The GetPublicCertificateForAppResponse if callback is None. Otherwise, returns None.
def google.appengine.api.app_identity.app_identity_service_pb._SigningService_ClientBaseStub.GetServiceAccountName |
( |
|
self, |
|
|
|
request, |
|
|
|
rpc = None , |
|
|
|
callback = None , |
|
|
|
response = None |
|
) |
| |
Make a GetServiceAccountName RPC call.
Args:
request: a GetServiceAccountNameRequest instance.
rpc: Optional RPC instance to use for the call.
callback: Optional final callback. Will be called as
callback(rpc, result) when the rpc completes. If None, the
call is synchronous.
response: Optional ProtocolMessage to be filled in with response.
Returns:
The GetServiceAccountNameResponse if callback is None. Otherwise, returns None.
def google.appengine.api.app_identity.app_identity_service_pb._SigningService_ClientBaseStub.SignForApp |
( |
|
self, |
|
|
|
request, |
|
|
|
rpc = None , |
|
|
|
callback = None , |
|
|
|
response = None |
|
) |
| |
Make a SignForApp RPC call.
Args:
request: a SignForAppRequest instance.
rpc: Optional RPC instance to use for the call.
callback: Optional final callback. Will be called as
callback(rpc, result) when the rpc completes. If None, the
call is synchronous.
response: Optional ProtocolMessage to be filled in with response.
Returns:
The SignForAppResponse if callback is None. Otherwise, returns None.
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