PBC Get Bucket Type
Gets the bucket properties associated with a bucket type.
Request
message RpbGetBucketTypeReq {
required bytes type = 1;
}
Only the name of the bucket type needs to be specified (under name
).
Response
A bucket type’s properties will be sent to the client as part of an
RpbBucketProps
message.