class documentation

class EndpointServiceServicer(object): (source)

View In Hierarchy

Missing associated documentation comment in .proto file.

Method Create Creates an endpoint.
Method Delete Delete an endpoint.
Method Get Returns the specified endpoint.
Method GetByName Returns the specified endpoint by name.
Method List Retrieves a list of Endpoints.
Method Start Start an endpoint.
Method Stop Stop an endpoint.
def Create(self, request, context): (source)

Creates an endpoint.

def Delete(self, request, context): (source)

Delete an endpoint.

def Get(self, request, context): (source)

Returns the specified endpoint.

def GetByName(self, request, context): (source)

Returns the specified endpoint by name.

def List(self, request, context): (source)

Retrieves a list of Endpoints.

def Start(self, request, context): (source)

Start an endpoint.

def Stop(self, request, context): (source)

Stop an endpoint.