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

Public Member Functions

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

Static Public Member Functions

def NewStub
 
def NewRPC2Stub
 

Detailed Description

Base class for SigningService Stubby servers.

Constructor & Destructor Documentation

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.

Member Function Documentation

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: