class documentation

class SecretVersionServiceServicer(object): (source)

View In Hierarchy

A set of methods for managing secret's versions.

Method Create Creates a new secret version in the specified container.
Method Delete Soft delete secret version.
Method Get Returns the specified secret version, without its Payload.
Method List Returns the list of secret versions in a specified container, without its Payload.
Method Undelete Undelete secret version
def Create(self, request, context): (source)

Creates a new secret version in the specified container.

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

Soft delete secret version.

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

Returns the specified secret version, without its Payload.

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

Returns the list of secret versions in a specified container, without its Payload.

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

Undelete secret version