PBC Set Bucket Type

Assigns a set of bucket properties to a bucket type.

Request

message RpbSetBucketTypeReq {
    required bytes type = 1;
    required RpbBucketProps props = 2;
}

The type field specifies the name of the bucket type as a binary. The props field contains an RpbBucketProps.