deleteBucket method
Deletes a log bucket.
Changes the bucket's lifecycle_state to the DELETE_REQUESTED state.
After 7 days, the bucket will be purged and all log entries in the bucket
will be permanently deleted.
Implementation
$grpc.ResponseFuture<$1.Empty> deleteBucket(
$0.DeleteBucketRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$deleteBucket, request, options: options);
}