bucket property
Required. The new bucket. The region specified in the new bucket must be compliant with any Location Restriction Org Policy. The name field in the bucket is ignored.
Implementation
@$pb.TagNumber(3)
LogBucket get bucket => $_getN(2);
Implementation
@$pb.TagNumber(3)
set bucket(LogBucket value) => $_setField(3, value);