class documentation

class PayloadServiceServicer(object): (source)

View In Hierarchy

Missing associated documentation comment in .proto file.

Method Get Returns the secret's payload in its decrypted format.
Method GetByKey Returns the secret's payload value by key in its decrypted format.
def Get(self, request, context): (source)

Returns the secret's payload in its decrypted format.

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

Returns the secret's payload value by key in its decrypted format.