class documentation

class BucketServiceServicer(object): (source)

View In Hierarchy

Missing associated documentation comment in .proto file.

Method Create Missing associated documentation comment in .proto file.
Method Delete Missing associated documentation comment in .proto file.
Method Get Missing associated documentation comment in .proto file.
Method GetByName Missing associated documentation comment in .proto file.
Method List Missing associated documentation comment in .proto file.
Method Purge Purge instantly deletes the bucket in ScheduledForDeletion state. It can be used only for buckets in ScheduledForDeletion state. If you want to delete Active bucket instantly, use Delete with zero ttl.
Method Undelete Undelete recovers the bucket from ScheduledForDeletion state to Active.
Method Update Missing associated documentation comment in .proto file.
def Create(self, request, context): (source)

Missing associated documentation comment in .proto file.

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

Missing associated documentation comment in .proto file.

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

Missing associated documentation comment in .proto file.

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

Missing associated documentation comment in .proto file.

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

Missing associated documentation comment in .proto file.

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

Purge instantly deletes the bucket in ScheduledForDeletion state. It can be used only for buckets in ScheduledForDeletion state. If you want to delete Active bucket instantly, use Delete with zero ttl.

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

Undelete recovers the bucket from ScheduledForDeletion state to Active.

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

Missing associated documentation comment in .proto file.