# Functions
No description provided by the author
No description provided by the author
# Variables
ContainerService_ServiceDesc is the grpc.ServiceDesc for ContainerService service.
No description provided by the author
No description provided by the author
# Structs
Announce container used space.
Container used space announcement body.
Announcement contains used space information for a single container.
Announce container used space.
`AnnounceUsedSpaceResponse` has an empty body because announcements are one way communication.
Container is a structure that defines object placement behaviour.
`Attribute` is a user-defined Key-Value metadata pair attached to the container.
Container removal request.
Container removal request body has signed `ContainerID` as a proof of the container owner's intent.
`DeleteResponse` has an empty body because delete operation is asynchronous and done via consensus in Inner Ring nodes.
`DeleteResponse` has an empty body because delete operation is asynchronous and done via consensus in Inner Ring nodes.
Get Extended ACL.
Get Extended ACL request body.
Get Extended ACL.
Get Extended ACL Response body can be empty if the requested container does not have Extended ACL Table attached or Extended ACL has not been allowed at the time of container creation.
Get container structure.
Get container structure request body.
Get container structure.
Get container response body does not have container structure signature.
List containers.
List containers request body.
List containers.
List containers response body.
New NeoFS Container creation request.
Container creation request has container structure's signature as a separate field.
New NeoFS Container creation response.
Container put response body contains information about the newly registered container as seen by `Container` smart contract.
Set Extended ACL.
Set Extended ACL request body does not have separate `ContainerID` reference.
Set Extended ACL.
`SetExtendedACLResponse` has an empty body because the operation is asynchronous and the update should be reflected in `Container` smart contract's storage after next block is issued in sidechain.
UnimplementedContainerServiceServer should be embedded to have forward compatible implementations.
# Interfaces
ContainerServiceClient is the client API for ContainerService service.
ContainerServiceServer is the server API for ContainerService service.
UnsafeContainerServiceServer may be embedded to opt out of forward compatibility for this service.