App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.api.app_identity.app_identity_service_pb._SigningService_ClientBaseStub Class Reference
Inheritance diagram for google.appengine.api.app_identity.app_identity_service_pb._SigningService_ClientBaseStub:
google.appengine.api.app_identity.app_identity_service_pb._SigningService_ClientStub google.appengine.api.app_identity.app_identity_service_pb._SigningService_RPC2ClientStub

Public Member Functions

def __init__
 
def SignForApp
 
def GetPublicCertificatesForApp
 
def GetServiceAccountName
 
def GetAccessToken
 
def GetDefaultGcsBucketName
 

Detailed Description

Makes Stubby RPC calls to a SigningService server.

Member Function Documentation

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: